diff options
-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 |