diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e0ca277..09c2236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libdbusmenu (0.2.0~dev-0ubuntu1~ppa2) karmic; urgency=low + + * Updating to trunk + * Adding underline support + + -- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:03:41 -0600 + +libdbusmenu (0.2.0~dev-0ubuntu1~ppa1) karmic; urgency=low + + * Updating to trunk + * Test suite fixes and automation support + * dbus-dumper tool + * Switch to org.ayatana + * debian/control, debian/libdbusmenu-tools.install: Setting + up a package for the new dbusmenu-dumper tool. + + -- Ted Gould <ted@ubuntu.com> Tue, 08 Dec 2009 14:16:37 -0600 + libdbusmenu (0.1.8-0ubuntu1) karmic; urgency=low * Upstream release 0.1.8 diff --git a/debian/control b/debian/control index 69d6adf..7854be9 100644 --- a/debian/control +++ b/debian/control @@ -58,3 +58,11 @@ Description: Menus over DBus shared library for GTK This package contains files that are needed to build applications. . This package provides the development files. + +Package: libdbusmenu-tools +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libdbusmenu-glib0 (= ${binary:Version}) +Description: Need a better description. |