diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-22 09:55:30 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-22 09:55:30 -0500 |
commit | 3d4c3f2d2f0ebf2b39738531bd8b708d53d2206f (patch) | |
tree | b43fcc6a9bbde59a321fc2dc43fd4b9fe716fb3b /debian | |
parent | a402b61b0acc81a808f9cb353e0df81bb9b14de0 (diff) | |
parent | c7e1740203b41bb9cb12da0ea97477363224e3ee (diff) | |
download | ayatana-indicator-power-3d4c3f2d2f0ebf2b39738531bd8b708d53d2206f.tar.gz ayatana-indicator-power-3d4c3f2d2f0ebf2b39738531bd8b708d53d2206f.tar.bz2 ayatana-indicator-power-3d4c3f2d2f0ebf2b39738531bd8b708d53d2206f.zip |
sync with trunk.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 14 |
2 files changed, 25 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 502975c..4f9edcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +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 ] diff --git a/debian/control b/debian/control index 0944f42..00c0864 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,20 @@ Section: gnome Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: cmake, - debhelper (>= 9), - dh-translations, - intltool, - libgtest-dev, + libnotify-dev (>= 0.7.6), 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, + 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 |