diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d5cdd1b..25e4ed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-application (0.3.91-0ubuntu1) oneiric; urgency=low + + * debian/control: updated libindicator requirement + + [ Ted Gould ] + * New upstream release. + * Build with libindicator 0.4 + + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 12:23:16 +0200 + indicator-application (0.3.90-0ubuntu2) oneiric; urgency=low * Rebuild for libdbusmenu-gtk3-4 diff --git a/debian/control b/debian/control index d79b35a..c83899d 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), intltool, libappindicator-dev (>= 0.2.91), libappindicator3-dev (>= 0.2.91), - 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) |