From 480e4e5a8d81a6fdd985bb03a508d10b87b4c6c8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 18 Aug 2009 17:03:53 -0500 Subject: * debian/control: Switching to indicator-session and conflicting and replacing indicator-sus * debian/watch: Switching to indicator-session* --- debian/control | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 223f82e..4c76aa7 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: indicator-sus +Source: indicator-session Section: gnome Priority: optional Maintainer: Ubuntu Core Developers @@ -18,9 +18,9 @@ Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: lp:~ubuntu-core-dev/indicator-applet/sus-ubuntu Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/sus-ubuntu -Package: indicator-sus +Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), devicekit-power, gdm -Conflicts: gdm (<= 2.27.4-0ubuntu9) -Description: Applet for the GNOME panel providing various indicators for - display to users. +Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus +Replaces: indicator-sus +Description: An indicator providing session management, status control and user switching. -- cgit v1.2.3 From 947f6cf245ec909aa13f8ed7c701ba991d1bf6f5 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Mon, 24 Aug 2009 15:01:34 -0400 Subject: change branch owner to ubuntu-desktop --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4c76aa7..e794657 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 5.0), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 -Homepage: https://launchpad.net/indicator-applet -Vcs-Bzr: lp:~ubuntu-core-dev/indicator-applet/sus-ubuntu -Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/sus-ubuntu +Homepage: https://launchpad.net/indicator-session +Vcs-Bzr: lp:~ubuntu-desktop/indicator-session/ubuntu +Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Package: indicator-session Architecture: any -- cgit v1.2.3 From 0595706285428c9d3667e913c669dc60e76a8bdf Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 26 Aug 2009 21:17:22 -0500 Subject: debian/control: Shortening the short description and lengthening the long one. Fixes a bug (LP: #412024) --- debian/control | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e794657..19c4318 100644 --- a/debian/control +++ b/debian/control @@ -23,4 +23,12 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), devicekit-power, gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -Description: An indicator providing session management, status control and user switching. +Description: An indicator showing session management, status and user switching. + . + This indicator is designed to be placed on the right side of a panel and + give the user easy control for changing their instant message status. Switching + to another user. Starting a guest session. Or controlling the status of + their own session. + . + It requires some way to be hosted into a panel. For the GNOME Panel the + appropriate package is indicator-applet-session. -- cgit v1.2.3 From 72b6ee81d0399eff293bc5d37326c778550b849e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Aug 2009 12:53:53 -0500 Subject: debian/control: Looking for libdbusmenu* >= 0.0.2 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 19c4318..21d1deb 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev, - libdbusmenu-gtk-dev, + libdbusmenu-glib-dev (>= 0.0.2), + libdbusmenu-gtk-dev (>= 0.0.2), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3 From e8eb773ac18e313284aa1f9eed009c7efac1aec8 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 27 Aug 2009 13:35:17 -0500 Subject: debian/control: Looking for libdbusmenu* >= 0.1.0 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 21d1deb..b9ad314 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev (>= 0.0.2), - libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.1.0), + libdbusmenu-gtk-dev (>= 0.1.0), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3 From 6b92bf7e57201658fb8c3d409f487f0667ac2eb7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 27 Aug 2009 15:00:30 -0400 Subject: fixed url in Vcs --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b9ad314..bb0a852 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 5.0), intltool Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session -Vcs-Bzr: lp:~ubuntu-desktop/indicator-session/ubuntu +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Package: indicator-session -- cgit v1.2.3 From d63d27e6a904a66aed4e2fc3ee031d0c5cbef18a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 27 Aug 2009 21:24:34 +0200 Subject: debian/control: Fix Vcs-* links. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index bb0a852..a24a12d 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 5.0), Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -Vcs-Bzr-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Package: indicator-session Architecture: any -- cgit v1.2.3 From 847d6955a4c8bb7275d89a5d70c6a4589f1eb07e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 3 Sep 2009 14:44:58 -0500 Subject: debian/control: Increasing dbusmenu dep to 0.1.1 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b9ad314..7e6e1a6 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev (>= 0.1.0), - libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.1), + libdbusmenu-gtk-dev (>= 0.1.1), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3 From 60d0a5067f97a38adf33a72402125d72da8cbabb Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 22 Sep 2009 09:17:19 +0200 Subject: =?UTF-8?q?*=20Add=2001=5Fpolkit-1.patch:=20Port=20to=20polkit-1.?= =?UTF-8?q?=20(LP:=20#412601)=20*=20Add=2099=5Fautoreconf.patch:=20Autocon?= =?UTF-8?q?f=20changes=20for=20above=20patch.=20*=20debian/control:=20libp?= =?UTF-8?q?olkit-gnome-dev=20=E2=86=92=20libpolkit-gobject-1-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5ee9afa..271896a 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 5.0), libindicator-dev, libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), - libpolkit-gnome-dev, + libpolkit-gobject-1-dev, intltool Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session -- cgit v1.2.3 From fa89e5d86d030d7a4aa9648569868fae042264cb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 22 Sep 2009 20:07:07 -0500 Subject: debian/control: Adding in a libempathy-dev build dependency as it's now required by upstream. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5ee9afa..9d36741 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gnome-dev, - intltool + intltool, + libempathy-dev (>= 2.27.0) Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -- cgit v1.2.3 From 66d2d8f5efaa341b3abfaf0970122dfe6d439f21 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Nov 2009 16:37:46 -0600 Subject: debian/control: Upping the libindicator-dev version 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 57aba13..a4f2be7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, scrollkeeper, - libindicator-dev, + libindicator-dev (>= 0.3.0~dev), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, -- cgit v1.2.3 From b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 6 Nov 2009 10:25:15 -0500 Subject: * debian/rules - removed the extra disable-scrollkeeper arg to configure (LP: #418772) * debian/control - removed the build dep for scrollkeeper --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a4f2be7..94d6f45 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - scrollkeeper, libindicator-dev (>= 0.3.0~dev), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), -- cgit v1.2.3 From 4f006c8f215cb0543cdb903540a32e4b0b58649f Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 8 Dec 2009 09:00:56 -0500 Subject: * debian/control - build depend on telepathy-glib-dev instead of libempathy-dev --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 57aba13..4b8d8a1 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, intltool, - libempathy-dev (>= 2.27.0) + telepathy-glib-dev (>= 0.9.0) Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -- cgit v1.2.3 From c32038e15056e8c434ca538429764ce01b3767d4 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 8 Dec 2009 09:01:42 -0500 Subject: libtelepathy-glib-dev not telepathy-glib-dev --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4b8d8a1..01507a5 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5.0), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, intltool, - telepathy-glib-dev (>= 0.9.0) + libtelepathy-glib-dev (>= 0.9.0) Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -- cgit v1.2.3 From 821318db102da5b4c39d8ad47be3d1fa4b28ea96 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 11:54:19 -0500 Subject: build depend on libindicator-dev >= 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 61be553..19fc360 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.0~dev), + libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), libpolkit-gobject-1-dev, -- cgit v1.2.3 From b378a0c2cadb7bb7ac63f276eddf66e9bced83d5 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 10 Dec 2009 12:26:31 -0500 Subject: fixed the extended description for indicator-session --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 19fc360..964bbbb 100644 --- a/debian/control +++ b/debian/control @@ -27,9 +27,9 @@ Replaces: indicator-sus Description: An indicator showing session management, status and user switching. . This indicator is designed to be placed on the right side of a panel and - give the user easy control for changing their instant message status. Switching - to another user. Starting a guest session. Or controlling the status of - their own session. + give the user easy control for changing their instant message status. + Switching to another user. Starting a guest session. Or controlling the + status of their own session. . It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. -- cgit v1.2.3 From 4a41367e721e83f4a94acb2a928bbf44fee97925 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Dec 2009 21:15:10 -0600 Subject: debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 964bbbb..3e76061 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.1.2), - libdbusmenu-gtk-dev (>= 0.1.2), + libdbusmenu-glib-dev (>= 0.2.0~dev), + libdbusmenu-gtk-dev (>= 0.2.0~dev), libpolkit-gobject-1-dev, intltool, libtelepathy-glib-dev (>= 0.9.0) -- cgit v1.2.3 From 6da5335f61f0dbfc9ea67696471dba569803307e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 4 Feb 2010 17:32:18 -0800 Subject: debian/control: Upping dbusmenu dependency to 0.2.2 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index dc01976..939784c 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.2.0), - libdbusmenu-gtk-dev (>= 0.2.0), + libdbusmenu-glib-dev (>= 0.2.2), + libdbusmenu-gtk-dev (>= 0.2.2), libpolkit-gobject-1-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3 From 68c0523b4a6a55575f284ec03aa1bf33c80e1ede Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 16 Feb 2010 12:23:39 +0100 Subject: debian/control: Update devicekit-power dependency to upower. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 939784c..72076b3 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), devicekit-power, gdm +Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), upower, gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus Description: An indicator showing session management, status and user switching. -- cgit v1.2.3 From 2ab6232cbe441e470232e5535a877ef750dd3f00 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 18 Mar 2010 14:20:40 -0500 Subject: debian/control: Require 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 72076b3..00b5263 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.0), + libindicator-dev (>= 0.3.5), libdbusmenu-glib-dev (>= 0.2.2), libdbusmenu-gtk-dev (>= 0.2.2), libpolkit-gobject-1-dev, -- cgit v1.2.3 From 81db14844ae153486cd472e1186d98b33865a23a Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 23 Mar 2010 18:59:37 +0100 Subject: releasing version 0.2.6-0ubuntu2 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 00b5263..c1b4123 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), upower, gdm +Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), upower +Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus Description: An indicator showing session management, status and user switching. -- cgit v1.2.3 From a54ccde60a40f3c875eb57a371750c7d1c1f62f2 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 9 Apr 2010 21:02:15 +0200 Subject: releasing version 0.2.8-0ubuntu2 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c1b4123..82e6438 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), upower +Depends: ${shlibs:Depends}, ${misc:Depends}, upower +Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -- cgit v1.2.3 From 33a404601839f2416519a1fc604c501ac4092fd4 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 22 Sep 2010 11:09:16 +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 82e6438..2bd3295 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.5), + libindicator-dev (>= 0.3.14), libdbusmenu-glib-dev (>= 0.2.2), libdbusmenu-gtk-dev (>= 0.2.2), libpolkit-gobject-1-dev, -- cgit v1.2.3 From ce368773742d2a008e7e3f8074c26c4acb9bf6f7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 9 Dec 2010 13:08:56 -0500 Subject: releasing version 0.2.10-0ubuntu4 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 2bd3295..9b0cf04 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.14), - libdbusmenu-glib-dev (>= 0.2.2), - libdbusmenu-gtk-dev (>= 0.2.2), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.90), libpolkit-gobject-1-dev, intltool Standards-Version: 3.8.2 -- cgit v1.2.3 From 0f8285c21bfa728a8ae67599d1d740f75dcb8382 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 17 Feb 2011 13:30:24 -0600 Subject: debian/control: Bumping libindicator dep to 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 aea621f..5099fe5 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.16), + libindicator-dev (>= 0.3.19), libdbusmenu-glib-dev (>= 0.3.91), libdbusmenu-gtk-dev (>= 0.3.91), libpolkit-gobject-1-dev, -- cgit v1.2.3 From aa4219ba4b09cfc6b71fba4879785560b4151b7c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 22 Jun 2011 12:36:58 -0400 Subject: releasing version 0.2.90-0ubuntu1 --- debian/control | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5099fe5..a4f557b 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,18 @@ Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), + libgtk-3-dev, libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.19), - libdbusmenu-glib-dev (>= 0.3.91), - libdbusmenu-gtk-dev (>= 0.3.91), + libindicator3-dev (>= 0.3.19), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.94), + libdbusmenu-gtk3-dev (>= 0.3.94), libpolkit-gobject-1-dev, intltool -Standards-Version: 3.8.2 +Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu @@ -21,12 +24,31 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower -Recommends: indicator-applet (>= 0.2) | indicator-renderer +Recommends: indicator-applet (>= 0.2) | indicator-renderer, + indicator-datetime-gtk2 Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -Description: An indicator showing session management, status and user switching. +Description: Indicator showing session management, status and user switching. + This indicator is designed to be placed on the right side of a panel and + give the user easy control for changing their instant message status. + Switching to another user. Starting a guest session. Or controlling the + status of their own session. . + It requires some way to be hosted into a panel. For the GNOME Panel the + appropriate package is indicator-applet-session. + +Package: indicator-session-gtk2 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upower, + indicator-session (= ${binary:Version}) +Recommends: indicator-applet (>= 0.2) | indicator-renderer +Suggests: gdm +Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus +Replaces: indicator-session (<< 0.2.90) +Description: Indicator showing session management, status and user switching. This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. Switching to another user. Starting a guest session. Or controlling the -- cgit v1.2.3 From 492e7442e21a7388c5b540ec4ea97f2253d40826 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 23 Jun 2011 10:06:24 -0400 Subject: releasing version 0.2.90-0ubuntu2 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a4f557b..52001f5 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower Recommends: indicator-applet (>= 0.2) | indicator-renderer, - indicator-datetime-gtk2 + indicator-session-gtk2 Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -- cgit v1.2.3 From 31c18f6eda48e5ce6f28231585c53a53bd971e04 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 28 Jun 2011 10:45:23 -0400 Subject: releasing version 0.2.90-0ubuntu3 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 52001f5..cd7d6f2 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,7 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower -Recommends: indicator-applet (>= 0.2) | indicator-renderer, - indicator-session-gtk2 +Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -- cgit v1.2.3 From a823f566084fc6a3ec5cdb9699048115eb14a3e0 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 7 Jul 2011 11:18:06 -0500 Subject: debian/control: Move suggests from gdm to lightdm --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index cd7d6f2..a5cb161 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower Recommends: indicator-applet (>= 0.2) | indicator-renderer -Suggests: gdm +Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus Description: Indicator showing session management, status and user switching. @@ -44,7 +44,7 @@ Depends: ${shlibs:Depends}, upower, indicator-session (= ${binary:Version}) Recommends: indicator-applet (>= 0.2) | indicator-renderer -Suggests: gdm +Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-session (<< 0.2.90) Description: Indicator showing session management, status and user switching. -- cgit v1.2.3 From 8560474e28215aabd0d1dfa99e6e93656af7b9e7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 15:31:59 -0400 Subject: releasing version 0.2.92-0ubuntu1 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a5cb161..4f2d296 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - 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.90), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), -- cgit v1.2.3 From 5a947834adb7f0cbe10550e328c0f895070affdb Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 14 Jul 2011 16:57:09 -0400 Subject: * debian/control - Added Replaces 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 4f2d296..efc5d53 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus -Replaces: indicator-sus +Replaces: indicator-sus, indicator-me +Breaks: indicator-me Description: Indicator showing session management, status and user switching. This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. -- cgit v1.2.3 From 2f544054d628164039170de83d5cf1506d5b0103 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 25 Aug 2011 09:54:54 -0400 Subject: releasing version 0.3.3-0ubuntu1 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index af1db07..b7b19de 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.90), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.4.92), + libdbusmenu-gtk-dev (>= 0.4.92), + libdbusmenu-gtk3-dev (>= 0.4.92), libpolkit-gobject-1-dev, intltool Standards-Version: 3.9.2 -- cgit v1.2.3 From d63ca3b38bbd157f2d8ebedc5f24b39cb130f404 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 31 Aug 2011 13:42:50 -0500 Subject: debian/control: Adding a depend on gnome-settings-daemon to ensure that the required schemas are available. (LP: #833965) --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b7b19de..c81ca89 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,10 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, upower +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upower, + gnome-settings-daemon Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus -- cgit v1.2.3 From 606ebd017b9b0a71274bc47354582ae19f11b8a8 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 7 Feb 2012 20:57:21 -0600 Subject: releasing version 0.3.7.1-1 --- debian/control | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c81ca89..4f315ca 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: indicator-session 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), @@ -19,8 +20,8 @@ Build-Depends: debhelper (>= 5.0), intltool Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-session -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu +Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/indicator-session/debian +Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/indicator-session/debian Package: indicator-session Architecture: any @@ -33,7 +34,7 @@ Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me Breaks: indicator-me -Description: Indicator showing session management, status and user switching. +Description: indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. Switching to another user. Starting a guest session. Or controlling the @@ -52,11 +53,11 @@ Recommends: indicator-applet (>= 0.2) | indicator-renderer Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-session (<< 0.2.90) -Description: Indicator showing session management, status and user switching. +Description: indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and - give the user easy control for changing their instant message status. - Switching to another user. Starting a guest session. Or controlling the + give the user easy control for changing their instant message status, + switching to another user, starting a guest session or controlling the status of their own session. . - It requires some way to be hosted into a panel. For the GNOME Panel the + It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. -- cgit v1.2.3 From a4cd5f6e1d8db40b1d9277bb6a6d1edf8125327b Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 7 Feb 2012 20:58:42 -0600 Subject: * debian/control - set ubuntu-desktop VCS and maintainer --- debian/control | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4f315ca..42f7ed7 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,7 @@ Source: indicator-session Section: gnome Priority: optional -Maintainer: The Ayatana Packagers -Uploaders: Evgeni Golov +Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), @@ -20,8 +19,8 @@ Build-Depends: debhelper (>= 5.0), intltool Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-session -Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/indicator-session/debian -Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/indicator-session/debian +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Package: indicator-session Architecture: any -- cgit v1.2.3 From 6c05bbbd892c117777b11662b7e86c0d201398ec Mon Sep 17 00:00:00 2001 From: Marc Deslauriers Date: Tue, 7 Feb 2012 21:03:44 -0600 Subject: debian/patches/01-remove-dead-gss-handling.patch: Remove dead GSS throttling code. Let gnome-settings-daemon handle locking the screen when UPower requests it. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 42f7ed7..a09befd 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: indicator-session Section: gnome Priority: optional -Maintainer: Ubuntu Core Developers +Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), -- cgit v1.2.3 From f4387695321cc9b7eebd05dba22a07820f2b74d9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 7 Feb 2012 21:16:40 -0600 Subject: debian/control: Updating dbusmenu dep to 0.5.90 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a09befd..557ccf2 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.4.92), - libdbusmenu-gtk-dev (>= 0.4.92), - libdbusmenu-gtk3-dev (>= 0.4.92), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), libpolkit-gobject-1-dev, intltool Standards-Version: 3.9.2 -- cgit v1.2.3 From 28da49f778ce7cabe85cd4578de5120518fcb2ab Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 14 Feb 2012 18:38:10 +0100 Subject: * debian/control: - recommends python-aptdaemon.pkcompat so packagekit doesn't get installed --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8c2d149..df7ade9 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-settings-daemon -Recommends: indicator-applet (>= 0.2) | indicator-renderer +Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me -- cgit v1.2.3 From 1d8f0ba5ee4fcd54f51ad8727429add3639d2444 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 15 Feb 2012 07:27:12 +0100 Subject: debian/control: Add alternative packagekit dependency, since this ought to work with either the aptdaemon pkcompat or packagekit itself. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index df7ade9..b5aa95b 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-settings-daemon -Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat +Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat | packagekit Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me -- cgit v1.2.3 From c05ee050b4283ebdc01959e43b73b8d817c7e10d Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 13 Jun 2012 16:13:27 -0700 Subject: Recommend packagekit-system-interface instead of python-aptdaemon.pkcompat: we care about the dbus interface, now provided by the python3 package, not the python module. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b5aa95b..a3ec11f 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-settings-daemon -Recommends: indicator-applet (>= 0.2) | indicator-renderer, python-aptdaemon.pkcompat | packagekit +Recommends: indicator-applet (>= 0.2) | indicator-renderer, packagekit-system-interface | packagekit Suggests: lightdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus, indicator-me -- cgit v1.2.3 From 63dc2bbb7462077877e73b78e2f262a7c864996a Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 15:26:06 -0500 Subject: * debian/control: - Add dh-autoreconf to Build-Depends. - Adjust style to be consistent and use trailing commas in lists. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 232148f..43f3982 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: gnome Priority: optional Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), + dh-autoreconf, dh-translations, libgtk-3-dev, libglib2.0-dev (>= 2.33), @@ -26,9 +27,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower, - gnome-settings-daemon + gnome-settings-daemon, Recommends: indicator-applet (>= 0.2) | indicator-renderer, - packagekit-system-interface | packagekit + packagekit-system-interface | packagekit, Suggests: lightdm Description: indicator showing session management, status and user switching This indicator is designed to be placed on the right side of a panel and -- cgit v1.2.3 From e4bc348e862da392f36f14dfc1c0dba7886567fb Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 15:28:03 -0500 Subject: Reorganize Build-Depends, put build-system items (intltool, libxorg-gtest-dev) nearer to the top. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 43f3982..af8e3b3 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), dh-autoreconf, dh-translations, + intltool, + libxorg-gtest-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), libgconf2-dev, @@ -15,8 +17,6 @@ Build-Depends: debhelper (>= 9), libdbusmenu-gtk3-dev (>= 0.5.90), libpackagekit-glib2-dev, libpolkit-gobject-1-dev, - intltool, - libxorg-gtest-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -- cgit v1.2.3 From 2bd558390c52e0207765d7e44a85627d10999627 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 15:29:56 -0500 Subject: Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders. --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index af8e3b3..095dc4b 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,11 @@ Build-Depends: debhelper (>= 9), libpolkit-gobject-1-dev, Standards-Version: 3.9.3 Homepage: https://launchpad.net/indicator-session -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu +# 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-session/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-session/trunk.13.04/files Package: indicator-session Architecture: any -- cgit v1.2.3 From 1abf9207324cd9c666b18175c80e092d4a2e243b Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 15:46:25 -0500 Subject: Add gnome-common to Build-Depends. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 095dc4b..8bfe5b6 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, dh-translations, intltool, + gnome-common, libxorg-gtest-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), -- cgit v1.2.3 From 28909858fd6aa408085567a476df6998dcedcc96 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:41:15 -0500 Subject: Remove extra # typo in uploaders comment 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 8bfe5b6..a5b0e8b 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-session # 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-session/trunk.13.04 Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-session/trunk.13.04/files -- cgit v1.2.3 From dd0837dbc72722689d4cde1b1755138b9dd61ecd Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 10:41:20 -0500 Subject: Add libdbustest1-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 a5b0e8b..26f9ee3 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), intltool, gnome-common, libxorg-gtest-dev, + libdbustest1-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), libgconf2-dev, -- cgit v1.2.3 From 7bc7e239e80515951862d31c7f64441b4a47a5f8 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 10:54:03 -0500 Subject: Add libdbustest1-dev, dbus-test-runner to Build-Depends. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 26f9ee3..7a9d027 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), gnome-common, libxorg-gtest-dev, libdbustest1-dev, + dbus-test-runner, libgtk-3-dev, libglib2.0-dev (>= 2.33), libgconf2-dev, -- cgit v1.2.3 From 6f1b9150edbe7843b1a7815fa89661b36f0b35c3 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 12:13:28 -0500 Subject: Explicitly list libgtest-dev in Build-Depends, even though it does get pulled in via libxorg-gtest-dev. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7a9d027..de9dc22 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), intltool, gnome-common, libxorg-gtest-dev, + libgtest-dev, libdbustest1-dev, dbus-test-runner, libgtk-3-dev, -- cgit v1.2.3