diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-09 13:08:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-09 13:08:56 -0500 |
commit | ce368773742d2a008e7e3f8074c26c4acb9bf6f7 (patch) | |
tree | 696909a1f355213f213d5243d9359e4ae2e7fee4 /debian | |
parent | 5947d619108aa33c7e8e703bbd56d573c50d252a (diff) | |
download | ayatana-indicator-session-ce368773742d2a008e7e3f8074c26c4acb9bf6f7.tar.gz ayatana-indicator-session-ce368773742d2a008e7e3f8074c26c4acb9bf6f7.tar.bz2 ayatana-indicator-session-ce368773742d2a008e7e3f8074c26c4acb9bf6f7.zip |
releasing version 0.2.10-0ubuntu4
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b63c495..6e3a138 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.2.10-0ubuntu4) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:38:49 -0500 + indicator-session (0.2.10-0ubuntu3) maverick; urgency=low * Backport upstream revision 129 to fix a crasher (lp: #611257) diff --git a/debian/control b/debian/control index 2bd3295..9b0cf04 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.14), - libdbusmenu-glib-dev (>= 0.2.2), - libdbusmenu-gtk-dev (>= 0.2.2), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.90), libpolkit-gobject-1-dev, intltool Standards-Version: 3.8.2 |