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 6390883..ced6d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa4) UNRELEASED; urgency=low + + * debian/control: Adding in a build dep on libindicate-gtk-dev + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 17:53:16 +0100 + indicator-messages (0.2.0~bzr121-0ubuntu1~ppa3) karmic; urgency=low * Changes for the changing libindicate stuff. diff --git a/debian/control b/debian/control index 6840467..32b0ae9 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), + libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev, libdbusmenu-glib-dev |