diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:55:28 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:55:28 -0500 |
commit | 27152b308f81f820833391ef228c4499c73c2183 (patch) | |
tree | 06dfb0776e35b56b3d2ec8d682723722d506b437 /debian | |
parent | 1fe4c86ce7dd4f206c1b954919a262740cbf76ef (diff) | |
parent | d39cc3106f19eb906552e137824aabb4d648c2a1 (diff) | |
download | ayatana-indicator-messages-27152b308f81f820833391ef228c4499c73c2183.tar.gz ayatana-indicator-messages-27152b308f81f820833391ef228c4499c73c2183.tar.bz2 ayatana-indicator-messages-27152b308f81f820833391ef228c4499c73c2183.zip |
* Upstream release 0.3.0
- Disabling static builds.
- Porting to libindicator 0.3.0
- Adding translator comments from hours and minutes strings.
(LP: #456437)
- Upgrading to dbusmenu 0.2.0
* debian/control: Updating dbusmenu dependency to 0.2.0
* debian/control: Increasing libindicator-dev dependency to
0.3.0
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f97d481..bf83fbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-messages (0.3.0-0ubuntu1) lucid; urgency=low + + * Upstream release 0.3.0 + - Disabling static builds. + - Porting to libindicator 0.3.0 + - Adding translator comments from hours and minutes strings. + (LP: #456437) + - Upgrading to dbusmenu 0.2.0 + * debian/control: Updating dbusmenu dependency to 0.2.0 + * debian/control: Increasing libindicator-dev dependency to + 0.3.0 + + -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 12:05:25 -0600 + indicator-messages (0.2.6+r156-0ubuntu2) lucid; urgency=low * debian/control diff --git a/debian/control b/debian/control index 477c41d..6b726d4 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0), - libdbusmenu-gtk-dev (>= 0.1.1), - libdbusmenu-glib-dev (>= 0.1.1) + libdbusmenu-gtk-dev (>= 0.2.0), + libdbusmenu-glib-dev (>= 0.2.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |