diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-07-08 12:43:42 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-07-08 12:43:42 +0200 |
commit | 39322c231cc79baab539398c0f52db9f9f2ed6f1 (patch) | |
tree | 31cad0ec081f97d0fce43dee194e0da629b2d6fb /debian | |
parent | f099efd0cd93363218430b32e422f21a5aec7b50 (diff) | |
parent | 3eca9a284fe1e4db2e839b9c77be5059ff78c69d (diff) | |
download | ayatana-indicator-application-39322c231cc79baab539398c0f52db9f9f2ed6f1.tar.gz ayatana-indicator-application-39322c231cc79baab539398c0f52db9f9f2ed6f1.tar.bz2 ayatana-indicator-application-39322c231cc79baab539398c0f52db9f9f2ed6f1.zip |
releasing version 0.3.91-0ubuntu1
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) |