diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd3f68a..23c6972 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ libdbusmenu (0.2.0~dev-0ubuntu1~ppa1) UNRELEASED; urgency=low * 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:07:44 -0600 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. |