aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2009-02-17 09:40:45 +0100
committerMartin Pitt <martin.pitt@canonical.com>2009-02-17 09:40:45 +0100
commitb41bed639fcc20855ae37b08dfc0707603e96510 (patch)
tree572ce980b73836f63e5c816eaf463131b1124a0e
parent174ce19a45dd75aa4c63d2b42ac87343de53fa54 (diff)
downloadlibayatana-indicator-b41bed639fcc20855ae37b08dfc0707603e96510.tar.gz
libayatana-indicator-b41bed639fcc20855ae37b08dfc0707603e96510.tar.bz2
libayatana-indicator-b41bed639fcc20855ae37b08dfc0707603e96510.zip
debian/control: Add Homepage:, Vcs-Bzr:, and proper package
descriptions.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control25
2 files changed, 23 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f6bdc0..a05e8e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,5 +2,7 @@ indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low
* Initial release, based on DX team's PPA packaging branch.
(lp:~indicator-applet-developers/indicator-applet/applet-packaging)
+ * debian/control: Add Homepage:, Vcs-Bzr:, and proper package
+ descriptions.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 09:10:51 +0100
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.