diff options
author | Didier Roche <didier.roche@canonical.com> | 2010-09-22 11:23:25 +0200 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2010-09-22 11:23:25 +0200 |
commit | 7612de178bb8406ef866565c92ebe999aa00e8d5 (patch) | |
tree | 57e540479084426921a755d2d0eb195e59742902 /debian | |
parent | 93269e2f90c4b44cd1f3024e4b61ad1e10d16218 (diff) | |
download | ayatana-indicator-messages-7612de178bb8406ef866565c92ebe999aa00e8d5.tar.gz ayatana-indicator-messages-7612de178bb8406ef866565c92ebe999aa00e8d5.tar.bz2 ayatana-indicator-messages-7612de178bb8406ef866565c92ebe999aa00e8d5.zip |
* Rebuild for libindicator ABI change (LP: #637692)
* debian/control: depends on latest libindicator-dev
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4a45eb0..007d1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.3.11-0ubuntu2) UNRELEASED; 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 11:21:53 +0200 + indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low * New upstream release. 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 |