diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-06-13 16:13:27 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-06-13 16:13:27 -0700 |
commit | c05ee050b4283ebdc01959e43b73b8d817c7e10d (patch) | |
tree | 769d3cc1e27161d203104f01c281cf98a4daf40c /debian/control | |
parent | 016b902f90a8ea66201dd8f5517ad2557ea4d98d (diff) | |
download | ayatana-indicator-session-c05ee050b4283ebdc01959e43b73b8d817c7e10d.tar.gz ayatana-indicator-session-c05ee050b4283ebdc01959e43b73b8d817c7e10d.tar.bz2 ayatana-indicator-session-c05ee050b4283ebdc01959e43b73b8d817c7e10d.zip |
Recommend packagekit-system-interface instead of
python-aptdaemon.pkcompat: we care about the dbus interface, now
provided by the python3 package, not the python module.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b5aa95b..a3ec11f 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-settings-daemon -Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat | packagekit +Recommends: indicator-applet (>= 0.2) | indicator-renderer, packagekit-system-interface | packagekit Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me |