diff options
-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 |