diff options
author | Ted Gould <ted@gould.cx> | 2010-06-30 11:29:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-30 11:29:46 -0500 |
commit | 9b98c0e29a0f15d9203feb051f4d39155e331dda (patch) | |
tree | f8b393f773365af2ac46d51c114f1785ee27aaff /debian/control | |
parent | 9dc2095a918b79246713d205b1716358f5d012ec (diff) | |
parent | 94516efaf61bccb441d4c49bb94e4ae5cd86e9ee (diff) | |
download | libdbusmenu-9b98c0e29a0f15d9203feb051f4d39155e331dda.tar.gz libdbusmenu-9b98c0e29a0f15d9203feb051f4d39155e331dda.tar.bz2 libdbusmenu-9b98c0e29a0f15d9203feb051f4d39155e331dda.zip |
* Upstream Merge
* Adding more through JSON support for testing
* Autogen
* debian/control, debian/libdbusmenu-jsonloader*install: Adding
two binary packages for the jsonloader test library.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
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. + |