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