aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorunknown <sargentd@die-welt.net>2010-06-15 19:30:24 +0200
committerunknown <sargentd@die-welt.net>2010-06-15 19:30:24 +0200
commit05c812550569d64b3573a5fcf2fe8b66bb5906a9 (patch)
tree126ef1a31f5146da0c54e271a6ea4347e05f66cd /debian
parent4d513a2d48b3a9e2bb0108050166b83e3e41b69d (diff)
downloadlibdbusmenu-05c812550569d64b3573a5fcf2fe8b66bb5906a9.tar.gz
libdbusmenu-05c812550569d64b3573a5fcf2fe8b66bb5906a9.tar.bz2
libdbusmenu-05c812550569d64b3573a5fcf2fe8b66bb5906a9.zip
Update package descriptions.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control66
2 files changed, 49 insertions, 20 deletions
diff --git a/debian/changelog b/debian/changelog
index a1e2f75..b45ea54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,11 @@ libdbusmenu (0.3.2-1) unstable; urgency=low
* debian/control:
- Set Maintainer to pkg-ayatana.
- Add myself as Uploader.
+ - Update package descriptions.
* debian/copyright:
- Convert to DEP5 format.
- -- Evgeni Golov <evgeni@debian.org> Tue, 15 Jun 2010 19:28:18 +0200
+ -- Evgeni Golov <evgeni@debian.org> Tue, 15 Jun 2010 19:30:08 +0200
libdbusmenu (0.3.2-0ubuntu1) maverick; urgency=low
diff --git a/debian/control b/debian/control
index 44fcfb9..8041076 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,11 @@ Depends: ${shlibs:Depends},
Breaks: indicator-messages (<< 0.3.0),
indicator-session (<< 0.2.0),
libdbusmenu-glib0
-Description: Menus over DBus shared library for glib
+Description: library for passing menus over DBus
+ 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 applications.
Package: libdbusmenu-glib-dev
@@ -43,18 +47,24 @@ Depends: ${shlibs:Depends},
libdbusmenu-glib1 (= ${binary:Version}),
libdbus-glib-1-dev (>= 0.76),
libgtk2.0-dev (>= 2.12.0)
-Description: Menus over DBus shared library
- This package contains files that are needed to build applications.
+Description: library for passing menus over DBus - development 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 provides the development files.
+ This package contains files that are needed to build applications.
Package: libdbusmenu-gtk1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Description: Menus over DBus shared library for GTK
- This package contains shared libraries to be used by applications.
+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.
Package: libdbusmenu-gtk-dev
Section: libdevel
@@ -65,10 +75,12 @@ Depends: ${shlibs:Depends},
libdbus-glib-1-dev (>= 0.76),
libgtk2.0-dev (>= 2.12.0),
libdbusmenu-glib-dev
-Description: Menus over DBus shared library for GTK
- This package contains files that are needed to build applications.
+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 provides the development files.
+ This package contains files that are needed to build GTK applications.
Package: libdbusmenu-tools
Section: devel
@@ -77,9 +89,13 @@ Depends: ${shlibs:Depends},
${misc:Depends},
python,
libdbusmenu-glib1 (= ${binary:Version})
-Description: Tools useful during development with libdbusmenu
+Description: tools useful during development with libdbusmenu
+ 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 tools that are useful when building applications.
+ This package contains tools that are useful when developing and building
+ applications with libdbusmenu.
Package: gir1.0-dbusmenu-glib-0.2
Section: libs
@@ -87,10 +103,13 @@ Architecture: any
Depends: ${misc:Depends},
libdbusmenu-glib1 (= ${binary:Version}),
gir1.0-glib-2.0
-Description: Typelib file for libdbusmenu-glib1
+Description: typelib file for libdbusmenu-glib1
+ 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 can be used by other packages using the GIRepository format to
- generate dynamic bindings
+ generate dynamic bindings for libdbusmenu-glib1.
Package: gir1.0-dbusmenu-gtk-0.2
Section: libs
@@ -99,24 +118,33 @@ Depends: ${misc:Depends},
libdbusmenu-gtk1 (= ${binary:Version}),
gir1.0-dbusmenu-glib-0.2 (= ${binary:Version}),
gir1.0-gtk-2.0
-Description: Typelib file for libdbusmenu-gtk1
+Description: typelib file for libdbusmenu-gtk1
+ 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 can be used by other packages using the GIRepository format to
- generate dynamic bindings
+ generate dynamic bindings for libdbusmenu-gtk1.
Package: libdbusmenu-glib-doc
Section: doc
Architecture: any
Depends: ${misc:Depends}
-Description: Docs for libdbusmenu-glib
+Description: library for passing menus over DBus - 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.
+ This package contains developer documentation for libdbusmenu-glib.
Package: libdbusmenu-gtk-doc
Section: doc
Architecture: any
Depends: ${misc:Depends}
-Description: Docs for libdbusmenu-gtk
+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.
+ This package contains developer documentation for libdbusmenu-gtk.