diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5fccd1c..c4f7a8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.3.91-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: Add alternative packagekit dependency, since this ought to + work with either the aptdaemon pkcompat or packagekit itself. + + -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 15 Feb 2012 07:26:43 +0100 + indicator-session (0.3.91-0ubuntu1) precise; urgency=low * Backport "Don't lock the session when switching to another one" diff --git a/debian/control b/debian/control index df7ade9..b5aa95b 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 +Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat | packagekit Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me |