diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 114 | ||||
-rw-r--r-- | debian/control | 24 | ||||
-rwxr-xr-x | debian/rules | 5 |
3 files changed, 131 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index e108d70..a560af3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,117 @@ +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 ] + * Change the implementation of the title text / title accessible text + / menuitem text to follow the spec changes in + https://wiki.ubuntu.com/Power?action=diff&rev2=44&rev1=43#Title and + update the tests accordingly. (LP: #1234458) + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 14 Mar 2014 14:14:07 +0000 + +indicator-power (12.10.6+14.04.20140311-0ubuntu1) trusty; urgency=low + + [ Lars Uebernickel ] + * Add desktop_lockscreen profile + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 11 Mar 2014 18:33:10 +0000 + +indicator-power (12.10.6+14.04.20140306-0ubuntu1) trusty; urgency=low + + [ Simon Steinbeiß ] + * Add xfce4-powermanager as alternative recommend + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 06 Mar 2014 11:51:54 +0000 + indicator-power (12.10.6+14.04.20140207-0ubuntu1) trusty; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index d64c903..ec440a8 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 @@ -24,8 +30,10 @@ 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, +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 |