diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2009-02-17 11:23:18 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2009-02-17 11:23:18 +0100 |
commit | 23d66233aef2061ef5f9d1e6dee33a8632c0b943 (patch) | |
tree | aa87bfdf9b08d20a3cb1947f1b972400195f9a72 | |
parent | 7009e0c413860eced640868557ff4154d415479f (diff) | |
download | libayatana-indicator-23d66233aef2061ef5f9d1e6dee33a8632c0b943.tar.gz libayatana-indicator-23d66233aef2061ef5f9d1e6dee33a8632c0b943.tar.bz2 libayatana-indicator-23d66233aef2061ef5f9d1e6dee33a8632c0b943.zip |
debian/control: Update package descriptions; the messaging part is
provided by indicator-messages.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 13 |
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. |