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 -- debian/rules | 14 +------------- 2 files changed, 1 insertion(+), 15 deletions(-) (limited to 'debian') 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), diff --git a/debian/rules b/debian/rules index 36a22d7..885b94c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,20 +6,8 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 -ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) - TESTS=yes -else - TESTS=no -endif - %: - dh $@ --with autoreconf - -override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf ./autogen.sh - -override_dh_auto_configure: - dh_auto_configure -- --enable-tests=$(TESTS) + dh $@ --with translations override_dh_install: find debian/indicator-power -name \*.la -delete -- 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') 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 967a5479db7d280255f669102f045076e09420d8 Mon Sep 17 00:00:00 2001 From: CI bot Date: Fri, 18 Jul 2014 21:33:31 +0000 Subject: Releasing 12.10.6+14.10.20140718-0ubuntu1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1953488..502975c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-power (12.10.6+14.10.20140718-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Switch from automake/autoconf to CMake. + + -- Ubuntu daily release Fri, 18 Jul 2014 21:33:30 +0000 + indicator-power (12.10.6+14.10.20140624-0ubuntu1) utopic; urgency=low [ Alberto Aguirre ] -- cgit v1.2.3