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 | |
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')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 29 | ||||
-rw-r--r-- | debian/libdbusmenu-jsonloader-dev.install | 4 | ||||
-rw-r--r-- | debian/libdbusmenu-jsonloader1.install | 1 |
4 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 243747c..09e6f2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libdbusmenu (0.3.3-0ubuntu2~ppa2) UNRELEASED; urgency=low + + * 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. + + -- Ted Gould <ted@ubuntu.com> Wed, 30 Jun 2010 11:29:14 -0500 + libdbusmenu (0.3.3-0ubuntu2~ppa1) lucid; urgency=low * Upstream Merge 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. + diff --git a/debian/libdbusmenu-jsonloader-dev.install b/debian/libdbusmenu-jsonloader-dev.install new file mode 100644 index 0000000..27c41a5 --- /dev/null +++ b/debian/libdbusmenu-jsonloader-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libdbusmenu-0.1/libdbusmenu-jsonloader/* +debian/tmp/usr/lib/pkgconfig/dbusmenu-jsonloader.pc +debian/tmp/usr/lib/libdbusmenu-jsonloader.a +debian/tmp/usr/lib/libdbusmenu-jsonloader.so diff --git a/debian/libdbusmenu-jsonloader1.install b/debian/libdbusmenu-jsonloader1.install new file mode 100644 index 0000000..bff47f5 --- /dev/null +++ b/debian/libdbusmenu-jsonloader1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libdbusmenu-jsonloader.so.* |