diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-09-10 10:08:18 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-09-10 10:08:18 -0400 |
commit | 72003f10d90c8392af14a6352e05c667c30ac4db (patch) | |
tree | bc567620d6d28ab84ce27be00e6158e05bbcdb2c /debian | |
parent | 08950edeb4c7a65eb120313c24c02a2555d73977 (diff) | |
parent | 5439c24a959d39d9ab54e637d2db3bc3d1227d47 (diff) | |
download | ayatana-indicator-messages-72003f10d90c8392af14a6352e05c667c30ac4db.tar.gz ayatana-indicator-messages-72003f10d90c8392af14a6352e05c667c30ac4db.tar.bz2 ayatana-indicator-messages-72003f10d90c8392af14a6352e05c667c30ac4db.zip |
* New release (LP: #427357)
* Merging in v2-api stuff which will become 0.2.1
* debian/control:
- Requiring > 0.2.0 of libindicate-*
- bump dbusmenu dependencies.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f00c871..8119875 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-messages (0.2.1-0ubuntu1) karmic; urgency=low + + * New release (LP: #427357) + * Merging in v2-api stuff which will become 0.2.1 + * debian/control: + - Requiring > 0.2.0 of libindicate-* + - bump dbusmenu dependencies. + + -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 14:01:03 -0500 + indicator-messages (0.2.0-0ubuntu2) karmic; urgency=low * debian/control diff --git a/debian/control b/debian/control index f152a2e..08f19e3 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0~bzr298), - libindicate-gtk-dev (>= 0.2.0~bzr298), + libindicate-dev (>= 0.2.0), + libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.1.0), - libdbusmenu-glib-dev (>= 0.1.0) + libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |