diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-30 10:38:26 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-30 10:38:26 +0200 |
commit | 6d57604cdb7694fbf4bda9bbcdec64544b688922 (patch) | |
tree | 5e20ed167c18b4515972634de8ec630100ea9d0e | |
parent | be818d5ddb10cf3c7151d44cc2ee3b65a3fdaac4 (diff) | |
download | ayatana-indicator-messages-6d57604cdb7694fbf4bda9bbcdec64544b688922.tar.gz ayatana-indicator-messages-6d57604cdb7694fbf4bda9bbcdec64544b688922.tar.bz2 ayatana-indicator-messages-6d57604cdb7694fbf4bda9bbcdec64544b688922.zip |
releasing version 0.3.5-0ubuntu2
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 063321a..5759598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-messages (0.3.5-0ubuntu2) lucid; urgency=low + + * debian/control: + - change the indicator-applet depends to a recommends to let other + desktops use other options rather than having to trigger GNOME + + -- Sebastien Bacher <seb128@ubuntu.com> Tue, 30 Mar 2010 10:35:59 +0200 + indicator-messages (0.3.5-0ubuntu1) lucid; urgency=low * Upstream release 0.3.5 diff --git a/debian/control b/debian/control index b2a013b..0900501 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu Package: indicator-messages Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: indicator-applet | indicator-renderer Breaks: indicator-applet (<< 0.3.0) Description: GNOME panel indicator applet for messages indicator-applet is an applet to display information from |