aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2009-03-25 11:25:19 +0100
committerMartin Pitt <martin.pitt@canonical.com>2009-03-25 11:25:19 +0100
commitec4b835dcdeea39f4aa97dcb9c39b8fe831c859c (patch)
tree3903dd30baa9e573dde162a69cfc6ceb7c0fd44a
parent345e246f0c3fd9f02506cc55dd13a32edb3bea33 (diff)
downloadlibayatana-indicator-ec4b835dcdeea39f4aa97dcb9c39b8fe831c859c.tar.gz
libayatana-indicator-ec4b835dcdeea39f4aa97dcb9c39b8fe831c859c.tar.bz2
libayatana-indicator-ec4b835dcdeea39f4aa97dcb9c39b8fe831c859c.zip
debian/control: Add dependency to indicator-messages; the applet is
currently fairly useless without it. (LP: #346359)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4217bc8..2be1034 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-applet (0.1.3-0ubuntu2) UNRELEASED; urgency=low
+
+ * debian/control: Add dependency to indicator-messages; the applet is
+ currently fairly useless without it. (LP: #346359)
+
+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 25 Mar 2009 11:24:32 +0100
+
indicator-applet (0.1.3-0ubuntu1) jaunty; urgency=low
* New upstream version 0.1.3, makes the GObject introspection
diff --git a/debian/control b/debian/control
index fda7679..6ca0080 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Package: indicator-applet
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- gnome-panel
+ gnome-panel,
+ indicator-messages
Description: GNOME panel indicator applet
indicator-applet is an applet to display information from
various applications consistently in the GNOME panel.