aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-07-01 16:53:43 +0200
committerSebastien Bacher <seb128@ubuntu.com>2010-07-01 16:53:43 +0200
commit1231c20212abb9c09b9eaec0c8619d126e3e2779 (patch)
tree0c8d6f46cde621834e273384dda9a923d3481011 /debian/control
parent01780416e8c1267838892fb6d114a84fe33dc590 (diff)
parentf68faeacaf96ff5fd21310e5a096857ec675c8b0 (diff)
downloadlibdbusmenu-1231c20212abb9c09b9eaec0c8619d126e3e2779.tar.gz
libdbusmenu-1231c20212abb9c09b9eaec0c8619d126e3e2779.tar.bz2
libdbusmenu-1231c20212abb9c09b9eaec0c8619d126e3e2779.zip
releasing version 0.3.4-0ubuntu1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 18222ae..aefb40e 100644
--- a/debian/control
+++ b/debian/control
@@ -149,3 +149,32 @@ Description: library for passing menus over DBus - GTK version documentation
.
This package contains developer documentation for libdbusmenu-gtk.
+Package: libdbusmenu-jsonloader1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+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.
+ .
+ This package contains shared libraries to be by test suites in applications
+ or libraries using dbusmenu.
+
+Package: libdbusmenu-jsonloader-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libdbus-glib-1-dev (>= 0.76),
+ libdbusmenu-glib-dev (= ${binary:Version}),
+ libjson-glib-dev
+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.
+ .
+ This package contains files that are needed to build test suites in applications
+ or libraries using dbusmenu.
+