diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 11:43:58 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 11:43:58 -0400 |
commit | 5a36e5793ba422d5bff4cfaaea377be2d11f3874 (patch) | |
tree | e32033c4bc6d6b614871f9855b91efe383ddd578 | |
parent | b60635ec5fe8d9f3ee4bc355c506c0d0f8c59e88 (diff) | |
download | ayatana-indicator-messages-5a36e5793ba422d5bff4cfaaea377be2d11f3874.tar.gz ayatana-indicator-messages-5a36e5793ba422d5bff4cfaaea377be2d11f3874.tar.bz2 ayatana-indicator-messages-5a36e5793ba422d5bff4cfaaea377be2d11f3874.zip |
* Update to fix build issue
* Fix to dereference the application menu items correctly so that
the signal handlers are dropped as well. (lp: #410251)
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 16 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index aefc9e1..7c10a1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-messages (0.2.0-0ubuntu1~ppa1) karmic; urgency=low +indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low * Upstream version 0.2.0 * debian/control: Adding dependency information for libdbusmenu @@ -7,6 +7,19 @@ indicator-messages (0.2.0-0ubuntu1~ppa1) karmic; urgency=low -- Ted Gould <ted@ubuntu.com> Thu, 27 Aug 2009 10:28:14 -0500 +indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low + + * Update to fix build issue + + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 07 Aug 2009 17:12:40 +0100 + +indicator-messages (0.2.0~bzr121-0ubuntu3) karmic; urgency=low + + * Fix to dereference the application menu items correctly so that + the signal handlers are dropped as well. (lp: #410251) + + -- Ted Gould <ted@ubuntu.com> Wed, 05 Aug 2009 19:00:31 +0100 + indicator-messages (0.2.0~bzr121-0ubuntu2) karmic; urgency=low * Run autogen.sh before upload diff --git a/debian/control b/debian/control index 53a3456..32b0ae9 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, + libdbusmenu-glib-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |