diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 46bccf1..25e4ed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -indicator-application (0.3.91-0ubuntu1~ppa1) oneiric; urgency=low +indicator-application (0.3.91-0ubuntu1) oneiric; urgency=low + * debian/control: updated libindicator requirement + + [ Ted Gould ] * New upstream release. * Build with libindicator 0.4 - -- Ted Gould <ted@ubuntu.com> Thu, 07 Jul 2011 15:32:55 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 12:23:16 +0200 indicator-application (0.3.90-0ubuntu2) oneiric; urgency=low 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) |