diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-07-08 17:18:49 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-07-08 17:18:49 -0400 |
commit | 271f62baede153472711c3dcf2388df3acffa006 (patch) | |
tree | 0432b0802a7b35beaac76d51d797219a4b586d80 /debian/control | |
parent | 1231c20212abb9c09b9eaec0c8619d126e3e2779 (diff) | |
parent | 78b810a93fbccde56192efa7cc6b4a520f03e35a (diff) | |
download | libdbusmenu-271f62baede153472711c3dcf2388df3acffa006.tar.gz libdbusmenu-271f62baede153472711c3dcf2388df3acffa006.tar.bz2 libdbusmenu-271f62baede153472711c3dcf2388df3acffa006.zip |
releasing version 0.3.5-0ubuntu1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/debian/control b/debian/control index aefb40e..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,9 +140,9 @@ 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. @@ -175,6 +175,5 @@ Description: library for passing menus over DBus - Test lib 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. - + This package contains files that are needed to build test suites in + applications or libraries using dbusmenu. |