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 | |
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')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fe0c22b..03a1c11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-session (0.3.96-0ubuntu2) UNRELEASED; urgency=low + + * 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. + + -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 13 Jun 2012 16:12:04 -0700 + indicator-session (0.3.96-0ubuntu1) precise; urgency=low * New upstream release. 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 |