diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-09 13:08:54 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-09 13:08:54 -0500 |
commit | a197f4ebfa0599e6395262fcd8ed3c7f5e1ac65f (patch) | |
tree | dab9b6aff56de64b8042f97b4b596b0b8fa48f55 /debian | |
parent | cb46b117745751f14f603c860c1b6e648ae11c2c (diff) | |
download | ayatana-indicator-messages-a197f4ebfa0599e6395262fcd8ed3c7f5e1ac65f.tar.gz ayatana-indicator-messages-a197f4ebfa0599e6395262fcd8ed3c7f5e1ac65f.tar.bz2 ayatana-indicator-messages-a197f4ebfa0599e6395262fcd8ed3c7f5e1ac65f.zip |
releasing version 0.3.11-0ubuntu4
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 b114761..dedd149 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.3.11-0ubuntu4) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:39:40 -0500 + indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low * debian/control: package description spelling (LP: #658096) diff --git a/debian/control b/debian/control index 5243741..5b02375 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.2.5), - libdbusmenu-glib-dev (>= 0.2.8) + libdbusmenu-gtk-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.3.90) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~indicator-applet-developers/indicator-messages/ubuntu |