diff options
author | Ted Gould <ted@canonical.com> | 2009-07-23 21:43:11 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-23 21:43:11 -0500 |
commit | bf692e809692b02d05c1dc2817c82f7531d6d51a (patch) | |
tree | daf603c258c7d5ac0f0916adf9b7bfea1a194fd0 | |
parent | bf6aa03c4b9bf53809fb976014fdcbb7734c5dc6 (diff) | |
download | ayatana-indicator-session-bf692e809692b02d05c1dc2817c82f7531d6d51a.tar.gz ayatana-indicator-session-bf692e809692b02d05c1dc2817c82f7531d6d51a.tar.bz2 ayatana-indicator-session-bf692e809692b02d05c1dc2817c82f7531d6d51a.zip |
debian/control: Adding a dep on polkit-gnome-dev
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4d72edc..ce2c110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-sus (0.1~ppa2~indicator9ubuntu5) UNRELEASED; urgency=low + + * debian/control: Adding a dep on polkit-gnome-dev + + -- Ted Gould <ted@ubuntu.com> Thu, 23 Jul 2009 21:42:53 -0500 + indicator-sus (0.1~ppa2~indicator9ubuntu4) karmic; urgency=low * Basically getting this session stuff working. Well, all diff --git a/debian/control b/debian/control index 7ce6984..372253f 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev, libdbusmenu-glib-dev, libdbusmenu-gtk-dev, + libpolkit-gnome-dev, intltool Standards-Version: 3.8.0 |