diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 03fb864..f74afbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.2.0-0ubuntu2) UNRELEASED; urgency=low + + * debian/control + - Bump build depends on dbusmenu to 0.1.0 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 27 Aug 2009 15:06:49 -0400 + indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index 03bed1a..f152a2e 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |