From 7c7458bb89015be2bbeea18a96a5f3c6a1af141d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 14:22:03 -0400 Subject: releasing version 0.1-0ubuntu1 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++++++ debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++ debian/rules | 17 +++++++++++++++++ debian/source/format | 1 + 6 files changed, 85 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..542e684 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +indicator-power (0.1-0ubuntu1) oneiric; urgency=low + + * Initial package (LP: #807132) + + -- Ken VanDine Thu, 07 Jul 2011 13:12:21 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fe8c7ca --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: indicator-power +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 8), + quilt, + libgtk-3-dev, + libindicator3-dev (>= 0.3.19), + libupower-glib-dev (>= 0.9.5), + libdbus-1-dev, + intltool +Standards-Version: 3.9.2 +Homepage: https://launchpad.net/indicator-power +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu + +Package: indicator-power +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-control-center (>= 3.1), gnome-power-manager +Recommends: indicator-applet (>= 0.2) | indicator-renderer +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/copyright b/debian/copyright new file mode 100644 index 0000000..7fc6418 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: indicator-power +Source: http://launchpad.net/indicator-power + +Files: * +Copyright: 2011 Canonical Ltd. + +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3, as published + by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: debian/* +Copyright: 2011 Ken VanDine +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f5334e1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_install: + find debian/indicator-power -name \*.la -delete + find debian/indicator-power -name \*.a -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3 From f3fe8b344a788210c0023e7bd316a3779812815a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 8 Jul 2011 10:05:25 -0400 Subject: releasing version 0.2-0ubuntu1 --- debian/changelog | 6 ++++-- debian/control | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1ada6eb..fcfdb40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -indicator-power (0.2-0ubuntu1) UNRELEASED; urgency=low +indicator-power (0.2-0ubuntu1) oneiric; urgency=low * New upstream release. + * debian/control + - Bump build depends for libindicator to >- 0.3.90 - -- Ken VanDine Fri, 08 Jul 2011 09:58:14 -0400 + -- Ken VanDine Fri, 08 Jul 2011 09:59:26 -0400 indicator-power (0.1-0ubuntu1) oneiric; urgency=low diff --git a/debian/control b/debian/control index fe8c7ca..7a6c8be 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 8), quilt, libgtk-3-dev, - libindicator3-dev (>= 0.3.19), + libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), libdbus-1-dev, intltool -- cgit v1.2.3 From f982b4425fd078533f0edc9619eb23ed97d7535b Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 19 Jul 2011 13:02:25 -0400 Subject: - Always select a device (LP: #810872) - Use the dbus interface provided in g-s-d 3.1.4 * debian/control - Added build depends for gnome-settings-daemon-dev >= 3.1.4 --- debian/changelog | 6 +++++- debian/control | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 77aacd4..ea92d0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ indicator-power (0.4-0ubuntu1) UNRELEASED; urgency=low * New upstream release. + - Always select a device (LP: #810872) + - Use the dbus interface provided in g-s-d 3.1.4 + * debian/control + - Added build depends for gnome-settings-daemon-dev >= 3.1.4 - -- Ken VanDine Tue, 19 Jul 2011 12:12:26 -0400 + -- Ken VanDine Tue, 19 Jul 2011 12:52:06 -0400 indicator-power (0.3-0ubuntu1) oneiric; urgency=low diff --git a/debian/control b/debian/control index 7a6c8be..0744ca5 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 8), libgtk-3-dev, libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), + gnome-settings-daemon-dev (>= 3.1.4), libdbus-1-dev, intltool Standards-Version: 3.9.2 -- cgit v1.2.3 From f459beee2fd4f48b084a84a8ce3acb628020f1ab Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 26 Jul 2011 16:35:23 -0400 Subject: releasing version 0.4-0ubuntu1 --- debian/changelog | 6 ++++-- debian/rules | 2 ++ debian/source_indicator-power.py | 12 ++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 debian/source_indicator-power.py (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ea92d0e..d687035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,14 @@ -indicator-power (0.4-0ubuntu1) UNRELEASED; urgency=low +indicator-power (0.4-0ubuntu1) oneiric; urgency=low * New upstream release. - Always select a device (LP: #810872) - Use the dbus interface provided in g-s-d 3.1.4 * debian/control - Added build depends for gnome-settings-daemon-dev >= 3.1.4 + * debian/source_indicator-power.py + - Install apport hook to collect upower -d output - -- Ken VanDine Tue, 19 Jul 2011 12:52:06 -0400 + -- Ken VanDine Tue, 26 Jul 2011 16:34:30 -0400 indicator-power (0.3-0ubuntu1) oneiric; urgency=low diff --git a/debian/rules b/debian/rules index f5334e1..63a4ed6 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,5 @@ override_dh_install: find debian/indicator-power -name \*.la -delete find debian/indicator-power -name \*.a -delete + mkdir -p debian/indicator-power/usr/share/apport/package-hooks/ + cp debian/source_indicator-power.py debian/indicator-power/usr/share/apport/package-hooks/ diff --git a/debian/source_indicator-power.py b/debian/source_indicator-power.py new file mode 100644 index 0000000..ea0cf0f --- /dev/null +++ b/debian/source_indicator-power.py @@ -0,0 +1,12 @@ +'''apport package hook for indicator-power + +(c) 2011 Canonical Ltd. +Author: Ken VanDine +''' + +from apport.hookutils import * +from os import path + +def add_info(report): + report['UPowerDump'] = command_output(['upower', '-d']) + return report -- cgit v1.2.3 From 20013a81b669c6cc85e42ae13fe64919431d657d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 28 Jul 2011 13:01:35 -0400 Subject: releasing version 0.4-0ubuntu2 --- debian/changelog | 9 +++++++++ debian/patches/fix_defines.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 9 +++------ 4 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 debian/patches/fix_defines.patch create mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d687035..9854623 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-power (0.4-0ubuntu2) oneiric; urgency=low + + * debian/patches/fix_defines.patch + - Use the HAVE_GSD defines so it works without gpm + * debian/rules + - added autoreconf + + -- Ken VanDine Thu, 28 Jul 2011 12:59:33 -0400 + indicator-power (0.4-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/patches/fix_defines.patch b/debian/patches/fix_defines.patch new file mode 100644 index 0000000..35d822a --- /dev/null +++ b/debian/patches/fix_defines.patch @@ -0,0 +1,25 @@ +=== modified file 'Makefile.am' +--- old/Makefile.am 2011-07-15 09:26:50 +0000 ++++ new/Makefile.am 2011-07-28 16:51:20 +0000 +@@ -13,6 +13,7 @@ + libpower_la_CFLAGS = \ + $(UPOWER_CFLAGS) \ + $(INDICATOR_CFLAGS) \ ++ -DHAVE_GSD \ + -Wall -Werror \ + -DG_LOG_DOMAIN=\"Indicator-Power\" + libpower_la_LIBADD = \ + +=== modified file 'configure.ac' +--- old/configure.ac 2011-07-18 13:40:17 +0000 ++++ new/configure.ac 2011-07-28 16:51:16 +0000 +@@ -39,7 +39,7 @@ + gtk+-3.0 >= $GTK_REQUIRED_VERSION + indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION + ]) +-PKG_CHECK_MODULES([GSD],[gnome-settings-daemon>= $GSD_REQUIRED_VERSION], ++PKG_CHECK_MODULES([GSD],[gnome-settings-daemon >= $GSD_REQUIRED_VERSION], + [have_gsd=yes],[have_gsd=no]) + AM_CONDITIONAL([HAVE_GSD],[test x$have_gsd = xyes]) + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..5eb90f8 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_defines.patch diff --git a/debian/rules b/debian/rules index 63a4ed6..3239663 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,13 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export AUTOPOINT = true + %: - dh $@ + dh $@ --with autoreconf override_dh_install: find debian/indicator-power -name \*.la -delete -- cgit v1.2.3 From 6b8997c9efca965290f4aca1ec1440e6b5c70a54 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 28 Jul 2011 15:02:58 -0400 Subject: releasing version 0.4-0ubuntu3 --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9854623..8560027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-power (0.4-0ubuntu3) oneiric; urgency=low + + * debian/control + - Added dh-autoreconf to build depends + + -- Ken VanDine Thu, 28 Jul 2011 15:02:03 -0400 + indicator-power (0.4-0ubuntu2) oneiric; urgency=low * debian/patches/fix_defines.patch diff --git a/debian/control b/debian/control index 0744ca5..c4d2700 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 8), libupower-glib-dev (>= 0.9.5), gnome-settings-daemon-dev (>= 3.1.4), libdbus-1-dev, + dh-autoreconf, intltool Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power -- cgit v1.2.3 From 28e2acba03c73cf34a10a8cbfc2f1b33d4324199 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 3 Aug 2011 13:29:34 -0400 Subject: releasing version 0.5-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7454cca..a7fa566 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (0.5-0ubuntu1) UNRELEASED; urgency=low +indicator-power (0.5-0ubuntu1) oneiric; urgency=low * New upstream release. - Set GETTEXT_PACKAGE to generate proper templates -- cgit v1.2.3 From 589843c802b543d0cb25b616e4e1ba9c557bdb9c Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 25 Aug 2011 09:58:40 -0400 Subject: releasing version 0.7-0ubuntu2 --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 279be85..b05682b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-power (0.7-0ubuntu2) oneiric; urgency=low + + * debian/control + - depend on gnome-settings-daemon instead of + gnome-power-manager (LP: #833397) + + -- Ken VanDine Thu, 25 Aug 2011 09:13:55 -0400 + indicator-power (0.7-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 01a422a..d378b1f 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu Package: indicator-power Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-control-center (>= 3.1), gnome-power-manager +Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-control-center (>= 3.1), gnome-settings-daemon Recommends: 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 f0c76b883bbd02592eca5e283c10d1f42135fd44 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 23 Sep 2011 14:13:13 -0400 Subject: releasing version 0.9-0ubuntu1 --- debian/changelog | 4 +++- debian/copyright | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 526ce0b..9cfa1bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (0.9-0ubuntu1) UNRELEASED; urgency=low +indicator-power (0.9-0ubuntu1) oneiric; urgency=low * New upstream release. - Use correct dgettext and g_dngettext calls (LP: #846895) @@ -10,6 +10,8 @@ indicator-power (0.9-0ubuntu1) UNRELEASED; urgency=low appear (LP: #854717) * po/POTFILES.in - Fixed gsettings schema filename + * debian/copyright + - Removed an extra line to make dep5 compliant -- Ken VanDine Fri, 23 Sep 2011 13:03:13 -0400 diff --git a/debian/copyright b/debian/copyright index 7fc6418..1f5be70 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,6 @@ Source: http://launchpad.net/indicator-power Files: * Copyright: 2011 Canonical Ltd. - License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published -- cgit v1.2.3 From ba7c3ca4fe3a1650f82513fbdbb162d38465f678 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 24 Jan 2012 22:20:08 -0500 Subject: no change rebuild for libindicator7 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8a563a0..09bae3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-power (0.10-0ubuntu2) UNRELEASED; urgency=low + + * no change rebuild for libindicator7 + + -- Ken VanDine Tue, 24 Jan 2012 12:58:33 -0500 + indicator-power (0.10-0ubuntu1) precise; urgency=low * New upstream release. -- cgit v1.2.3 From 1566633e5f966baf818d413c2166f4815780eedb Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 25 Jan 2012 09:58:45 -0500 Subject: releasing version 0.10-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 09bae3e..fe2f1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -indicator-power (0.10-0ubuntu2) UNRELEASED; urgency=low +indicator-power (0.10-0ubuntu2) precise; urgency=low * no change rebuild for libindicator7 - -- Ken VanDine Tue, 24 Jan 2012 12:58:33 -0500 + -- Ken VanDine Wed, 25 Jan 2012 09:58:07 -0500 indicator-power (0.10-0ubuntu1) precise; urgency=low -- cgit v1.2.3 From b33fcf3e703f9c6ed8e0be1aae92263e8697c551 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 14 Feb 2012 16:26:51 -0600 Subject: releasing version 1.90-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7764666..149d222 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-power (1.90-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-power (1.90-0ubuntu1~ppa1) precise; urgency=low * New upstream release. * Support for hiding of icon and settings for it as well * Adding a name hint - -- Ted Gould Tue, 14 Feb 2012 16:26:02 -0600 + -- Ted Gould Tue, 14 Feb 2012 16:26:48 -0600 indicator-power (0.10-0ubuntu2) precise; urgency=low -- cgit v1.2.3 From 9539d05451bcca54e455f4d1687f21d1051a6049 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 23 Feb 2012 00:35:34 -0600 Subject: releasing version 1.91-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7585383..c30a8d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-power (1.91-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-power (1.91-0ubuntu1~ppa1) precise; urgency=low * New upstream release. * Fix for the icon not changing when state changes (LP: #933466) * Fix accessible descriptions (LP: #891932) - -- Ted Gould Thu, 23 Feb 2012 00:32:33 -0600 + -- Ted Gould Thu, 23 Feb 2012 00:35:31 -0600 indicator-power (1.90-0ubuntu2) precise; urgency=low -- cgit v1.2.3 From eecdfb27f99f6247d2f709760c5fc62e8245e88a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 23 Feb 2012 02:47:47 -0500 Subject: releasing version 1.91-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c30a8d7..a59d955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (1.91-0ubuntu1~ppa1) precise; urgency=low +indicator-power (1.91-0ubuntu1) precise; urgency=low * New upstream release. * Fix for the icon not changing when state changes (LP: #933466) -- cgit v1.2.3 From 82e7ef00436297ab4de35ff4f09b90cbfda538fe Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 14 Mar 2012 19:44:02 +0100 Subject: releasing version 1.92-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1460ddb..ad914d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -indicator-power (1.92-0ubuntu1) UNRELEASED; urgency=low +indicator-power (1.92-0ubuntu1) precise; urgency=low * New upstream release. - -- Sebastien Bacher Wed, 14 Mar 2012 19:43:44 +0100 + -- Sebastien Bacher Wed, 14 Mar 2012 19:43:58 +0100 indicator-power (1.91-0ubuntu1) precise; urgency=low -- cgit v1.2.3 From abc3fafad6fd959defafc4b3c0cf4361aa14d22b Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 21 Mar 2012 12:47:39 -0500 Subject: releasing version 1.93-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7d31910..5cec256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-power (1.93-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-power (1.93-0ubuntu1~ppa1) precise; urgency=low * New upstream release. * Fix for translatable strings not being extracted for i18n (LP: #957542) - -- Charles Kerr Wed, 21 Mar 2012 12:45:40 -0500 + -- Charles Kerr Wed, 21 Mar 2012 12:47:31 -0500 indicator-power (1.92-0ubuntu1) precise; urgency=low -- cgit v1.2.3 From 4e4a8391cdfafaa00c3d606c5a4d90d0598cffbb Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 21 Mar 2012 15:29:32 -0400 Subject: releasing version 1.93-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5cec256..9d774b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (1.93-0ubuntu1~ppa1) precise; urgency=low +indicator-power (1.93-0ubuntu1) precise; urgency=low * New upstream release. * Fix for translatable strings not being extracted for i18n (LP: #957542) -- cgit v1.2.3 From 6e6011e607b4c777eef092a85dc174d74cf99deb Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 11 Apr 2012 10:13:01 -0500 Subject: releasing version 2.0-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4b0cd8c..0a5b83e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -indicator-power (2.0-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-power (2.0-0ubuntu1~ppa1) precise; urgency=low * New upstream release. * Make menu items accessible with Orca Screen reader (LP: #953176) * Plug memory leaks when updating our icons - -- Charles Kerr Wed, 11 Apr 2012 10:11:27 -0500 + -- Charles Kerr Wed, 11 Apr 2012 10:12:54 -0500 indicator-power (1.93-0ubuntu1) precise; urgency=low -- cgit v1.2.3 From bd7a606363967333bc33e4c0ab7a1c50824e96ef Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 11 Apr 2012 14:16:23 -0400 Subject: releasing version 2.0-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0a5b83e..5016108 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (2.0-0ubuntu1~ppa1) precise; urgency=low +indicator-power (2.0-0ubuntu1) precise; urgency=low * New upstream release. * Make menu items accessible with Orca Screen reader (LP: #953176) -- cgit v1.2.3 From 79146a3b278f824a0dcc3500320504d70b3dfade Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 11 Jul 2012 21:46:44 +0200 Subject: releasing version 12.10.0-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a549ac0..56faa97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-power (12.10.0-0ubuntu1) UNRELEASED; urgency=low +indicator-power (12.10.0-0ubuntu1) quantal; urgency=low * New upstream release. * debian/control: updated glib requirement - -- Sebastien Bacher Wed, 11 Jul 2012 21:39:52 +0200 + -- Sebastien Bacher Wed, 11 Jul 2012 21:46:39 +0200 indicator-power (2.0-0ubuntu1) precise; urgency=low -- cgit v1.2.3 From d90c644ebb0bccdc2ce7ea89aa3f8dd01fee575e Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 22 Aug 2012 11:29:36 +0200 Subject: releasing version 12.10.1-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d55ef46..b08c8c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -indicator-power (12.10.1-0ubuntu1) UNRELEASED; urgency=low +indicator-power (12.10.1-0ubuntu1) quantal; urgency=low * New upstream release. - -- Sebastien Bacher Wed, 22 Aug 2012 11:28:48 +0200 + -- Sebastien Bacher Wed, 22 Aug 2012 11:29:28 +0200 indicator-power (12.10.0-0ubuntu1) quantal; urgency=low -- cgit v1.2.3 From 938cb5db1032167f0ffdf777afd617adba0e5e9e Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Thu, 20 Sep 2012 11:04:57 +0200 Subject: releasing version 12.10.1-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7ed7637..04040b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-power (12.10.1-0ubuntu2) UNRELEASED; urgency=low +indicator-power (12.10.1-0ubuntu2) quantal; urgency=low * Cherry-pick: - Ensure the power indicator string translations are loaded. Thanks lars - -- Didier Roche Thu, 20 Sep 2012 11:03:45 +0200 + -- Didier Roche Thu, 20 Sep 2012 11:04:55 +0200 indicator-power (12.10.1-0ubuntu1) quantal; urgency=low -- cgit v1.2.3 From a42d1cd4536ece4b86c7345966a801d03114fc60 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 3 Oct 2012 21:31:41 +0200 Subject: releasing version 12.10.2-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 99141fa..495fb03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -indicator-power (12.10.2-0ubuntu1) UNRELEASED; urgency=low +indicator-power (12.10.2-0ubuntu1) quantal; urgency=low * New upstream release. - Show a more accurate view of discharging batteries (LP: #1054146) - Fix a GIcon memory leak - In device.c, include gi18n-lib.h instead of gi18n.h - -- Sebastien Bacher Wed, 03 Oct 2012 21:25:20 +0200 + -- Sebastien Bacher Wed, 03 Oct 2012 21:26:58 +0200 indicator-power (12.10.1-0ubuntu2) quantal; urgency=low -- cgit v1.2.3 From 74bed2a1ceda75184dbc174b457f5d09d3dd47f0 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Nov 2012 18:03:10 +0100 Subject: releasing version 12.10.4-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 76ab8f1..c7d1a85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-power (12.10.4-0ubuntu1) UNRELEASED; urgency=low +indicator-power (12.10.4-0ubuntu1) raring; urgency=low * New upstream release. - Show the proper icon for mice and ups devices. (LP: #1066208) - -- Sebastien Bacher Mon, 05 Nov 2012 12:38:15 +0100 + -- Sebastien Bacher Mon, 05 Nov 2012 12:41:37 +0100 indicator-power (12.10.2-0ubuntu1) quantal; urgency=low -- cgit v1.2.3 From 78e1bc5208971c966cc9bf734e5e2e378827b5e7 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 14 Nov 2012 11:14:13 +0100 Subject: releasing version 12.10.5-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8d2db74..77c9cc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-power (12.10.5-0ubuntu1) UNRELEASED; urgency=low +indicator-power (12.10.5-0ubuntu1) raring; urgency=low * New upstream release: - Fix a device display bug introduced in 12.10.3 (LP: #1075192) - -- Sebastien Bacher Wed, 14 Nov 2012 11:08:14 +0100 + -- Sebastien Bacher Wed, 14 Nov 2012 11:09:59 +0100 indicator-power (12.10.4-0ubuntu1) raring; urgency=low -- cgit v1.2.3 From 92871927bc2d82b2a2ffd32d4b58ea5bf2596d3f Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 13:55:13 -0500 Subject: Open new changelog entry. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 77c9cc2..0b2c5f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low + + * + + -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 + indicator-power (12.10.5-0ubuntu1) raring; urgency=low * New upstream release: -- cgit v1.2.3 From d18b6c276935d8c66d6013b00e04a02da575f689 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:38:42 -0500 Subject: * debian/control: - Bump Build-Depends on debhelper to (>= 9). --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0b2c5f8..636b222 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - * + * debian/control: + - Bump Build-Depends on debhelper to (>= 9). -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/control b/debian/control index cb19f9d..9e3a63a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: indicator-power Section: gnome Priority: optional Maintainer: Ubuntu Core Developers -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), libgtk-3-dev, libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), -- cgit v1.2.3 From d8f0f89c55127aa68f0ae0b25d0577874a9dcb1f Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:39:04 -0500 Subject: debian/compat: bump to compat level 9. --- debian/changelog | 1 + debian/compat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 636b222..aadf39d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Bump Build-Depends on debhelper to (>= 9). + * debian/compat: bump to compat level 9. -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 -- cgit v1.2.3 From c3848e4f51f788b0bf60b7bb55568dbcee09d980 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:40:39 -0500 Subject: - Reorganize Build-Depends for clarity; build system b-deps first. - Use trailing commas for dep lists, as per other indicator packages. --- debian/changelog | 2 ++ debian/control | 12 ++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index aadf39d..bc8dc80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Bump Build-Depends on debhelper to (>= 9). + - Reorganize Build-Depends for clarity; build system b-deps first. + - Use trailing commas for dep lists, as per other indicator packages. * debian/compat: bump to compat level 9. -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/control b/debian/control index 9e3a63a..0fe6c7f 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: gnome Priority: optional Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 9), + dh-autoreconf, + intltool, libgtk-3-dev, libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), gnome-settings-daemon-dev (>= 3.1.4), libdbus-1-dev, - dh-autoreconf, - intltool Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu @@ -18,8 +18,12 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu Package: indicator-power Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, upower, gnome-control-center (>= 3.1), gnome-settings-daemon -Recommends: indicator-applet (>= 0.2) | indicator-renderer +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upower, + gnome-control-center (>= 3.1), + gnome-settings-daemon, +Recommends: indicator-applet (>= 0.2) | indicator-renderer, 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 db6421cfe6e144b63eba450f9e6f9ebe46f44ce6 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:45:27 -0500 Subject: Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. --- debian/changelog | 1 + debian/control | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bc8dc80..b98ebc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - Bump Build-Depends on debhelper to (>= 9). - Reorganize Build-Depends for clarity; build system b-deps first. - Use trailing commas for dep lists, as per other indicator packages. + - Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. * debian/compat: bump to compat level 9. -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/control b/debian/control index 0fe6c7f..195d2e2 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,11 @@ Build-Depends: debhelper (>= 9), libdbus-1-dev, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-power -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-power/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-power/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-power/trunk.13.04/files Package: indicator-power Architecture: any -- cgit v1.2.3 From b4f0934ea725ea8fed2d27298127f62bdb15fc6b Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:46:50 -0500 Subject: * debian/rules: - use the dh sequencer with --with autoreconf. - override dh_autoreconf to call autogen.sh from upstream. --- debian/changelog | 3 +++ debian/rules | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b98ebc7..ceeea91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - Use trailing commas for dep lists, as per other indicator packages. - Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. * debian/compat: bump to compat level 9. + * debian/rules: + - use the dh sequencer with --with autoreconf. + - override dh_autoreconf to call autogen.sh from upstream. -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/rules b/debian/rules index 4bfb412..2484aa0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,10 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf + +override_dh_autoreconf: + NOCONFIGURE=1 dh-autoreconf ./autogen.sh override_dh_install: find debian/indicator-power -name \*.la -delete -- cgit v1.2.3 From 11b06f32bb7268ac66d12d91a4d079d314b99e48 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:51:39 -0500 Subject: use DPKG_GENSYMBOLS_CHECK_LEVEL=4. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ceeea91..f303796 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/rules: - use the dh sequencer with --with autoreconf. - override dh_autoreconf to call autogen.sh from upstream. + - use DPKG_GENSYMBOLS_CHECK_LEVEL=4. -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/rules b/debian/rules index 2484aa0..5490305 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + %: dh $@ --with autoreconf -- cgit v1.2.3 From 8989d86c70064791180a0fa3cafbe45f6369f6b0 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 14 Nov 2012 16:58:54 -0500 Subject: debian/rules: it's dh_autoreconf, not dh-autoreconf. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 5490305..bd1bd9c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 dh $@ --with autoreconf override_dh_autoreconf: - NOCONFIGURE=1 dh-autoreconf ./autogen.sh + NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_install: find debian/indicator-power -name \*.la -delete -- cgit v1.2.3 From 78fa11f9da94c63e181306ee58657b3c0afb761b Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 11:56:16 -0500 Subject: Add autopoint to Build-Depends. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f303796..5119541 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low * debian/control: - Bump Build-Depends on debhelper to (>= 9). - Reorganize Build-Depends for clarity; build system b-deps first. + - Add autopoint to Build-Depends. - Use trailing commas for dep lists, as per other indicator packages. - Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. * debian/compat: bump to compat level 9. diff --git a/debian/control b/debian/control index 195d2e2..97bee5c 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers Build-Depends: debhelper (>= 9), dh-autoreconf, + autopoint, intltool, libgtk-3-dev, libglib2.0-dev (>= 2.33), -- cgit v1.2.3 From 43db0f08ea0eceb7e1ae6593acd38eae370ed72b Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 12:05:00 -0500 Subject: Add libxorg-gtest-dev to Build-Depends for unit tests. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5119541..07ba2eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - Bump Build-Depends on debhelper to (>= 9). - Reorganize Build-Depends for clarity; build system b-deps first. - Add autopoint to Build-Depends. + - Add libxorg-gtest-dev to Build-Depends for unit tests. - Use trailing commas for dep lists, as per other indicator packages. - Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. * debian/compat: bump to compat level 9. diff --git a/debian/control b/debian/control index 97bee5c..b08c6d0 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, intltool, + libxorg-gtest-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), -- cgit v1.2.3 From d82a5a99ac0ca0cdcd8f5f5a9a7f447f0a886114 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 12:14:24 -0500 Subject: Add libgtest-dev to Build-Depends for unit tests. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 07ba2eb..8130033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - Reorganize Build-Depends for clarity; build system b-deps first. - Add autopoint to Build-Depends. - Add libxorg-gtest-dev to Build-Depends for unit tests. + - Add libgtest-dev to Build-Depends for unit tests. - Use trailing commas for dep lists, as per other indicator packages. - Update Vcs-Bzr and Vcs-Browser fields, add notice to uploaders. * debian/compat: bump to compat level 9. diff --git a/debian/control b/debian/control index b08c6d0..b53f5be 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), autopoint, intltool, libxorg-gtest-dev, + libgtest-dev, libgtk-3-dev, libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), -- cgit v1.2.3 From 721e3c4f3bdc9487eef51f7a4bc83a06dd2be3ec Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Thu, 15 Nov 2012 12:20:50 -0500 Subject: make sure we call dh_install --fail-missing in the dh_install override, to be consistent with other indicator packages. --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8130033..f002751 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ indicator-power (12.10.6-0ubuntu1) UNRELEASED; urgency=low - use the dh sequencer with --with autoreconf. - override dh_autoreconf to call autogen.sh from upstream. - use DPKG_GENSYMBOLS_CHECK_LEVEL=4. + - make sure we call dh_install --fail-missing in the dh_install override, + to be consistent with other indicator packages. -- Mathieu Trudel-Lapierre Wed, 14 Nov 2012 13:55:03 -0500 diff --git a/debian/rules b/debian/rules index bd1bd9c..83edd94 100755 --- a/debian/rules +++ b/debian/rules @@ -15,5 +15,6 @@ override_dh_autoreconf: override_dh_install: find debian/indicator-power -name \*.la -delete find debian/indicator-power -name \*.a -delete + dh_install --fail-missing mkdir -p debian/indicator-power/usr/share/apport/package-hooks/ cp debian/source_indicator-power.py debian/indicator-power/usr/share/apport/package-hooks/ -- cgit v1.2.3