diff options
author | Ted Gould <ted@gould.cx> | 2011-02-03 16:03:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-03 16:03:32 -0600 |
commit | df6a39de023b6d98d463d856e9c01cc5f0f0dad8 (patch) | |
tree | 502b41d38a508fae407d40bd551c1da8888f5fb2 /debian | |
parent | 0ab2c933bfd2745bc47c5b12e0488a13b91bfde3 (diff) | |
parent | 5851112e3328bfc13620d705a37b6f377d46ee16 (diff) | |
download | libayatana-appindicator-df6a39de023b6d98d463d856e9c01cc5f0f0dad8.tar.gz libayatana-appindicator-df6a39de023b6d98d463d856e9c01cc5f0f0dad8.tar.bz2 libayatana-appindicator-df6a39de023b6d98d463d856e9c01cc5f0f0dad8.zip |
Merge from U.Desktop
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index acebeb6..adcd7b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -libappindicator (0.2.92-0ubuntu1~ppa1) natty; urgency=low +libappindicator (0.2.92-0ubuntu1) natty; urgency=low * New upstream release. * Fixes to build system to build with GTK3 * Use the dbusmenu parser + * debian/control + - Bump build depends for libdbusmenu-gtk-dev to >= 0.3.94 - -- Ted Gould <ted@ubuntu.com> Thu, 27 Jan 2011 14:58:35 -0600 + -- Ken VanDine <ken.vandine@canonical.com> Thu, 27 Jan 2011 22:23:53 -0500 libappindicator (0.2.91.1-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index 01133f5..3292efd 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 7.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.3.91), + libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-glib-dev (>= 0.3.91), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), |