diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2012-02-15 07:27:12 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2012-02-15 07:27:12 +0100 |
commit | 1d8f0ba5ee4fcd54f51ad8727429add3639d2444 (patch) | |
tree | fd3087a343a1ef4e929e01336ae6394b295a2545 | |
parent | 242c0e960b63d33325bd9abb47ac297470a22ebd (diff) | |
download | ayatana-indicator-session-1d8f0ba5ee4fcd54f51ad8727429add3639d2444.tar.gz ayatana-indicator-session-1d8f0ba5ee4fcd54f51ad8727429add3639d2444.tar.bz2 ayatana-indicator-session-1d8f0ba5ee4fcd54f51ad8727429add3639d2444.zip |
debian/control: Add alternative packagekit dependency, since this ought to
work with either the aptdaemon pkcompat or packagekit itself.
-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 |