aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control13
2 files changed, 8 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 997ebae..c5559b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
indicator-applet (0.1-0ubuntu2) UNRELEASED; urgency=low
* debian/control: Fix Vcs-Bzr.
+ * debian/control: Update package descriptions; the messaging part is
+ provided by indicator-messages.
- -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 11:17:43 +0100
+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 11:22:42 +0100
indicator-applet (0.1-0ubuntu1) jaunty; urgency=low
diff --git a/debian/control b/debian/control
index c74c2a9..933e50b 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,12 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
gnome-panel
-Description: GNOME panel message indicator applet
+Description: GNOME panel 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.
+ Currently this includes support for messaging applications in the
+ indicator-messages package.
Package: libindicate0
Section: libs
@@ -35,12 +36,10 @@ Replaces: libindicate
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
-Description: GNOME panel message indicator applet - shared library
+Description: GNOME panel 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
@@ -51,10 +50,8 @@ Depends: ${shlibs:Depends},
libindicate0 (= ${binary:Version}),
libdbus-glib-1-dev (>= 0.76),
libgtk2.0-dev (>= 2.12.0)
-Description: GNOME panel message indicator applet - shared library
+Description: GNOME panel 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.