diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 28 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 23 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 82e2261..2520315 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,23 +1,33 @@ -libdbusmenu (0.3.6-0ubuntu2~ppa1~glob3) lucid; urgency=low +libdbusmenu (0.3.8-0ubuntu2~ppa1~glob1) UNRELEASED; urgency=low + * Updating to packaging branch * Upstream Merge * Making it so that properties are requested bredth first + * Globbing layout signaling from the server + * Globbing property requests into group requests - -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 15:24:08 -0500 + -- Ted Gould <ted@ubuntu.com> Mon, 02 Aug 2010 14:37:28 -0500 -libdbusmenu (0.3.6-0ubuntu2~ppa1~glob2) lucid; urgency=low +libdbusmenu (0.3.8-0ubuntu1) maverick; urgency=low - * Upstream Merge - * Globbing layout signaling from the server + * New upstream release. + - Added ItemActivationRequested signal. - -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 12:34:11 -0500 + -- Ken VanDine <ken.vandine@canonical.com> Fri, 30 Jul 2010 13:44:34 -0400 -libdbusmenu (0.3.6-0ubuntu2~ppa1~glob1) lucid; urgency=low +libdbusmenu (0.3.7-0ubuntu1) maverick; urgency=low + + * New upstream release. + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 22 Jul 2010 21:17:13 +0200 + +libdbusmenu (0.3.6-0ubuntu2~ppa1) lucid; urgency=low * Upstream Merge - * Globbing property requests into group requests + * Making dbusmenu-dumper have a click to dump feature. + * Autogen update - -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 11:51:40 -0500 + -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 16:40:29 -0500 libdbusmenu (0.3.6-0ubuntu1) maverick; urgency=low diff --git a/debian/control b/debian/control index f1ca7a7..8ffb53c 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 5.0), libgirepository1.0-dev, gir1.0-glib-2.0, gir1.0-gtk-2.0, + libx11-dev (>= 1.3), valac Standards-Version: 3.9.0 Homepage: https://launchpad.net/dbusmenu @@ -159,8 +160,8 @@ Description: library for passing menus over DBus - Test lib create a menu simply without worrying about how it is displayed on the other side of the bus. . - This package contains shared libraries to be used by test suites in - applications or libraries using dbusmenu. + This package contains shared libraries to be by test suites in applications + or libraries using dbusmenu. Package: libdbusmenu-jsonloader-dev Section: libdevel @@ -170,7 +171,7 @@ Depends: ${shlibs:Depends}, libdbus-glib-1-dev (>= 0.76), libdbusmenu-glib-dev (= ${binary:Version}), libjson-glib-dev -Description: library for passing menus over DBus - Test lib development files +Description: library for passing menus over DBus - Test lib libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. |