diff options
author | Ted Gould <ted@canonical.com> | 2009-02-17 10:06:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-17 10:06:09 -0600 |
commit | 4c82f21c8908e40e2d5f638b15c0e325ed859177 (patch) | |
tree | a5de9f7959f5634add599e3504bbb20db8c54b1e /debian/control | |
parent | af72d1563e4c3c3e2d66ae4e6adf8af8fce40633 (diff) | |
parent | b41bed639fcc20855ae37b08dfc0707603e96510 (diff) | |
download | libayatana-indicator-4c82f21c8908e40e2d5f638b15c0e325ed859177.tar.gz libayatana-indicator-4c82f21c8908e40e2d5f638b15c0e325ed859177.tar.bz2 libayatana-indicator-4c82f21c8908e40e2d5f638b15c0e325ed859177.zip |
Cherry picking r130 from the ubuntu-core-dev packaging branch that cleans up the changelog, adds better descriptions and updates the entries in the control file.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 7cacf57..6ee0c1d 100644 --- a/debian/control +++ b/debian/control @@ -14,14 +14,19 @@ Build-Depends: debhelper (>= 5.0), gobject-introspection-glib-2.0 (>= 0.6), libgirepository-dev (>= 0.6) Standards-Version: 3.8.0 +Homepage: https://launchpad.net/indicator-applet +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu/files Package: indicator-applet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-panel -Description: Applet for the GNOME panel providing various indicators for - display to users. +Description: GNOME panel message indicator applet + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + Currently this includes support for messaging applications. Package: libindicate0 Section: libs @@ -30,7 +35,13 @@ Replaces: libindicate Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A library used to indicate. +Description: GNOME panel message indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + Currently this includes support for messaging applications. + . + This package contains shared libraries to be used by applications. Package: libindicate-dev Section: libdevel @@ -40,4 +51,10 @@ Depends: ${shlibs:Depends}, libindicate0 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) -Description: Development files. +Description: GNOME panel message indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + Currently this includes support for messaging applications. + . + This package contains files that are needed to build applications. |