aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog117
-rw-r--r--debian/control22
-rwxr-xr-xdebian/rules5
3 files changed, 133 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index dbb6ea0..499aac0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,120 @@
+indicator-power (12.10.6+14.10.20141006-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Move the position of this indicator on the panel. (LP: #1377294)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 06 Oct 2014 17:31:07 +0000
+
+indicator-power (12.10.6+14.10.20140912-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Restore the the brightness slider and have the brightness setting
+ persist between reboots. (LP: #1289470)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 12 Sep 2014 18:49:45 +0000
+
+indicator-power (12.10.6+14.10.20140909-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Add support for UPower 0.99. (LP: #1330037)
+ * When the phone's battery goes down past a certain level, pop up a
+ snap decision to warn the user. (LP: #1296431)
+
+ [ Ted Gould ]
+ * Synchronize process management across indicators
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 09 Sep 2014 04:22:52 +0000
+
+indicator-power (12.10.6+14.10.20140822-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Choose the icon that's closest to the current battery charge
+ percentage (LP: #1186181)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 22 Aug 2014 16:15:51 +0000
+
+indicator-power (12.10.6+14.10.20140814-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Re-use the same Translations.cmake file across indicators (LP:
+ #1354058)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 14 Aug 2014 14:51:02 +0000
+
+indicator-power (12.10.6+14.10.20140730-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Add low-battery notifications. (LP: #1317858)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 30 Jul 2014 10:52:39 +0000
+
+indicator-power (12.10.6+14.10.20140718-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Switch from automake/autoconf to CMake.
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 18 Jul 2014 21:33:30 +0000
+
+indicator-power (12.10.6+14.10.20140624-0ubuntu1) utopic; urgency=low
+
+ [ Alberto Aguirre ]
+ * Changes to address setBrightness interface moving from powerd to
+ unity-system-compositor
+
+ [ Iain Lane ]
+ * Drop powerd and u-s-c to suggests, since the code handles them not
+ being present and we don't need them on desktop (and they are in
+ universe).
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 24 Jun 2014 09:45:56 +0000
+
+indicator-power (12.10.6+14.10.20140611-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Prefer the 'battery-XXX-charging' (eg, 'battery-020-charging') icons
+ over the 'battery-low-charging' ones because the former are more
+ precise and likely closer to the actual battery level. (LP:
+ #1186181)
+
+ [ Iain Lane ]
+ * Remove the brightness slider from the phone menu. (LP: #1289470)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 11 Jun 2014 17:21:30 +0000
+
+indicator-power (12.10.6+14.10.20140428-0ubuntu1) utopic; urgency=low
+
+ [ Ricardo Salveti de Araujo ]
+ * Updating code to reflect latest powerd dbus API changes
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 28 Apr 2014 23:25:53 +0000
+
+indicator-power (12.10.6+14.04.20140411-0ubuntu1) trusty; urgency=low
+
+ [ Sebastien Bacher ]
+ * export an ubiquity profile, reusing the desktop_greeter object (LP:
+ #1306604)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 11 Apr 2014 14:01:36 +0000
+
+indicator-power (12.10.6+14.04.20140328-0ubuntu1) trusty; urgency=low
+
+ [ Charles Kerr ]
+ * If there are two batteries detected, combine their percentages and
+ their time-remainings as per the revised spec. (LP: #880881)
+
+ [ Lars Uebernickel ]
+ * Use com.canonical.indicator.basic menu item for device items That
+ menu item can handle non-square icons. (LP: #1263228)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 28 Mar 2014 16:10:45 +0000
+
+indicator-power (12.10.6+14.04.20140326-0ubuntu1) trusty; urgency=low
+
+ [ Y.C cheng ]
+ * Set brightness via powerd if it exist (using dbus) (LP: #1287599)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 26 Mar 2014 18:50:46 +0000
+
indicator-power (12.10.6+14.04.20140314-0ubuntu1) trusty; urgency=low
[ Charles Kerr ]
diff --git a/debian/control b/debian/control
index fa86f1d..ef641b4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,22 @@ Source: indicator-power
Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
- autopoint,
- intltool,
- libgtest-dev,
+Build-Depends: cmake,
+ libnotify-dev (>= 0.7.6),
libglib2.0-dev (>= 2.36),
libgudev-1.0-dev,
liburl-dispatcher1-dev,
- python,
-Standards-Version: 3.9.2
+ python:any,
+# for packaging
+ debhelper (>= 9),
+ dh-translations,
+ intltool,
+# for tests
+ libgtest-dev,
+ python3-dbusmock,
+ dbus-test-runner,
+ libdbustest1-dev,
+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
@@ -26,6 +32,8 @@ Depends: ${shlibs:Depends},
upower,
Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | switchboard-plug-power | 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.
diff --git a/debian/rules b/debian/rules
index 83edd94..885b94c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,7 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
- dh $@ --with autoreconf
-
-override_dh_autoreconf:
- NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+ dh $@ --with translations
override_dh_install:
find debian/indicator-power -name \*.la -delete