From 8c0a2145e1ddab78a070560e602d85c536a8a775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Steinbei=C3=9F?= Date: Tue, 18 Feb 2014 20:20:57 +0100 Subject: Add xfce4-powermanager as alternative recommend --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d64c903..b11fd60 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower, -Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings, +Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | xfce4-power-manager, indicator-applet (>= 0.2) | indicator-renderer, Description: Indicator showing power state. This indicator displays current power management information and gives -- cgit v1.2.3 From db0257786292c682cace8ebecf1f528ba2076fe4 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 15 Apr 2014 14:16:44 +0100 Subject: Build-Depend on python:any, for cross building. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b11fd60..28ab3fd 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev (>= 2.36), libgudev-1.0-dev, liburl-dispatcher1-dev, - python, + python:any, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From ed6ad9d72fbae298d3fedbe807ac154a780b8c23 Mon Sep 17 00:00:00 2001 From: Alberto Aguirre Date: Thu, 19 Jun 2014 10:32:17 -0500 Subject: Add powerd and unity-system-compositor to Depends --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 28ab3fd..80bbd2c 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower, + powerd, + unity-system-compositor Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | xfce4-power-manager, indicator-applet (>= 0.2) | indicator-renderer, Description: Indicator showing power state. -- cgit v1.2.3 From 0e5ceb9fafbbc06d3ecd066ad013dee69cd16af7 Mon Sep 17 00:00:00 2001 From: Alberto Aguirre Date: Fri, 20 Jun 2014 14:56:37 -0500 Subject: Specify required unity-system-compositor version --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 80bbd2c..f8e88b8 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower, powerd, - unity-system-compositor + unity-system-compositor (>= 0.0.4), Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | xfce4-power-manager, indicator-applet (>= 0.2) | indicator-renderer, Description: Indicator showing power state. -- cgit v1.2.3 From b6da25484160ddbea6a24da781bef0404b4e5cbf Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 24 Jun 2014 09:39:13 +0100 Subject: Change powerd/u-s-c dependency to a suggests These are optional components and aren't required/desired on desktop. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f8e88b8..e72d68f 100644 --- a/debian/control +++ b/debian/control @@ -24,10 +24,10 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower, - powerd, - unity-system-compositor (>= 0.0.4), Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | xfce4-power-manager, indicator-applet (>= 0.2) | indicator-renderer, +Suggests: powerd, + unity-system-compositor (>= 0.0.4), Description: Indicator showing power state. This indicator displays current power management information and gives the user a way to access power management preferences. -- cgit v1.2.3 From 74b8522acb04f547cf291d33c237478a98f6e5d8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Jul 2014 01:07:29 -0500 Subject: in debian/control and CMake files, add libnotify --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e72d68f..68df8bc 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, intltool, + libnotify-dev (>= 0.7.6), libgtest-dev, libglib2.0-dev (>= 2.36), libgudev-1.0-dev, -- cgit v1.2.3 From 69081d46fe77f2c8bd18dd56e6dbc7a3ceb0ee28 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Jul 2014 18:28:24 -0500 Subject: in debian/rules, remove autotool-specific bits --- debian/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e72d68f..f64bf41 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,6 @@ Section: gnome Priority: optional Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 9), - dh-autoreconf, - autopoint, intltool, libgtest-dev, libglib2.0-dev (>= 2.36), -- cgit v1.2.3 From 082a47c9b88daf003971b271a3de92b63dcb62d6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Jul 2014 18:59:29 -0500 Subject: add dh-translations to Build-Depends --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f64bf41..0944f42 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Source: indicator-power Section: gnome Priority: optional Maintainer: Ubuntu Core Developers -Build-Depends: debhelper (>= 9), +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, intltool, libgtest-dev, libglib2.0-dev (>= 2.36), -- cgit v1.2.3 From d5b42752328be0a217c1271656523399b8056f58 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 21 Jul 2014 12:21:54 -0500 Subject: add dbus-test-runner as a build dependency for tests --- debian/control | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4571741..487a244 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,18 @@ Section: gnome Priority: optional Maintainer: Ubuntu Core Developers Build-Depends: cmake, - debhelper (>= 9), - dh-translations, - intltool, libnotify-dev (>= 0.7.6), - libgtest-dev, libglib2.0-dev (>= 2.36), libgudev-1.0-dev, liburl-dispatcher1-dev, python:any, +# for packaging + debhelper (>= 9), + dh-translations, + intltool, +# for tests + libgtest-dev, + dbus-test-runner, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From 34925a76df4ff222f02a65adec9edf1f626c45ad Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 21 Jul 2014 18:04:55 -0500 Subject: in debian/control, add libdbustest1-dev to Build-Deps for tests --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 487a244..228d305 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: cmake, intltool, # for tests libgtest-dev, + libdbustest1-dev, dbus-test-runner, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power -- cgit v1.2.3 From f5db19df10ace0919ec13f83a751cc891d8a1741 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 21 Jul 2014 18:12:11 -0500 Subject: in debian/control, add python3-dbusmock to Build-Deps for tests --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 228d305..00c0864 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,9 @@ Build-Depends: cmake, intltool, # for tests libgtest-dev, - libdbustest1-dev, + python3-dbusmock, dbus-test-runner, + libdbustest1-dev, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power # If you aren't a member of ~indicator-applet-developers but need to upload -- cgit v1.2.3 From 9eee0b56872fdb9fcf5301525985821ea7bfb2af Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 22 Aug 2014 09:56:00 -0500 Subject: in debian/control, bump standards version from 3.9.2 to 3.9.5 to make lintian happy --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 00c0864..ec440a8 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: cmake, python3-dbusmock, dbus-test-runner, libdbustest1-dev, -Standards-Version: 3.9.2 +Standards-Version: 3.9.5 Homepage: https://launchpad.net/indicator-power # If you aren't a member of ~indicator-applet-developers but need to upload # packaging changes, just go ahead. ~indicator-applet-developers will notice -- cgit v1.2.3