aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-03-27 23:35:44 -0500
committerTed Gould <ted@canonical.com>2009-03-27 23:35:44 -0500
commitf4b6ce14db37b4822e6d91b9632f946eb6ed12e7 (patch)
tree4f064f2d2c578654effd6bf1dec2454974081c8b /debian
parent3151d531aca790bc87d27ac10ceaa1b15dc6a8ce (diff)
parent9e0aabb84ac83a1f20c30756f268d1a06abbbc58 (diff)
downloadlibayatana-indicator-f4b6ce14db37b4822e6d91b9632f946eb6ed12e7.tar.gz
libayatana-indicator-f4b6ce14db37b4822e6d91b9632f946eb6ed12e7.tar.bz2
libayatana-indicator-f4b6ce14db37b4822e6d91b9632f946eb6ed12e7.zip
debian/control: Add dependency to indicator-messages; the applet is
currently fairly useless without it. (LP: #346359)
Diffstat (limited to 'debian')
-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..f5dc0ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-applet (0.1.3-0ubuntu2) jaunty; 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:25:29 +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.