diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-11-30 17:29:09 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-11-30 17:29:09 +0000 |
commit | 7b3703e6ed6bec9f2880a4b40371551077314430 (patch) | |
tree | e5503e13d2b8c9a217b99b17e5b766573fe001ae /debian | |
parent | 355e2614158629582092c1cd4779419ffaa6dcff (diff) | |
parent | 434e53697c99fbe7070671855b7fef97ca7499bc (diff) | |
download | ayatana-indicator-session-7b3703e6ed6bec9f2880a4b40371551077314430.tar.gz ayatana-indicator-session-7b3703e6ed6bec9f2880a4b40371551077314430.tar.bz2 ayatana-indicator-session-7b3703e6ed6bec9f2880a4b40371551077314430.zip |
i-session doesn't use polkit or packagekit anymore, so don't refer to them in configure.ac or debian/*. Fixes: https://bugs.launchpad.net/bugs/1085100.
Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6228ac4..060d8a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Add libgtest-dev, libdbustest1-dev, dbus-test-runner to Build-Depends. - Adjust style to be consistent and use trailing commas in lists. - Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders. + - Remove libpackagekit-glib2-dev and libpolkit-gobject-1-dev + from Build-Depends. (LP: #1085100) + - Remove packagekit from Recommends * Automatic snapshot from revision 373 (bootstrap): - Check to make sure that create_display_proxy() succeeded before using the proxy pointer that gets returned. (LP: #1078119) diff --git a/debian/control b/debian/control index 1dad5b0..d910c9c 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,6 @@ Build-Depends: debhelper (>= 9), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - libpackagekit-glib2-dev, - libpolkit-gobject-1-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session # If you aren't a member of ~indicator-applet-developers but need to upload @@ -33,7 +31,6 @@ Depends: ${shlibs:Depends}, upower, gnome-settings-daemon, Recommends: indicator-applet (>= 0.2) | indicator-renderer, - packagekit-system-interface | packagekit, Suggests: lightdm Description: indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and |