diff options
author | Ted Gould <ted@gould.cx> | 2010-10-20 16:10:04 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-20 16:10:04 -0400 |
commit | a84751634f416aa96edec3bccc49db5d215212f5 (patch) | |
tree | f95d8b5928a744c76b21d67ec156d369696a3675 | |
parent | 13152ea1e48817e0da90c54ebe04a3f69b676710 (diff) | |
parent | 8f21ee2ec85b658f32bb182c711cff6ee25e637f (diff) | |
download | ayatana-indicator-messages-a84751634f416aa96edec3bccc49db5d215212f5.tar.gz ayatana-indicator-messages-a84751634f416aa96edec3bccc49db5d215212f5.tar.bz2 ayatana-indicator-messages-a84751634f416aa96edec3bccc49db5d215212f5.zip |
Merge in Ubuntu Desktop
-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 |