diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7227824..8016596 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -indicator-messages (0.3.11-0ubuntu1~ppa1) maverick; urgency=low +indicator-messages (0.3.11-0ubuntu2) maverick; urgency=low + + * Rebuild for libindicator ABI change (LP: #637692) + * debian/control: depends on latest libindicator-dev + + -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 18:39:27 +0200 + +indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low * New upstream release. * Fixing triangles by passing data to callback (LP: #623453) diff --git a/debian/control b/debian/control index bb668b1..0354365 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), - libindicator-dev (>= 0.3.5), + libindicator-dev (>= 0.3.14), libdbusmenu-gtk-dev (>= 0.2.5), libdbusmenu-glib-dev (>= 0.2.8) Standards-Version: 3.8.4 |