diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 22:34:15 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-27 22:34:15 -0500 |
commit | b7ad7ae08ee02fdd8464141b84baa4225daedb28 (patch) | |
tree | 502b41d38a508fae407d40bd551c1da8888f5fb2 /debian | |
parent | 62f943d3f3892a59585eba750290757c5c84c81d (diff) | |
parent | 93d52e4976dc0df8929afa404cab58889a46d723 (diff) | |
download | libayatana-appindicator-b7ad7ae08ee02fdd8464141b84baa4225daedb28.tar.gz libayatana-appindicator-b7ad7ae08ee02fdd8464141b84baa4225daedb28.tar.bz2 libayatana-appindicator-b7ad7ae08ee02fdd8464141b84baa4225daedb28.zip |
releasing version 0.2.92-0ubuntu10.2.92-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 641e75a..adcd7b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 27 Jan 2011 22:23:53 -0500 + libappindicator (0.2.91.1-0ubuntu1) natty; urgency=low * New upstream release. 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), |