diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 18:22:44 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 18:22:44 -0800 |
commit | edc53b83fce120c8fbf2f7865f922db70cc56657 (patch) | |
tree | 5cc62946c5e51530b2f0da02268d7492af6c0ab5 /debian | |
parent | da7cfbcea0af0d51d64af92d4c29b4e3eb9c9e56 (diff) | |
download | ayatana-indicator-messages-edc53b83fce120c8fbf2f7865f922db70cc56657.tar.gz ayatana-indicator-messages-edc53b83fce120c8fbf2f7865f922db70cc56657.tar.bz2 ayatana-indicator-messages-edc53b83fce120c8fbf2f7865f922db70cc56657.zip |
* debian/control:
* dbusmenu* depends to 0.2.2
* libindicate* depends to 0.3.0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index e383579..cb14189 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ indicator-messages (0.3.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Upstream release 0.3.1 * Updates for dbusmenu 0.2.2 * Updates for libindicate 0.3.0 + * debian/control: + * dbusmenu* depends to 0.2.2 + * libindicate* depends to 0.3.0 -- Ted Gould <ted@ubuntu.com> Thu, 04 Feb 2010 18:21:10 -0800 diff --git a/debian/control b/debian/control index 6b726d4..f622dd2 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), - libindicate-gtk-dev (>= 0.2.0), + libindicate-dev (>= 0.3.0), + libindicate-gtk-dev (>= 0.3.0), libindicator-dev (>= 0.3.0), - libdbusmenu-gtk-dev (>= 0.2.0), - libdbusmenu-glib-dev (>= 0.2.0) + libdbusmenu-gtk-dev (>= 0.2.2), + libdbusmenu-glib-dev (>= 0.2.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |