diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 15:44:19 -0600 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 15:44:19 -0600 |
commit | 86741206d6bc3c514d23585a73b71a905690d94d (patch) | |
tree | 36227a7d4eb64497df92174f8861aff0668c369d /debian | |
parent | a197f4ebfa0599e6395262fcd8ed3c7f5e1ac65f (diff) | |
parent | fa55ddedc5fe430c653d3bf2c4edf3bfa3de9841 (diff) | |
download | ayatana-indicator-messages-86741206d6bc3c514d23585a73b71a905690d94d.tar.gz ayatana-indicator-messages-86741206d6bc3c514d23585a73b71a905690d94d.tar.bz2 ayatana-indicator-messages-86741206d6bc3c514d23585a73b71a905690d94d.zip |
releasing version 0.3.90-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 12 |
2 files changed, 23 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index dedd149..9afd5d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,21 @@ -indicator-messages (0.3.11-0ubuntu4) natty; urgency=low +indicator-messages (0.3.90-0ubuntu1) natty; urgency=low + + [ Ted Gould ] + * New upstream release. + * GDBus Port + * New libindicate and dbusmenu + [ Ken VanDine ] + * debian/control + - Build depends on libindicate-dev to 0.4.91 + - Build depends on dbusmenu to 0.3.91 + - Set Vcs to ~ubuntu-desktop + * data/indicator-messages.service.in + - Fixed dbus interface name + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 14 Jan 2011 14:50:30 -0600 + +indicator-messages (0.3.11-0ubuntu4) natty; urgency=low * debian/control - Bump build depends for libdbusmenu-* to >= 0.3.90 diff --git a/debian/control b/debian/control index 5b02375..4e28b59 100644 --- a/debian/control +++ b/debian/control @@ -11,15 +11,15 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.3.0), - libindicate-gtk-dev (>= 0.3.0), + libindicate-dev (>= 0.4.91), + libindicate-gtk-dev (>= 0.4.91), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.90) + libdbusmenu-gtk-dev (>= 0.3.91), + libdbusmenu-glib-dev (>= 0.3.91) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-messages -Vcs-Bzr: http://code.launchpad.net/~indicator-applet-developers/indicator-messages/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/ubuntu/files +Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu/files Package: indicator-messages Architecture: any |