diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 18:38:10 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 18:38:10 +0100 |
commit | 28da49f778ce7cabe85cd4578de5120518fcb2ab (patch) | |
tree | 49d429382e9f3b6a7a63f953a673eeddbd07a812 /debian | |
parent | 06ae72ff77782ef9fd388d634491727764ef2581 (diff) | |
download | ayatana-indicator-session-28da49f778ce7cabe85cd4578de5120518fcb2ab.tar.gz ayatana-indicator-session-28da49f778ce7cabe85cd4578de5120518fcb2ab.tar.bz2 ayatana-indicator-session-28da49f778ce7cabe85cd4578de5120518fcb2ab.zip |
* debian/control:
- recommends python-aptdaemon.pkcompat so packagekit doesn't get installed
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8cc3f37..b2e9991 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ indicator-session (0.3.91-0ubuntu1) UNRELEASED; urgency=low - * New upstream release. + * debian/control: + - recommends python-aptdaemon.pkcompat so packagekit doesn't get installed + + [ Ken VanDine ] + * New upstream release. (lp: #903756) * debian/control - added new build depends on libpackagekit-glib2-dev - -- Ken VanDine <ken.vandine@canonical.com> Fri, 10 Feb 2012 14:50:37 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 18:26:00 +0100 indicator-session (0.3.90-0ubuntu1) precise; urgency=low diff --git a/debian/control b/debian/control index 8c2d149..df7ade9 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 +Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me |