diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 18:40:18 -0800 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-04 18:40:18 -0800 |
commit | 5747ab334feab5f4c2b439631cc511987f25484a (patch) | |
tree | c44c5b277324c8a0a7ee8e0be4ee85e32baa9a1b /debian | |
parent | 27152b308f81f820833391ef228c4499c73c2183 (diff) | |
parent | 35115483c700bf370c579328c8a51e717e3947c4 (diff) | |
download | ayatana-indicator-messages-5747ab334feab5f4c2b439631cc511987f25484a.tar.gz ayatana-indicator-messages-5747ab334feab5f4c2b439631cc511987f25484a.tar.bz2 ayatana-indicator-messages-5747ab334feab5f4c2b439631cc511987f25484a.zip |
releasing version 0.3.1-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 15 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index bf83fbc..c1cd592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-messages (0.3.1-0ubuntu1) lucid; 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:23:34 -0800 + indicator-messages (0.3.0-0ubuntu1) lucid; urgency=low * Upstream release 0.3.0 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 |