diff options
author | Ted Gould <ted@gould.cx> | 2010-03-25 10:51:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-25 10:51:21 -0500 |
commit | 032c3937094f44093f116687c88c6c13979944c3 (patch) | |
tree | 4d1dc345b44a46e60b949de2f9309ea97f1b5210 /debian | |
parent | 272215246b7ddd8beb7ba622cef73e2c0c27ccfa (diff) | |
download | ayatana-indicator-messages-032c3937094f44093f116687c88c6c13979944c3.tar.gz ayatana-indicator-messages-032c3937094f44093f116687c88c6c13979944c3.tar.bz2 ayatana-indicator-messages-032c3937094f44093f116687c88c6c13979944c3.zip |
debian/control: Increasing dbusmenu-glib dep to 0.2.8
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ad2732b..6c3927e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ indicator-messages (0.3.5-0ubuntu1~ppa1) UNRELEASED; urgency=low (LP: #537312) * Track applications we've seen so that we can show "Set Up" text if we've not seen the app before. + * debian/control: Increasing dbusmenu-glib dep to 0.2.8 -- Ted Gould <ted@ubuntu.com> Thu, 25 Mar 2010 10:48:10 -0500 diff --git a/debian/control b/debian/control index 10ebc00..b2a013b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.3.0), libindicator-dev (>= 0.3.5), libdbusmenu-gtk-dev (>= 0.2.5), - libdbusmenu-glib-dev (>= 0.2.5) + libdbusmenu-glib-dev (>= 0.2.8) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |