From b4b13c756e21a2071890766b142a7a99815d9826 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 11:25:14 +0100 Subject: debian/control: Add Homepage:, Vcs-Bzr:, and fix package description. --- debian/control | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3b4bdf4..3635452 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,15 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev Standards-Version: 3.8.0 +Homepage: https://launchpad.net/indicator-applet +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet -Description: Applet for the GNOME panel providing various indicators for - display to users. +Description: GNOME panel indicator applet for messages + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel. + . + This package provides support for messaging applications. + -- cgit v1.2.3 From 185f2744f24c9cf148492c0e384f9fc9917c0f5f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 7 Apr 2009 22:00:24 -0500 Subject: debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or higher as the new version requires that. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 197f6bc..d999eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ indicator-messages (0.1.4-0ubuntu2~ppa4) UNRELEASED; urgency=low * New upstream version * Fixes the visual appearance by setting the widget name to grab the style settings from the main applet. (LP: #351979) + * debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or + higher as the new version requires that. -- Ted Gould Fri, 03 Apr 2009 16:32:49 -0500 diff --git a/debian/control b/debian/control index 3635452..f403ed8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev + libindicate-dev (>= 0.1.5) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From a1d496e0755285b3647b01b1023d5542618e9c75 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 15:44:58 -0500 Subject: debian/control: Adding new dependency on libindicator-dev --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 64bbfd2..aaebbe3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ indicator-messages (0.2.0~bzr116-0ubuntu1) UNRELEASED; urgency=low * Upstream release * Bug fixes * Update API to new libindicator + * debian/control: Adding new dependency on libindicator-dev -- Ted Gould Wed, 22 Apr 2009 15:42:37 -0500 diff --git a/debian/control b/debian/control index f403ed8..0cef058 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.1.5) + libindicate-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 8a7ce2046e72d9ee1a75c4a3896e4e2676ec54a2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 15:46:37 -0500 Subject: More specific version number --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0cef058..eeb4086 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0) + libindicate-dev (>= 0.2.0~bzr298), + libindicator-dev (>= 0.2.0~bzr298) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 991ccca5776c32bf920ed5243ad288d75b1e38be Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 15:58:42 -0500 Subject: debian/control: libindicator-dev to ~bzr301 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d5a5337..f95ba17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0~bzr116-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: libindicator-dev to ~bzr301 + + -- Ted Gould Wed, 22 Apr 2009 15:58:07 -0500 + indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low * Upstream release diff --git a/debian/control b/debian/control index eeb4086..b53e505 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr298) + libindicator-dev (>= 0.2.0~bzr301) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From f0729c3e47a7d6455940b4d238d95268b58fc58a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 May 2009 12:09:42 +0200 Subject: debian/control: Adding in a build dependency on libdbusmenu-glib and libdbusmenu-gtk to catch up with the merge. --- debian/changelog | 2 ++ debian/control | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index cf24890..7ff883d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.2.0~bzr120~dbusmenu1-0ubuntu1) UNRELEASED; urgency=low * Merge in the dbusmenu changes from the dbusmenu branch + * debian/control: Adding in a build dependency on libdbusmenu-glib and + libdbusmenu-gtk to catch up with the merge. -- Ted Gould Wed, 27 May 2009 12:06:52 +0200 diff --git a/debian/control b/debian/control index b53e505..95abc00 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr301) + libindicator-dev (>= 0.2.0~bzr301), + libdbumenu-gtk-dev, + libdbumenu-glib-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 8a88911e25ac4a0f8367d9cb6be75559ceb513a6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 May 2009 12:16:02 +0200 Subject: Typo on package names --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 95abc00..6840467 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbumenu-gtk-dev, - libdbumenu-glib-dev + libdbusmenu-gtk-dev, + libdbusmenu-glib-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 3404829ae4c41e1cdd91b5151d219024eb44ef73 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 4 Aug 2009 17:54:42 +0100 Subject: debian/control: Adding in a build dep on libindicate-gtk-dev --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 6390883..ced6d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa4) UNRELEASED; urgency=low + + * debian/control: Adding in a build dep on libindicate-gtk-dev + + -- Ted Gould Tue, 04 Aug 2009 17:53:16 +0100 + indicator-messages (0.2.0~bzr121-0ubuntu1~ppa3) karmic; urgency=low * Changes for the changing libindicate stuff. diff --git a/debian/control b/debian/control index 6840467..32b0ae9 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), + libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev, libdbusmenu-glib-dev -- cgit v1.2.3 From a389ed216573aab0b143773f3b0d1bf994fe5a80 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 26 Aug 2009 20:32:17 -0500 Subject: debian/control: Adding dependency information for libdbusmenu to say >= 0.0.2 to match upstream build system. --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d37d6d0..1b12d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ indicator-messages (0.2.0~bzr126-0ubuntu1~ppa3~menuupdate1) UNRELEASED; urgency= * Merging in changes that are made possible via an update to the dbusmenu libraries. + * debian/control: Adding dependency information for libdbusmenu + to say >= 0.0.2 to match upstream build system. -- Ted Gould Wed, 26 Aug 2009 20:30:26 -0500 diff --git a/debian/control b/debian/control index 32b0ae9..53a3456 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev, - libdbusmenu-glib-dev + libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.0.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 5a36e5793ba422d5bff4cfaaea377be2d11f3874 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 27 Aug 2009 11:43:58 -0400 Subject: * Update to fix build issue * Fix to dereference the application menu items correctly so that the signal handlers are dropped as well. (lp: #410251) --- debian/changelog | 15 ++++++++++++++- debian/control | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index aefc9e1..7c10a1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-messages (0.2.0-0ubuntu1~ppa1) karmic; urgency=low +indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low * Upstream version 0.2.0 * debian/control: Adding dependency information for libdbusmenu @@ -7,6 +7,19 @@ indicator-messages (0.2.0-0ubuntu1~ppa1) karmic; urgency=low -- Ted Gould Thu, 27 Aug 2009 10:28:14 -0500 +indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low + + * Update to fix build issue + + -- Sebastien Bacher Fri, 07 Aug 2009 17:12:40 +0100 + +indicator-messages (0.2.0~bzr121-0ubuntu3) karmic; urgency=low + + * Fix to dereference the application menu items correctly so that + the signal handlers are dropped as well. (lp: #410251) + + -- Ted Gould Wed, 05 Aug 2009 19:00:31 +0100 + indicator-messages (0.2.0~bzr121-0ubuntu2) karmic; urgency=low * Run autogen.sh before upload diff --git a/debian/control b/debian/control index 53a3456..32b0ae9 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev, + libdbusmenu-glib-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 855565ec9255c1694d84a36402a7fca03e5ce2f8 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 27 Aug 2009 14:10:28 -0400 Subject: Reverted bad merge --- debian/control | 4 ++-- debian/watch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 32b0ae9..53a3456 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev, - libdbusmenu-glib-dev + libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.0.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu diff --git a/debian/watch b/debian/watch index 1ee1f10..a744070 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://launchpad.net/indicator-applet/+download .*/indicator-messages-([0-9.]+)\.tar\.gz +http://launchpad.net/indicator-messages/+download .*/indicator-messages-([0-9.]+)\.tar\.gz -- cgit v1.2.3 From be148ab23df6b8063bd6a5eb2976cc4064b25e28 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 27 Aug 2009 20:45:56 +0200 Subject: debian/control: Update Vcs-Bzr: for new branch location. --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 7bef1f7..1863102 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ indicator-messages (0.2.0-0ubuntu1) UNRELEASED; urgency=low + [ Ted Gould ] * Upstream version 0.2.0 * debian/control: Adding dependency information for libdbusmenu to say >= 0.0.2 to match upstream build system. * debian/watch: Changing to use indicator-messages project. + [ Martin Pitt ] + * debian/control: Update Vcs-Bzr: for new branch location. + -- Ted Gould Thu, 27 Aug 2009 10:28:14 -0500 indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low diff --git a/debian/control b/debian/control index 53a3456..03bed1a 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.0.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu Package: indicator-messages Architecture: any -- cgit v1.2.3 From de969e998498ad46b072caebc7171c632fad17b9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Aug 2009 13:59:36 -0500 Subject: debian/control: Adding dependency information for libdbusmenu to say >= 0.1.0 to match upstream build system. --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index ce369d5..363ea1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.2.0-0ubuntu1~ppa2) UNRELEASED; urgency=low * Upstream update to dbusmenu dependency. + * debian/control: Adding dependency information for libdbusmenu + to say >= 0.1.0 to match upstream build system. -- Ted Gould Thu, 27 Aug 2009 13:58:30 -0500 diff --git a/debian/control b/debian/control index 53a3456..751c3aa 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 81ad2a5a07faad6fae757877c7fb40b1a69f9191 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 27 Aug 2009 15:07:25 -0400 Subject: * debian/control - Bump build depends on dbusmenu to 0.1.0 --- debian/changelog | 9 ++++++++- debian/control | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 7bef1f7..4d99ffa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -indicator-messages (0.2.0-0ubuntu1) UNRELEASED; urgency=low +indicator-messages (0.2.0-0ubuntu2) UNRELEASED; urgency=low + + * debian/control + - Bump build depends on dbusmenu to 0.1.0 + + -- Ken VanDine Thu, 27 Aug 2009 15:06:49 -0400 + +indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low * Upstream version 0.2.0 * debian/control: Adding dependency information for libdbusmenu diff --git a/debian/control b/debian/control index 53a3456..707d8c4 100644 --- a/debian/control +++ b/debian/control @@ -12,11 +12,11 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.0) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-messages/ubuntu Package: indicator-messages Architecture: any -- cgit v1.2.3 From 61f89ef021ccb4cea9e7bb920ffb7fd42ed8dcca Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Sep 2009 13:49:40 -0500 Subject: debian/control: Increasing Dbusmenu dependencies. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8a6c26f..500d1b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.2.0-0ubuntu1~ppa3) UNRELEASED; urgency=low * Upstream usage of new Dbusmenu 0.1.1 defines. + * debian/control: Increasing Dbusmenu dependencies. -- Ted Gould Fri, 04 Sep 2009 13:48:49 -0500 diff --git a/debian/control b/debian/control index 751c3aa..698314a 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.1.0), - libdbusmenu-glib-dev (>= 0.1.0) + libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu -- cgit v1.2.3 From 6447d40f9f4f3aa399d27e95b37f002834f08802 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Sep 2009 10:07:37 -0500 Subject: debian/control: Requiring > 0.2.0 of libindicate* --- debian/changelog | 1 + debian/control | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8236574..18a818a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in v2-api stuff which will become 0.2.1 + * debian/control: Requiring > 0.2.0 of libindicate* -- Ted Gould Wed, 09 Sep 2009 10:05:52 -0500 diff --git a/debian/control b/debian/control index 99fbbcf..75dd377 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0~bzr298), - libindicate-gtk-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr301), + libindicate-dev (>= 0.2.0), + libindicate-gtk-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -- cgit v1.2.3 From 6b864bf4d8b414b438d8562a828f502fd6fa0f09 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Sep 2009 10:52:09 -0500 Subject: debian/control: Requiring > 0.2.0 of libindicate-* --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 18a818a..8d5a4f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ indicator-messages (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in v2-api stuff which will become 0.2.1 - * debian/control: Requiring > 0.2.0 of libindicate* + * debian/control: Requiring > 0.2.0 of libindicate-* -- Ted Gould Wed, 09 Sep 2009 10:05:52 -0500 diff --git a/debian/control b/debian/control index 75dd377..08f19e3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -- cgit v1.2.3 From a598083c76e9b604ab7e94873e990c42578b944c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Nov 2009 15:31:38 -0600 Subject: debian/control: Increasing libindicator-dev dependency to 0.3.0~dev --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 98b8c30..1d77345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.3.0~dev-0ubuntu1~ppa1~update1) UNRELEASED; urgency=low * Porting to libindicator 0.3.0 + * debian/control: Increasing libindicator-dev dependency to + 0.3.0~dev -- Ted Gould Wed, 04 Nov 2009 15:30:10 -0600 diff --git a/debian/control b/debian/control index 08f19e3..ab92d8b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0~bzr301), + libindicator-dev (>= 0.3.0~dev), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -- cgit v1.2.3 From 893208964c5a9bf3133c9512271e466b6e9c00d1 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 14:37:06 -0500 Subject: * New snapshot for libindicator 0.3.0 * debian/control - Build-Depends on libindicator >= 0.3.0 --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index fd20c16..a7a9bea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-messages (0.2.6+r156-0ubuntu1) karmic; urgency=low + + * New snapshot for libindicator 0.3.0 + * debian/control + - Build-Depends on libindicator >= 0.3.0 + + -- Ken VanDine Thu, 10 Dec 2009 14:35:46 -0500 + indicator-messages (0.2.6-0ubuntu1) karmic; urgency=low * Upstream release 0.2.6 (LP: #446629) diff --git a/debian/control b/debian/control index 08f19e3..eab6140 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0~bzr301), + libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 -- cgit v1.2.3 From 1fe4c86ce7dd4f206c1b954919a262740cbf76ef Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 15 Dec 2009 11:58:16 -0500 Subject: * debian/control - add a Breaks for indicator-applet (<< 0.3.0) --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 6e5dbe7..f97d481 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.2.6+r156-0ubuntu2) lucid; urgency=low + + * debian/control + - add a Breaks for indicator-applet (<< 0.3.0) + + -- Ken VanDine Tue, 15 Dec 2009 11:57:42 -0500 + indicator-messages (0.2.6+r156-0ubuntu1) lucid; urgency=low * New snapshot for libindicator 0.3.0 diff --git a/debian/control b/debian/control index eab6140..477c41d 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet +Breaks: indicator-applet (<< 0.3.0) Description: GNOME panel indicator applet for messages indicator-applet is an applet to display information from various applications consistently in the GNOME panel. -- cgit v1.2.3 From 0ed356bf5bd719b21126e6114c2badc22570abbd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Dec 2009 20:59:21 -0600 Subject: debian/control: Updating dbusmenu dependency to 0.2.0~dev --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index bcb7f82..813a5b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.3.0~dev-0ubuntu1~ppa3~dbm1) UNRELEASED; urgency=low * Upgrading to dbusmenu 0.2.0 + * debian/control: Updating dbusmenu dependency to 0.2.0~dev -- Ted Gould Fri, 18 Dec 2009 20:57:30 -0600 diff --git a/debian/control b/debian/control index ab92d8b..0023281 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.0~dev), - libdbusmenu-gtk-dev (>= 0.1.1), - libdbusmenu-glib-dev (>= 0.1.1) + libdbusmenu-gtk-dev (>= 0.2.0~dev), + libdbusmenu-glib-dev (>= 0.2.0~dev) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From edc53b83fce120c8fbf2f7865f922db70cc56657 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 4 Feb 2010 18:22:44 -0800 Subject: * debian/control: * dbusmenu* depends to 0.2.2 * libindicate* depends to 0.3.0 --- debian/changelog | 3 +++ debian/control | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e383579..cb14189 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ indicator-messages (0.3.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Upstream release 0.3.1 * Updates for dbusmenu 0.2.2 * Updates for libindicate 0.3.0 + * debian/control: + * dbusmenu* depends to 0.2.2 + * libindicate* depends to 0.3.0 -- Ted Gould Thu, 04 Feb 2010 18:21:10 -0800 diff --git a/debian/control b/debian/control index 6b726d4..f622dd2 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0), - libindicate-gtk-dev (>= 0.2.0), + libindicate-dev (>= 0.3.0), + libindicate-gtk-dev (>= 0.3.0), libindicator-dev (>= 0.3.0), - libdbusmenu-gtk-dev (>= 0.2.0), - libdbusmenu-glib-dev (>= 0.2.0) + libdbusmenu-gtk-dev (>= 0.2.2), + libdbusmenu-glib-dev (>= 0.2.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From 701de5aaff48a629cc3ed506f5d8a376fc5a9a5f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 18 Feb 2010 12:22:26 -0600 Subject: * debian/control: * libindicator build dependency to 0.3.3 * dbusmenu build dependency to 0.2.5 --- debian/changelog | 3 +++ debian/control | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 154e966..3320938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ indicator-messages (0.3.2-0ubuntu1~ppa1) UNRELEASED; urgency=low * Adding dynamic application menuitems * Switching application menu items to remove descriptions and add in application icons + * debian/control: + * libindicator build dependency to 0.3.3 + * dbusmenu build dependency to 0.2.5 -- Ted Gould Thu, 18 Feb 2010 12:18:27 -0600 diff --git a/debian/control b/debian/control index f622dd2..99aff27 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), - libindicator-dev (>= 0.3.0), - libdbusmenu-gtk-dev (>= 0.2.2), - libdbusmenu-glib-dev (>= 0.2.2) + libindicator-dev (>= 0.3.3), + libdbusmenu-gtk-dev (>= 0.2.5), + libdbusmenu-glib-dev (>= 0.2.5) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From b86c59315b25c3a81c03cb2cbf2b63d0e350ffac Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 18 Mar 2010 13:44:34 -0500 Subject: debian/control: Updating requirement to libindicator 0.3.5 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e35bb4a..2a4a684 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-messages (0.3.4-0ubuntu1~ppa1) UNRELEASED; urgency=low * Fix translation of non-running applications (LP: #540148) * Handling bools for requesting attention from apps * Changing microblogging to broadcast to match Me Menu (LP: #534952) + * debian/control: Updating requirement to libindicator 0.3.5 -- Ted Gould Thu, 18 Mar 2010 13:42:42 -0500 diff --git a/debian/control b/debian/control index 99aff27..10ebc00 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), - libindicator-dev (>= 0.3.3), + libindicator-dev (>= 0.3.5), libdbusmenu-gtk-dev (>= 0.2.5), libdbusmenu-glib-dev (>= 0.2.5) Standards-Version: 3.8.0 -- cgit v1.2.3 From 032c3937094f44093f116687c88c6c13979944c3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 25 Mar 2010 10:51:21 -0500 Subject: debian/control: Increasing dbusmenu-glib dep to 0.2.8 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index ad2732b..6c3927e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ indicator-messages (0.3.5-0ubuntu1~ppa1) UNRELEASED; urgency=low (LP: #537312) * Track applications we've seen so that we can show "Set Up" text if we've not seen the app before. + * debian/control: Increasing dbusmenu-glib dep to 0.2.8 -- Ted Gould Thu, 25 Mar 2010 10:48:10 -0500 diff --git a/debian/control b/debian/control index 10ebc00..b2a013b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.3.0), libindicator-dev (>= 0.3.5), libdbusmenu-gtk-dev (>= 0.2.5), - libdbusmenu-glib-dev (>= 0.2.5) + libdbusmenu-glib-dev (>= 0.2.8) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From 6d57604cdb7694fbf4bda9bbcdec64544b688922 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 30 Mar 2010 10:38:26 +0200 Subject: releasing version 0.3.5-0ubuntu2 --- debian/changelog | 8 ++++++++ debian/control | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'debian/control') 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 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 -- cgit v1.2.3 From 9c2824cd2339d7b9f33c03786444f3162a4a15c0 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 17 Jun 2010 11:40:13 +0200 Subject: Merge from Ubuntu. Closes: #586132 --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 2b7c7f5..55cd35c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.3.7-1) unstable; urgency=low + + * Merge from Ubuntu. + Closes: #586132 + + -- Evgeni Golov Thu, 17 Jun 2010 11:39:37 +0200 + indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 0900501..f6e9ba8 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: indicator-messages Section: gnome Priority: optional -Maintainer: Ubuntu Core Developers +Maintainer: The Ayatana Packagers +Uploaders: Evgeni Golov Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), -- cgit v1.2.3 From 77f957278633fa9d2c4fb62113c94c975ce8335b Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 17 Jun 2010 11:41:10 +0200 Subject: Homepage is at LP/indicator-messages, not -applet. --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 55cd35c..8de90e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ indicator-messages (0.3.7-1) unstable; urgency=low * Merge from Ubuntu. Closes: #586132 + * debian/control: + - Homepage is at LP/indicator-messages, not -applet. - -- Evgeni Golov Thu, 17 Jun 2010 11:39:37 +0200 + -- Evgeni Golov Thu, 17 Jun 2010 11:40:36 +0200 indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low diff --git a/debian/control b/debian/control index f6e9ba8..300a852 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-gtk-dev (>= 0.2.5), libdbusmenu-glib-dev (>= 0.2.8) Standards-Version: 3.8.0 -Homepage: https://launchpad.net/indicator-applet +Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu Package: indicator-messages -- cgit v1.2.3 From b59e99b9f9abdce45dc6136c4e63712d32ebc428 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 17 Jun 2010 11:42:51 +0200 Subject: Update package description. --- debian/changelog | 3 ++- debian/control | 11 +++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8de90e4..8663313 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ indicator-messages (0.3.7-1) unstable; urgency=low Closes: #586132 * debian/control: - Homepage is at LP/indicator-messages, not -applet. + - Update package description. - -- Evgeni Golov Thu, 17 Jun 2010 11:40:36 +0200 + -- Evgeni Golov Thu, 17 Jun 2010 11:42:39 +0200 indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low diff --git a/debian/control b/debian/control index 300a852..8e5f837 100644 --- a/debian/control +++ b/debian/control @@ -24,9 +24,8 @@ Architecture: any 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 - various applications consistently in the GNOME panel. - . - This package provides support for messaging applications. - +Description: indicator that collects messages that need a response + A place on the user's desktop that collects messages that need a response. + This menu provides a condenced and collected view of all of those messages + for quick access, but without making them annoying in times that you want + to ignore them. -- cgit v1.2.3 From 9638e84545cb307cb73335ec1f7ec7270ef7080c Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 17 Jun 2010 11:49:28 +0200 Subject: Update Vcs-* fields. --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8663313..e302eca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ indicator-messages (0.3.7-1) unstable; urgency=low * debian/control: - Homepage is at LP/indicator-messages, not -applet. - Update package description. + - Update Vcs-* fields. - -- Evgeni Golov Thu, 17 Jun 2010 11:42:39 +0200 + -- Evgeni Golov Thu, 17 Jun 2010 11:49:14 +0200 indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low diff --git a/debian/control b/debian/control index 8e5f837..23a7998 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,8 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.2.8) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-messages -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu +Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/indicator-messages/debian +Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/indicator-messages/debian Package: indicator-messages Architecture: any -- cgit v1.2.3 From 36559fd986e3226f8c926c69f9c253d4da46cb19 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 17 Jun 2010 13:02:50 +0200 Subject: Standards-Version: 3.8.4. --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e5084a5..32663ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,11 +6,12 @@ indicator-messages (0.3.7-1) unstable; urgency=low - Homepage is at LP/indicator-messages, not -applet. - Update package description. - Update Vcs-* fields. + - Standards-Version: 3.8.4. * debian/copyright: - Convert to DEP5 format. - Add missing copyright holders of debian/. - -- Evgeni Golov Thu, 17 Jun 2010 12:01:01 +0200 + -- Evgeni Golov Thu, 17 Jun 2010 13:02:37 +0200 indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low diff --git a/debian/control b/debian/control index 23a7998..c671c35 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev (>= 0.3.5), libdbusmenu-gtk-dev (>= 0.2.5), libdbusmenu-glib-dev (>= 0.2.8) -Standards-Version: 3.8.0 +Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/indicator-messages/debian Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/indicator-messages/debian -- cgit v1.2.3 From 7612de178bb8406ef866565c92ebe999aa00e8d5 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 22 Sep 2010 11:23:25 +0200 Subject: * Rebuild for libindicator ABI change (LP: #637692) * debian/control: depends on latest libindicator-dev --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 4a45eb0..007d1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.3.11-0ubuntu2) UNRELEASED; urgency=low + + * Rebuild for libindicator ABI change (LP: #637692) + * debian/control: depends on latest libindicator-dev + + -- Didier Roche Wed, 22 Sep 2010 11:21:53 +0200 + indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index bb668b1..0354365 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), - libindicator-dev (>= 0.3.5), + libindicator-dev (>= 0.3.14), libdbusmenu-gtk-dev (>= 0.2.5), libdbusmenu-glib-dev (>= 0.2.8) Standards-Version: 3.8.4 -- cgit v1.2.3 From cb46b117745751f14f603c860c1b6e648ae11c2c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 30 Nov 2010 13:54:28 -0500 Subject: debian/control: package description spelling (LP: #658096) --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8016596..b114761 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low + + * debian/control: package description spelling (LP: #658096) + + -- Greg Auger Tue, 09 Nov 2010 18:49:38 +0000 + indicator-messages (0.3.11-0ubuntu2) maverick; urgency=low * Rebuild for libindicator ABI change (LP: #637692) diff --git a/debian/control b/debian/control index 0354365..5243741 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,6 @@ Recommends: indicator-applet | indicator-renderer Breaks: indicator-applet (<< 0.3.0) Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. - This menu provides a condenced and collected view of all of those messages + This menu provides a condensed and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. -- cgit v1.2.3 From a197f4ebfa0599e6395262fcd8ed3c7f5e1ac65f Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 9 Dec 2010 13:08:54 -0500 Subject: releasing version 0.3.11-0ubuntu4 --- debian/changelog | 7 +++++++ debian/control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index b114761..dedd149 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.3.11-0ubuntu4) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine Thu, 09 Dec 2010 11:39:40 -0500 + indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low * debian/control: package description spelling (LP: #658096) diff --git a/debian/control b/debian/control index 5243741..5b02375 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.3.0), libindicate-gtk-dev (>= 0.3.0), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.2.5), - libdbusmenu-glib-dev (>= 0.2.8) + libdbusmenu-gtk-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.3.90) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~indicator-applet-developers/indicator-messages/ubuntu -- cgit v1.2.3 From b50c1299b1da499a0aeea15c9445f37e286f29f7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Jan 2011 17:00:57 -0600 Subject: debian/control: dbusmenu to 0.3.94 --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d2052fc..f961df1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ indicator-messages (0.3.91-0ubuntu1~ppa1) UNRELEASED; urgency=low * Fixing the service file * Adding a log domain * Fixing type handler for dbusmenu 0.3.94 + * debian/control: dbusmenu to 0.3.94 - -- Ted Gould Thu, 27 Jan 2011 16:59:36 -0600 + -- Ted Gould Thu, 27 Jan 2011 17:00:42 -0600 indicator-messages (0.3.90-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index 4e28b59..7029e65 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.4.91), libindicate-gtk-dev (>= 0.4.91), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.3.91), - libdbusmenu-glib-dev (>= 0.3.91) + libdbusmenu-gtk-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.3.94) Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From e49e67cc92c2e7a41e24c94afcf4fc763603b815 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 17 Feb 2011 12:17:15 -0600 Subject: debian/control: libindicator version 0.3.19 --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d8b7f52..1f94b8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ indicator-messages (0.3.92-0ubuntu1~ppa1) UNRELEASED; urgency=low * New upstream release. * Adding in accessible description support + * debian/control: libindicator version 0.3.19 - -- Ted Gould Thu, 17 Feb 2011 12:14:41 -0600 + -- Ted Gould Thu, 17 Feb 2011 12:17:02 -0600 indicator-messages (0.3.91-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index 7029e65..dbebc17 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.4.91), libindicate-gtk-dev (>= 0.4.91), - libindicator-dev (>= 0.3.14), + libindicator-dev (>= 0.3.19), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-glib-dev (>= 0.3.94) Standards-Version: 3.8.4 -- cgit v1.2.3 From cb170c0fb193360740cc543816e6f00d46a480c7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 24 Feb 2011 12:41:07 -0500 Subject: releasing version 0.3.92-0ubuntu3 --- debian/changelog | 12 ++++++++++++ debian/control | 2 +- debian/patches/lp_690668.patch | 44 ++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/source/format | 1 + 5 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 debian/patches/lp_690668.patch create mode 100644 debian/patches/series create mode 100644 debian/source/format (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d3ec23d..3970d34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-messages (0.3.92-0ubuntu3) natty; urgency=low + + * debian/patches/lp_690668.patch + - Memory leak fixes (LP: #690668) + * debian/control + - Bump standards version to 3.9.1 + * debian/source/format + - Use source format 3.0 (quilt) + + -- Ken VanDine Thu, 24 Feb 2011 12:13:33 -0500 + indicator-messages (0.3.92-0ubuntu2) natty; urgency=low * src/launcher-menu-item.c @@ -42,6 +53,7 @@ indicator-messages (0.3.90-0ubuntu1) natty; urgency=low -- Ken VanDine Fri, 14 Jan 2011 14:50:30 -0600 indicator-messages (0.3.11-0ubuntu4) natty; urgency=low + * debian/control - Bump build depends for libdbusmenu-* to >= 0.3.90 diff --git a/debian/control b/debian/control index dbebc17..e299361 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev (>= 0.3.19), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-glib-dev (>= 0.3.94) -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu/files diff --git a/debian/patches/lp_690668.patch b/debian/patches/lp_690668.patch new file mode 100644 index 0000000..48ee7f5 --- /dev/null +++ b/debian/patches/lp_690668.patch @@ -0,0 +1,44 @@ +=== modified file 'src/indicator-messages.c' +--- old/src/indicator-messages.c 2011-01-14 19:10:10 +0000 ++++ new/src/indicator-messages.c 2011-01-21 20:08:53 +0000 +@@ -571,6 +571,7 @@ + width, + height, + GDK_INTERP_BILINEAR); ++ g_object_unref(pixbuf); + } else { + g_debug("Happy with icon sized %dx%d", gdk_pixbuf_get_width(pixbuf), gdk_pixbuf_get_height(pixbuf)); + resized_pixbuf = pixbuf; +@@ -578,10 +579,7 @@ + + gtk_image_set_from_pixbuf(GTK_IMAGE(mi_data->icon), resized_pixbuf); + +- /* The other pixbuf should be free'd by the dbusmenu. */ +- if (resized_pixbuf != pixbuf) { +- g_object_unref(resized_pixbuf); +- } ++ g_object_unref(resized_pixbuf); + + gtk_widget_show(mi_data->icon); + } else { +@@ -633,6 +631,7 @@ + width, + height, + GDK_INTERP_BILINEAR); ++ g_object_unref(pixbuf); + } else { + g_debug("Happy with icon sized %dx%d", gdk_pixbuf_get_width(pixbuf), gdk_pixbuf_get_height(pixbuf)); + resized_pixbuf = pixbuf; +@@ -640,10 +639,7 @@ + + gtk_image_set_from_pixbuf(GTK_IMAGE(mi_data->icon), resized_pixbuf); + +- /* The other pixbuf should be free'd by the dbusmenu. */ +- if (resized_pixbuf != pixbuf) { +- g_object_unref(resized_pixbuf); +- } ++ g_object_unref(resized_pixbuf); + } + gtk_misc_set_alignment(GTK_MISC(mi_data->icon), 0.0, 0.5); + gtk_box_pack_start(GTK_BOX(hbox), mi_data->icon, FALSE, FALSE, padding); + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..6badc75 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +lp_690668.patch diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3 From c209314fabefb37157663a0b7e3f39c7d0a71b2e Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sun, 5 Jun 2011 13:16:09 +0200 Subject: Standards-Version: 3.9.2 --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 5d922a9..b9a9ce0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ indicator-messages (0.4.0-1) unstable; urgency=low * Merge new upstream from Ubuntu. + * Standards-Version: 3.9.2 - -- Evgeni Golov Sun, 05 Jun 2011 13:13:40 +0200 + -- Evgeni Golov Sun, 05 Jun 2011 13:16:03 +0200 indicator-messages (0.4.0-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index fba48e2..c3727fc 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev (>= 0.3.19), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-glib-dev (>= 0.3.94) -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/indicator-messages/debian Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/indicator-messages/debian -- cgit v1.2.3 From a75ffde0f949f370abb98127beda432895538ff3 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 22 Jun 2011 12:49:13 -0400 Subject: releasing version 0.4.90-0ubuntu1 --- debian/changelog | 16 ++++++++++++++-- debian/control | 23 ++++++++++++++++++++++- debian/indicator-messages-gtk2.install | 1 + debian/indicator-messages.install | 1 + debian/rules | 21 ++++++++++++++++----- 5 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 debian/indicator-messages-gtk2.install create mode 100644 debian/indicator-messages.install (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 3b90087..7da0963 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,21 @@ -indicator-messages (0.4.90-0ubuntu1~ppa1) oneiric; urgency=low +indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. * GTK 3 - -- Ted Gould Tue, 21 Jun 2011 15:58:35 -0500 + [ Ken VanDine ] + * debian/control + - Bumped standards version to 3.9.2 + - Add new binary for indicator-messages-gtk2 + - Make indicator-messages recommend indicator-messages-gtk2 (until unity + can load gtk3 indicators) + - indicator-messages-gtk2 replaces indicator-messages << 0.4.90 + - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev + * debian/rules + - build for both gtk2 and gtk3 + + -- Ken VanDine Wed, 22 Jun 2011 12:34:43 -0400 indicator-messages (0.4.0-0ubuntu1) natty; urgency=low diff --git a/debian/control b/debian/control index e299361..ae19121 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Evgeni Golov Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), + libgtk-3-dev, libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, @@ -14,9 +15,14 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.4.91), libindicate-gtk-dev (>= 0.4.91), libindicator-dev (>= 0.3.19), + libindicator3-dev (>= 0.3.19), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.94), + libdbusmenu-gtk3-dev (>= 0.3.94), + libindicator-dev (>= 0.3.19), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-glib-dev (>= 0.3.94) -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu/files @@ -24,7 +30,22 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubun Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: indicator-applet | indicator-renderer, + indicator-messages-gtk2 +Breaks: indicator-applet (<< 0.3.0) +Description: indicator that collects messages that need a response + A place on the user's desktop that collects messages that need a response. + This menu provides a condensed and collected view of all of those messages + for quick access, but without making them annoying in times that you want + to ignore them. + +Package: indicator-messages-gtk2 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-messages (= ${binary:Version}) Recommends: indicator-applet | indicator-renderer +Replaces: indicator-messages (<< 0.4.90) Breaks: indicator-applet (<< 0.3.0) Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. diff --git a/debian/indicator-messages-gtk2.install b/debian/indicator-messages-gtk2.install new file mode 100644 index 0000000..8d1fc9f --- /dev/null +++ b/debian/indicator-messages-gtk2.install @@ -0,0 +1 @@ +debian/tmp/gtk2/usr/lib/indicators /usr/lib/ diff --git a/debian/indicator-messages.install b/debian/indicator-messages.install new file mode 100644 index 0000000..19a45de --- /dev/null +++ b/debian/indicator-messages.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr / diff --git a/debian/rules b/debian/rules index e813915..219cf64 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,23 @@ #!/usr/bin/make -f +DEB_BUILDDIR = build +DEB_MAKE_FLAVORS = gtk2 gtk3 + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ +DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ + +DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 +DEB_CONFIGURE_EXTRA_FLAGS = --disable-static + LDFLAGS += -Wl,-z,defs -Wl,--as-needed -binary-install/indicator-messages:: - # remove .a/.la clutter - rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a - rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la +debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) +debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) + +common-install-arch:: + find debian/tmp -name \*.la -delete + find debian/tmp -name \*.a -delete -- cgit v1.2.3 From f18b3cdcec5f76333737f1f36fda3f3c4f8d5ebe Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 22 Jun 2011 12:52:18 -0400 Subject: * debian/control - Removed duplicate build depends --- debian/changelog | 7 +++++++ debian/control | 7 ++----- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 7da0963..9243d80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.4.90-0ubuntu2) UNRELEASED; urgency=low + + * debian/control + - Removed duplicate build depends + + -- Ken VanDine Wed, 22 Jun 2011 12:51:54 -0400 + indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index ae19121..91bace7 100644 --- a/debian/control +++ b/debian/control @@ -16,12 +16,9 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.4.91), libindicator-dev (>= 0.3.19), libindicator3-dev (>= 0.3.19), - libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), - libindicator-dev (>= 0.3.19), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-glib-dev (>= 0.3.94) + libdbusmenu-gtk3-dev (>= 0.3.94) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From 98391ec779a9a6393206eb0b87197f4edce00f64 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 28 Jun 2011 10:44:03 -0400 Subject: releasing version 0.4.90-0ubuntu2 --- debian/changelog | 6 ++++-- debian/control | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 9243d80..dacbf7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -indicator-messages (0.4.90-0ubuntu2) UNRELEASED; urgency=low +indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low + * Rebuild for libdbusmenu-gtk3-4 * debian/control - Removed duplicate build depends + - Dropped build depends on indicator-messages-gtk2 - -- Ken VanDine Wed, 22 Jun 2011 12:51:54 -0400 + -- Ken VanDine Tue, 28 Jun 2011 09:01:12 -0400 indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low diff --git a/debian/control b/debian/control index 91bace7..89a09b8 100644 --- a/debian/control +++ b/debian/control @@ -27,8 +27,7 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubun Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer, - indicator-messages-gtk2 +Recommends: indicator-applet | indicator-renderer Breaks: indicator-applet (<< 0.3.0) Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. -- cgit v1.2.3 From 72417ad30fd5edf7439b5b6d3d05caa49952d8b7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 8 Jul 2011 11:30:56 -0400 Subject: releasing version 0.4.91-0ubuntu1 --- debian/changelog | 9 +++++++-- debian/control | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 22b4f8b..a7fa4f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ -indicator-messages (0.4.91-0ubuntu1~ppa1) oneiric; urgency=low +indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. * Update for libindicator 0.4 - -- Ted Gould Fri, 08 Jul 2011 09:54:54 -0500 + [ Ken VanDine ] + * debian/control + - Bumped build depends for libindicator to >= 0.3.90 + + -- Ken VanDine Fri, 08 Jul 2011 11:23:58 -0400 indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low diff --git a/debian/control b/debian/control index 89a09b8..921c969 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.4.91), libindicate-gtk-dev (>= 0.4.91), - libindicator-dev (>= 0.3.19), - libindicator3-dev (>= 0.3.19), + libindicator-dev (>= 0.3.90), + libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94) -- cgit v1.2.3 From c05a2a3255ef8828b0517e74a3e2c625370235ba Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 14 Jul 2011 16:56:55 -0400 Subject: * debian/control - Added Replaces indicator-me - Added build depends for libtelepathy-glib-dev - Added new binary packages, libindicator-messages-status-provider-dev and libindicator-messages-status-provider1 * debian/libindicator-messages-status-provider1.symbols - Added symbols file --- debian/changelog | 11 ++++++-- debian/control | 30 ++++++++++++++++++++-- debian/indicator-messages.install | 3 ++- ...bindicator-messages-status-provider-dev.install | 2 ++ .../libindicator-messages-status-provider1.install | 1 + .../libindicator-messages-status-provider1.symbols | 4 +++ debian/rules | 2 -- 7 files changed, 46 insertions(+), 7 deletions(-) create mode 100644 debian/libindicator-messages-status-provider-dev.install create mode 100644 debian/libindicator-messages-status-provider1.install create mode 100644 debian/libindicator-messages-status-provider1.symbols (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 3403c37..4f25cc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ indicator-messages (0.4.92-0ubuntu1) UNRELEASED; urgency=low * New upstream release. - - -- Ken VanDine Thu, 14 Jul 2011 14:41:16 -0400 + * debian/control + - Added Replaces indicator-me + - Added build depends for libtelepathy-glib-dev + - Added new binary packages, libindicator-messages-status-provider-dev + and libindicator-messages-status-provider1 + * debian/libindicator-messages-status-provider1.symbols + - Added symbols file + + -- Ken VanDine Thu, 14 Jul 2011 16:28:23 -0400 indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low diff --git a/debian/control b/debian/control index 921c969..cda9a65 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,8 @@ Build-Depends: debhelper (>= 5.0), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94) + libdbusmenu-gtk3-dev (>= 0.3.94), + libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu @@ -28,7 +29,8 @@ Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: indicator-applet | indicator-renderer -Breaks: indicator-applet (<< 0.3.0) +Replaces: indicator-me +Breaks: indicator-applet (<< 0.3.0), indicator-me Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condensed and collected view of all of those messages @@ -48,3 +50,27 @@ Description: indicator that collects messages that need a response This menu provides a condensed and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. + +Package: libindicator-messages-status-provider1 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: indicator that collects messages that need a response + A place on the user's desktop that collects messages that need a response. + This menu provides a condensed and collected view of all of those messages + for quick access, but without making them annoying in times that you want + to ignore them. + +Package: libindicator-messages-status-provider-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicator-messages-status-provider1 (= ${binary:Version}) +Description: indicator that collects messages that need a response + A place on the user's desktop that collects messages that need a response. + This menu provides a condensed and collected view of all of those messages + for quick access, but without making them annoying in times that you want + to ignore them. + diff --git a/debian/indicator-messages.install b/debian/indicator-messages.install index 19a45de..16db366 100644 --- a/debian/indicator-messages.install +++ b/debian/indicator-messages.install @@ -1 +1,2 @@ -debian/tmp/gtk3/usr / +debian/tmp/gtk3/usr/lib/indicators3 /usr/lib/ +debian/tmp/gtk3/usr/lib/indicator-messages /usr/lib/ diff --git a/debian/libindicator-messages-status-provider-dev.install b/debian/libindicator-messages-status-provider-dev.install new file mode 100644 index 0000000..61e6103 --- /dev/null +++ b/debian/libindicator-messages-status-provider-dev.install @@ -0,0 +1,2 @@ +debian/tmp/gtk3/usr/lib/libindicator-messages-status-provider.so /usr/lib/ +debian/tmp/gtk3/usr/lib/pkgconfig /usr/lib/ diff --git a/debian/libindicator-messages-status-provider1.install b/debian/libindicator-messages-status-provider1.install new file mode 100644 index 0000000..cdf5aa3 --- /dev/null +++ b/debian/libindicator-messages-status-provider1.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/libindicator-messages-status-provider.so.* /usr/lib/ diff --git a/debian/libindicator-messages-status-provider1.symbols b/debian/libindicator-messages-status-provider1.symbols new file mode 100644 index 0000000..be2e86a --- /dev/null +++ b/debian/libindicator-messages-status-provider1.symbols @@ -0,0 +1,4 @@ +libindicator-messages-status-provider.so.1 libindicator-messages-status-provider1 #MINVER# + status_provider_get_status@Base 0.4.92 + status_provider_get_type@Base 0.4.92 + status_provider_set_status@Base 0.4.92 diff --git a/debian/rules b/debian/rules index 219cf64..0105586 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,6 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 -DEB_CONFIGURE_EXTRA_FLAGS = --disable-static LDFLAGS += -Wl,-z,defs -Wl,--as-needed @@ -20,4 +19,3 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete - find debian/tmp -name \*.a -delete -- cgit v1.2.3 From 4181f8294a68bf11ffc230d58c24f79c899aa82e Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 15 Jul 2011 12:57:43 -0400 Subject: releasing version 0.4.92-0ubuntu1 --- debian/changelog | 7 +-- debian/control | 53 +++++++++++++++++----- debian/indicator-messages.install | 3 +- debian/indicator-status-provider-emesene.install | 1 + debian/indicator-status-provider-mc5.install | 1 + debian/indicator-status-provider-pidgin.install | 1 + debian/indicator-status-provider-telepathy.install | 1 + ...bindicator-messages-status-provider-dev.install | 1 + 8 files changed, 53 insertions(+), 15 deletions(-) create mode 100644 debian/indicator-status-provider-emesene.install create mode 100644 debian/indicator-status-provider-mc5.install create mode 100644 debian/indicator-status-provider-pidgin.install create mode 100644 debian/indicator-status-provider-telepathy.install (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 4f25cc4..3ab87f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -indicator-messages (0.4.92-0ubuntu1) UNRELEASED; urgency=low +indicator-messages (0.4.92-0ubuntu1) oneiric; urgency=low * New upstream release. * debian/control - Added Replaces indicator-me - Added build depends for libtelepathy-glib-dev - - Added new binary packages, libindicator-messages-status-provider-dev - and libindicator-messages-status-provider1 + - Added new binary packages, libindicator-messages-status-provider-dev, + libindicator-messages-status-provider1, and each provider + - Make indicator-messages recommend indicator-status-provider-mc5 * debian/libindicator-messages-status-provider1.symbols - Added symbols file diff --git a/debian/control b/debian/control index cda9a65..605f65b 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubun Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer +Recommends: indicator-applet | indicator-renderer, indicator-status-provider-mc5 Replaces: indicator-me Breaks: indicator-applet (<< 0.3.0), indicator-me Description: indicator that collects messages that need a response @@ -56,11 +56,9 @@ Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Description: indicator that collects messages that need a response - A place on the user's desktop that collects messages that need a response. - This menu provides a condensed and collected view of all of those messages - for quick access, but without making them annoying in times that you want - to ignore them. +Description: indicator status provider - shared library + This library contains information to build status providers to go into + the messaging menu. Package: libindicator-messages-status-provider-dev Architecture: any @@ -68,9 +66,42 @@ Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libindicator-messages-status-provider1 (= ${binary:Version}) -Description: indicator that collects messages that need a response - A place on the user's desktop that collects messages that need a response. - This menu provides a condensed and collected view of all of those messages - for quick access, but without making them annoying in times that you want - to ignore them. +Description: indicator status provider - library development files + This library contains information to build status providers to go into + the messaging menu. + +Package: indicator-status-provider-mc5 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-messages (>= 0.4.92) +Description: indicator-messages status provider for telepathy mission-control-5 + A status provider for indicator-messages to update your desktop presence + from telepathy mission-control-5. +Package: indicator-status-provider-pidgin +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-messages (>= 0.4.92) +Description: indicator-messages status provider for pidgin + A status provider for indicator-messages to update your desktop presence + from pidgin. + +Package: indicator-status-provider-telepathy +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-messages (>= 0.4.92) +Description: indicator-messages status provider for telepathy (pre-mc5) + A status provider for indicator-messages to update your desktop presence + from telepathy (pre-mc5). + +Package: indicator-status-provider-emesene +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-messages (>= 0.4.92) +Description: indicator-messages status provider for emesene + A status provider for indicator-messages to update your desktop presence + from emesene. diff --git a/debian/indicator-messages.install b/debian/indicator-messages.install index 0c9bbcc..ebbf1eb 100644 --- a/debian/indicator-messages.install +++ b/debian/indicator-messages.install @@ -1,3 +1,4 @@ debian/tmp/gtk3/usr/lib/indicators3 /usr/lib/ -debian/tmp/gtk3/usr/lib/indicator-messages /usr/lib/ +debian/tmp/gtk3/usr/lib/indicator-messages/indicator-messages-service /usr/lib/indicator-messages/ debian/tmp/gtk3/usr/share/dbus-1 /usr/share/ +debian/tmp/gtk3/usr/share/libindicator /usr/share/ diff --git a/debian/indicator-status-provider-emesene.install b/debian/indicator-status-provider-emesene.install new file mode 100644 index 0000000..3a16809 --- /dev/null +++ b/debian/indicator-status-provider-emesene.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/indicator-messages/status-providers/1/libemesene.so /usr/lib/indicator-messages/status-providers/1/ diff --git a/debian/indicator-status-provider-mc5.install b/debian/indicator-status-provider-mc5.install new file mode 100644 index 0000000..e8d3f25 --- /dev/null +++ b/debian/indicator-status-provider-mc5.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/indicator-messages/status-providers/1/libmc5.so /usr/lib/indicator-messages/status-providers/1/ diff --git a/debian/indicator-status-provider-pidgin.install b/debian/indicator-status-provider-pidgin.install new file mode 100644 index 0000000..701f499 --- /dev/null +++ b/debian/indicator-status-provider-pidgin.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/indicator-messages/status-providers/1/libpidgin.so /usr/lib/indicator-messages/status-providers/1/ diff --git a/debian/indicator-status-provider-telepathy.install b/debian/indicator-status-provider-telepathy.install new file mode 100644 index 0000000..8a3b666 --- /dev/null +++ b/debian/indicator-status-provider-telepathy.install @@ -0,0 +1 @@ +debian/tmp/gtk3/usr/lib/indicator-messages/status-providers/1/libtelepathy.so /usr/lib/indicator-messages/status-providers/1/ diff --git a/debian/libindicator-messages-status-provider-dev.install b/debian/libindicator-messages-status-provider-dev.install index 61e6103..1b53b59 100644 --- a/debian/libindicator-messages-status-provider-dev.install +++ b/debian/libindicator-messages-status-provider-dev.install @@ -1,2 +1,3 @@ debian/tmp/gtk3/usr/lib/libindicator-messages-status-provider.so /usr/lib/ +debian/tmp/gtk3/usr/include /usr/ debian/tmp/gtk3/usr/lib/pkgconfig /usr/lib/ -- cgit v1.2.3 From a7036472aeb0fc66d7d741513b6f37a6d7f01c86 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 29 Jul 2011 15:52:04 +0200 Subject: * debian/control: - use conflicts against indicator-me --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 3ab87f5..9a71a72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.4.92-0ubuntu2) oneiric; urgency=low + + * debian/control: + - use conflicts against indicator-me + + -- Michael Vogt Fri, 29 Jul 2011 15:49:40 +0200 + indicator-messages (0.4.92-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 605f65b..b336742 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: indicator-applet | indicator-renderer, indicator-status-provider-mc5 Replaces: indicator-me -Breaks: indicator-applet (<< 0.3.0), indicator-me +Breaks: indicator-applet (<< 0.3.0) +Conflicts: indicator-me Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condensed and collected view of all of those messages -- cgit v1.2.3 From a92965410d2bee490beff792bbd4876a95f1e0af Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Sun, 31 Jul 2011 16:37:48 -0400 Subject: releasing version 0.4.92-0ubuntu3 --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 9a71a72..7ec4746 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-messages (0.4.92-0ubuntu3) oneiric; urgency=low + + * debian/control + - Added recommends for gwibber, it got missed when we dropped indicator-me + should get removed after we get it seeded properly + + -- Ken VanDine Sun, 31 Jul 2011 16:36:09 -0400 + indicator-messages (0.4.92-0ubuntu2) oneiric; urgency=low * debian/control: diff --git a/debian/control b/debian/control index b336742..158b8bb 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubun Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: indicator-applet | indicator-renderer, indicator-status-provider-mc5 +Recommends: indicator-applet | indicator-renderer, indicator-status-provider-mc5, gwibber Replaces: indicator-me Breaks: indicator-applet (<< 0.3.0) Conflicts: indicator-me -- cgit v1.2.3 From 8e3f1f3d482a49af3f5461d8084c91e103d2984f Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 11 Aug 2011 14:22:27 -0400 Subject: * debian/control - Bumped build depends for libindicate to >= 0.5.90 * debian/rules - Fixed configure arg for gtk version --- debian/changelog | 11 +++++++++-- debian/control | 5 +++-- debian/rules | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d1530ee..4af764b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,18 @@ -indicator-messages (0.4.93-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-messages (0.4.93-0ubuntu1) UNRELEASED; urgency=low + [ Ted Gould ] * New upstream release. * Add an item to clear the alert * Choose mail applications based on the default application * Clear based on middle click - -- Ted Gould Thu, 11 Aug 2011 09:28:30 -0500 + [ Ken VanDine ] + * debian/control + - Bumped build depends for libindicate to >= 0.5.90 + * debian/rules + - Fixed configure arg for gtk version + + -- Ken VanDine Thu, 11 Aug 2011 14:18:05 -0400 indicator-messages (0.4.92-0ubuntu4) oneiric; urgency=low diff --git a/debian/control b/debian/control index a05ecff..ae1c8a3 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.4.91), - libindicate-gtk-dev (>= 0.4.91), + libindicate-dev (>= 0.5.90), + libindicate-gtk-dev (>= 0.5.90), + libindicate-gtk3-dev (>= 0.5.90), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.94), diff --git a/debian/rules b/debian/rules index 0105586..609e1a4 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2 -DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3 +DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 +DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 LDFLAGS += -Wl,-z,defs -Wl,--as-needed -- cgit v1.2.3 From deb212c69d791cb569867dcb21203a134a2dd644 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 9 Feb 2012 22:38:16 -0600 Subject: debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90 --- debian/changelog | 3 ++- debian/control | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8b6d492..b2d6a3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ indicator-messages (0.5.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * Compare server and path for multi-server clients * Using the new GTK3 box API to avoid deprecations * Adding a name hint + * debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90 - -- Ted Gould Thu, 09 Feb 2012 22:35:53 -0600 + -- Ted Gould Thu, 09 Feb 2012 22:37:38 -0600 indicator-messages (0.5.0-1ubuntu1) precise; urgency=low diff --git a/debian/control b/debian/control index ae1c8a3..9db6511 100644 --- a/debian/control +++ b/debian/control @@ -12,14 +12,14 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.5.90), - libindicate-gtk-dev (>= 0.5.90), - libindicate-gtk3-dev (>= 0.5.90), + libindicate-dev (>= 0.6.90), + libindicate-gtk-dev (>= 0.6.90), + libindicate-gtk3-dev (>= 0.6.90), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.94), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages -- cgit v1.2.3 From 93aa4c33433352dec2650e680ad3266716cc610d Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 14 Feb 2012 23:50:08 +0100 Subject: debian/control: build-depends on dh-autoreconf as well --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index ef88047..161f895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.5.91-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: build-depends on dh-autoreconf as well + + -- Sebastien Bacher Tue, 14 Feb 2012 23:49:45 +0100 + indicator-messages (0.5.91-0ubuntu1) precise; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 9db6511..4c623c8 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ XSBC-Original-Maintainer: The Ayatana Packagers Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), + dh-autoreconf, libgtk2.0-dev (>= 2.12.0), libgtk-3-dev, libdbus-glib-1-dev, -- cgit v1.2.3 From 6ecaf1068741459dad8d1383df4fe922c5ae60cc Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 8 Mar 2012 22:11:10 +0100 Subject: * debian/control: - drop build-depends on gnome-doc-utils and scrollkeeper, not required --- debian/changelog | 6 +++++- debian/control | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index d0ef879..fa15da8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ indicator-messages (0.5.93-0ubuntu1) UNRELEASED; urgency=low + + * debian/control: + - drop build-depends on gnome-doc-utils and scrollkeeper, not required + [ Ted Gould ] * New upstream release. * Fixing alignment of menu items (LP: #939953) * Vertically centering alignment of double high items (LP: #770486) * Fixing setting of status on telepathy (LP: #943757) - -- Ted Gould Thu, 08 Mar 2012 14:29:54 -0600 + -- Sebastien Bacher Thu, 08 Mar 2012 22:10:25 +0100 indicator-messages (0.5.92-0ubuntu1) precise; urgency=low diff --git a/debian/control b/debian/control index 4c623c8..40b8dd5 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 5.0), libgtk2.0-dev (>= 2.12.0), libgtk-3-dev, libdbus-glib-1-dev, - gnome-doc-utils, - scrollkeeper, intltool, libindicate-dev (>= 0.6.90), libindicate-gtk-dev (>= 0.6.90), -- cgit v1.2.3 From ac858ff160ec3b22aeec64dfcc280a803aa34455 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 21 Mar 2012 15:31:03 -0500 Subject: debian/control: Adding dep on libgtest-dev --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index b3eaafa..d60d539 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ indicator-messages (0.5.94-0ubuntu1~ppa1) UNRELEASED; urgency=low * Fix i18n for description (LP: #957525) * Implementing initial testing * Fixing blacklists (LP: #939258) + * debian/control: Adding dep on libgtest-dev - -- Ted Gould Wed, 21 Mar 2012 15:28:19 -0500 + -- Ted Gould Wed, 21 Mar 2012 15:30:53 -0500 indicator-messages (0.5.93-0ubuntu2) precise; urgency=low diff --git a/debian/control b/debian/control index 40b8dd5..3a324ac 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,8 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - libtelepathy-glib-dev (>= 0.9.0) + libtelepathy-glib-dev (>= 0.9.0), + libgtest-dev Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -- cgit v1.2.3 From 7250f0ebe2da013ad45d52a92520da3a0a87ced7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 21 Mar 2012 17:03:22 -0400 Subject: releasing version 0.5.94-0ubuntu1 --- debian/changelog | 9 +++++++-- debian/control | 3 +-- debian/rules | 2 -- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index e002874..13ae2c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-messages (0.5.94-0ubuntu1~ppa1) precise; urgency=low +indicator-messages (0.5.94-0ubuntu1) precise; urgency=low + [ Ted Gould ] * New upstream release. * Fix for missing icons in the messaging menu (LP: #960553) * Fix i18n for description (LP: #957525) @@ -7,7 +8,11 @@ indicator-messages (0.5.94-0ubuntu1~ppa1) precise; urgency=low * Fixing blacklists (LP: #939258) * debian/control: Adding dep on libgtest-dev - -- Ted Gould Wed, 21 Mar 2012 15:33:19 -0500 + [ Ken VanDine ] + * debian/control: Don't build depend on libgtest-dev, it isn't in main + * debian/rules: disable tests, they require libgtest-dev + + -- Ken VanDine Wed, 21 Mar 2012 17:00:10 -0400 indicator-messages (0.5.93-0ubuntu2) precise; urgency=low diff --git a/debian/control b/debian/control index 3a324ac..40b8dd5 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), - libtelepathy-glib-dev (>= 0.9.0), - libgtest-dev + libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu diff --git a/debian/rules b/debian/rules index 3241637..f5faa84 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,6 @@ include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_MAKE_CHECK_TARGET := check - DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 -- cgit v1.2.3 From 0b8c133d7f3cb11eeace097ab0143e16056874b2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 20 Jun 2012 10:51:32 +0200 Subject: Remove gtk2 package and dependencies --- debian/control | 17 ----------------- debian/indicator-messages-gtk2.install | 1 - debian/rules | 6 +----- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 debian/indicator-messages-gtk2.install (limited to 'debian/control') diff --git a/debian/control b/debian/control index 40b8dd5..f82bc30 100644 --- a/debian/control +++ b/debian/control @@ -7,17 +7,14 @@ Uploaders: Evgeni Golov Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), dh-autoreconf, - libgtk2.0-dev (>= 2.12.0), libgtk-3-dev, libdbus-glib-1-dev, intltool, libindicate-dev (>= 0.6.90), - libindicate-gtk-dev (>= 0.6.90), libindicate-gtk3-dev (>= 0.6.90), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.5.90), - libdbusmenu-gtk-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.9.2 @@ -38,20 +35,6 @@ Description: indicator that collects messages that need a response for quick access, but without making them annoying in times that you want to ignore them. -Package: indicator-messages-gtk2 -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - indicator-messages (= ${binary:Version}) -Recommends: indicator-applet | indicator-renderer -Replaces: indicator-messages (<< 0.4.90) -Breaks: indicator-applet (<< 0.3.0) -Description: indicator that collects messages that need a response - A place on the user's desktop that collects messages that need a response. - This menu provides a condensed and collected view of all of those messages - for quick access, but without making them annoying in times that you want - to ignore them. - Package: libindicator-messages-status-provider1 Architecture: any Section: libs diff --git a/debian/indicator-messages-gtk2.install b/debian/indicator-messages-gtk2.install deleted file mode 100644 index 8d1fc9f..0000000 --- a/debian/indicator-messages-gtk2.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/gtk2/usr/lib/indicators /usr/lib/ diff --git a/debian/rules b/debian/rules index f5faa84..d41cfca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f DEB_BUILDDIR = build -DEB_MAKE_FLAVORS = gtk2 gtk3 +DEB_MAKE_FLAVORS = gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk @@ -10,12 +10,8 @@ include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ -DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 -DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 - LDFLAGS += -Wl,-z,defs -Wl,--as-needed -debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: -- cgit v1.2.3 From 7290a3b470600e43c2e700395e3620c4a4d5056d Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 23 Aug 2012 13:26:24 +0200 Subject: drop deprecated transition fields --- debian/control | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 68b2d19..94838f0 100644 --- a/debian/control +++ b/debian/control @@ -25,9 +25,6 @@ Package: indicator-messages Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: indicator-applet | indicator-renderer, indicator-status-provider-mc5 -Replaces: indicator-me -Breaks: indicator-applet (<< 0.3.0) -Conflicts: indicator-me Description: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condensed and collected view of all of those messages -- cgit v1.2.3 From 7b5801592f794f1a8a0272195ecb26d15257105c Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 13 Nov 2012 13:42:22 -0500 Subject: * debian/control: - Fix styling: add trailing commas at the end of lists. - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers. --- debian/changelog | 3 +++ debian/control | 19 +++++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index 8431c3a..f36d1f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ indicator-messages (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/rules: - Use autogen.sh for dh_autoreconf. + * debian/control: + - Fix styling: add trailing commas at the end of lists. + - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers. -- Mathieu Trudel-Lapierre Tue, 13 Nov 2012 13:37:56 -0500 diff --git a/debian/control b/debian/control index 3dee002..7e77b37 100644 --- a/debian/control +++ b/debian/control @@ -16,11 +16,14 @@ Build-Depends: debhelper (>= 9), libtelepathy-glib-dev (>= 0.9.0), gobject-introspection (>= 0.9.12-4~), libgirepository1.0-dev (>= 0.9.12), - gtk-doc-tools + gtk-doc-tools, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-messages -Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu/files +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, # just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.13.04/files Package: indicator-messages Architecture: any @@ -31,13 +34,13 @@ Replaces: libindicator-messages-status-provider1, indicator-status-provider-mc5, indicator-status-provider-pidgin, indicator-status-provider-telepathy, - indicator-status-provider-emesene + indicator-status-provider-emesene, Conflicts: libindicator-messages-status-provider1, libindicator-messages-status-provider-dev, indicator-status-provider-mc5, indicator-status-provider-pidgin, indicator-status-provider-telepathy, - indicator-status-provider-emesene + indicator-status-provider-emesene, Breaks: gwibber-services (<< 3.5.4-0ubuntu1~), telepathy-indicator (<< 0.3.0-0ubuntu1~), thunderbird (<< 15.0+build1-0ubuntu1~), @@ -53,7 +56,7 @@ Package: libmessaging-menu0 Architecture: any Section: libs Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, Description: Messaging Menu - shared library This library contains information to build status providers to go into the messaging menu. @@ -64,7 +67,7 @@ Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libmessaging-menu0 (=${binary:Version}), - libglib2.0-dev + libglib2.0-dev, Description: Messaging Menu - library development files This library contains information to build status providers to go into the messaging menu. @@ -73,7 +76,7 @@ Package: gir1.2-messagingmenu-1.0 Section: libs Architecture: any Depends: ${misc:Depends}, - ${gir:Depends} + ${gir:Depends}, Description: Messaging Menu - gir bindings . This package can be used by other packages using the GIRepository format -- cgit v1.2.3 From 7d412ead24810395c42de62f74af6228e5afbd02 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 13 Nov 2012 13:43:36 -0500 Subject: Add libgtest-dev to Build-Depends. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) (limited to 'debian/control') diff --git a/debian/changelog b/debian/changelog index f36d1f2..52f8c3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ indicator-messages (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Fix styling: add trailing commas at the end of lists. - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers. + - Add libgtest-dev to Build-Depends. -- Mathieu Trudel-Lapierre Tue, 13 Nov 2012 13:37:56 -0500 diff --git a/debian/control b/debian/control index 7e77b37..9185359 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9), gobject-introspection (>= 0.9.12-4~), libgirepository1.0-dev (>= 0.9.12), gtk-doc-tools, + libgtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-messages # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From 620f8112dd52fa7c3d9a4ed2365c56ff97e8f506 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:42:01 -0500 Subject: Remove extra # typo in notice to uploaders in debian/control. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 9185359..546b5c9 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-messages # If you aren't a member of ~indicator-applet-developers but need to upload -# packaging changes, # just go ahead. ~indicator-applet-developers will notice +# packaging changes, just go ahead. ~indicator-applet-developers will notice # and sync up the code again. Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.13.04 Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-messages/trunk.13.04/files -- cgit v1.2.3