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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 ++-- 1 file changed, 2 insertions(+), 2 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 -- 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') 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/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'debian/control') 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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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 -- 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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/control | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'debian/control') 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. -- 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/control | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'debian/control') 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/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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/control | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'debian/control') 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. + -- 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/control | 53 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 11 deletions(-) (limited to 'debian/control') 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. -- 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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') 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), -- 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/control | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/control') 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/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') 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/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/control') 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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') 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/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') 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 -- 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 ----------------- 1 file changed, 17 deletions(-) (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 -- 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/control | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'debian/control') 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/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') 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