aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-08 14:15:23 -0600
committerTed Gould <ted@gould.cx>2009-12-08 14:15:23 -0600
commitb83632a648ef96d295d494c07cf07be5457fd719 (patch)
tree74bfd956fb6e50bef5efffb163522ad83cb847ce /debian
parent115665755152eb58a43583cb61bd79bad6e115a7 (diff)
downloadlibdbusmenu-b83632a648ef96d295d494c07cf07be5457fd719.tar.gz
libdbusmenu-b83632a648ef96d295d494c07cf07be5457fd719.tar.bz2
libdbusmenu-b83632a648ef96d295d494c07cf07be5457fd719.zip
debian/control, debian/libdbusmenu-tools.install: Setting
up a package for the new dbusmenu-dumper tool.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control8
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.