diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 22b4f8b..a7fa4f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ -indicator-messages (0.4.91-0ubuntu1~ppa1) oneiric; urgency=low +indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. * Update for libindicator 0.4 - -- Ted Gould <ted@ubuntu.com> Fri, 08 Jul 2011 09:54:54 -0500 + [ Ken VanDine ] + * debian/control + - Bumped build depends for libindicator to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 08 Jul 2011 11:23:58 -0400 indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low diff --git a/debian/control b/debian/control index 89a09b8..921c969 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.4.91), libindicate-gtk-dev (>= 0.4.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) |