aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorEvgeni Golov <evgeni@debian.org>2010-07-14 10:14:20 +0200
committerEvgeni Golov <evgeni@debian.org>2010-07-14 10:14:20 +0200
commit674342c670052bcfcc92b7638de9af482ae2a856 (patch)
tree0432b0802a7b35beaac76d51d797219a4b586d80 /debian/control
parent6830905830ac78271515c586442a090cf7a0e3ff (diff)
parent271f62baede153472711c3dcf2388df3acffa006 (diff)
downloadlibdbusmenu-674342c670052bcfcc92b7638de9af482ae2a856.tar.gz
libdbusmenu-674342c670052bcfcc92b7638de9af482ae2a856.tar.bz2
libdbusmenu-674342c670052bcfcc92b7638de9af482ae2a856.zip
Merged lp:~ubuntu-desktop/dbusmenu/ubuntu
* New upstream release. ∘ Protect against NULL nodes (LP: #602444) ∘ Remove extra warnings and messages ∘ Handle not having a session bus better (LP: #598715) * New upstream release. * Block building submenus on separators (LP: #598620) * Adding more through JSON support for testing * Fixing up value handling in dbusmenu-dumper * debian/control, debian/libdbusmenu-jsonloader*install: Adding two binary packages for the jsonloader test library. * Merge Ubuntu. Preserve Maintainer and Vcs-* fields. * Standards-Version: 3.9.0 * Source-Format: 1.0 for now - -doc packages are Arch:all
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control44
1 files changed, 36 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 18222ae..fea73b2 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 5.0),
gir1.0-glib-2.0,
gir1.0-gtk-2.0,
valac
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
Homepage: https://launchpad.net/dbusmenu
Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu
Vcs-Browser: http://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/ubuntu
@@ -60,12 +60,12 @@ Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Description: library for passing menus over DBus - GTK version
+Description: library for passing menus over DBus - GTK+ version
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 used by GTK applications.
+ This package contains shared libraries to be used by GTK+ applications.
Package: libdbusmenu-gtk-dev
Section: libdevel
@@ -76,12 +76,12 @@ Depends: ${shlibs:Depends},
libdbus-glib-1-dev (>= 0.76),
libgtk2.0-dev (>= 2.12.0),
libdbusmenu-glib-dev
-Description: library for passing menus over DBus - GTK version developement files
+Description: library for passing menus over DBus - GTK+ version developement files
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 GTK applications.
+ This package contains files that are needed to build GTK+ applications.
Package: libdbusmenu-tools
Section: devel
@@ -129,7 +129,7 @@ Description: typelib file for libdbusmenu-gtk1
Package: libdbusmenu-glib-doc
Section: doc
-Architecture: any
+Architecture: all
Depends: ${misc:Depends}
Description: library for passing menus over DBus - documentation
libdbusmenu passes a menu structure across DBus so that a program can
@@ -140,12 +140,40 @@ Description: library for passing menus over DBus - documentation
Package: libdbusmenu-gtk-doc
Section: doc
-Architecture: any
+Architecture: all
Depends: ${misc:Depends}
-Description: library for passing menus over DBus - GTK version documentation
+Description: library for passing menus over DBus - GTK+ version documentation
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 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.