diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-07-08 13:58:16 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-07-08 13:58:16 +0200 |
commit | 90aa5afaef81004330d6fa21d094fa1178e094db (patch) | |
tree | 1c7d0c0d31ff177da8267733b2ceb86f6be34614 /debian | |
parent | 8693295fdec51ac441fc1cc40a4f27ce7cc08110 (diff) | |
parent | 7b7526980342f4d857b52432617baec732fd9c97 (diff) | |
download | libayatana-appindicator-90aa5afaef81004330d6fa21d094fa1178e094db.tar.gz libayatana-appindicator-90aa5afaef81004330d6fa21d094fa1178e094db.tar.bz2 libayatana-appindicator-90aa5afaef81004330d6fa21d094fa1178e094db.zip |
releasing version 0.3.90-0ubuntu10.3.90-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f476274..33a9da1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libappindicator (0.3.90-0ubuntu1) oneiric; urgency=low + + * debian/control: updated libindicator requirement. + + [ Ted Gould ] + * New upstream release. + * Fix a memory leak (LP: #784327) + * Port to libindicator 0.4 + + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 13:53:35 +0200 + libappindicator (0.3.0-0ubuntu3) oneiric; urgency=low * No change rebuild to depend on libdbusmenu-gtk4 (instead of -gtk3) diff --git a/debian/control b/debian/control index 12aec6f..a61696a 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 7.0), python-gtk2-dev, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.3.19), - libindicator3-dev (>= 0.3.19), + libindicator-dev (>= 0.3.90), + libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), |