diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-18 21:33:19 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-07-18 21:33:19 +0000 |
commit | 512426b01bfa72a3c0d21b1ffbefd46bd7ebe306 (patch) | |
tree | e897bb966a0530f67fb9cfd74e8cc391d6748e8b /debian | |
parent | 2d06cbb066f9ae0a0a49d5d260ebe28bb17311fc (diff) | |
parent | 9f1ebe8f6c412ab18bdf32bf949fc00152d9671b (diff) | |
download | ayatana-indicator-power-512426b01bfa72a3c0d21b1ffbefd46bd7ebe306.tar.gz ayatana-indicator-power-512426b01bfa72a3c0d21b1ffbefd46bd7ebe306.tar.bz2 ayatana-indicator-power-512426b01bfa72a3c0d21b1ffbefd46bd7ebe306.zip |
Switch from automake/autoconf to CMake.
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 | ||||
-rwxr-xr-x | debian/rules | 14 |
2 files changed, 4 insertions, 16 deletions
diff --git a/debian/control b/debian/control index e72d68f..0944f42 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: indicator-power Section: gnome Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> -Build-Depends: debhelper (>= 9), - dh-autoreconf, - autopoint, +Build-Depends: cmake, + debhelper (>= 9), + dh-translations, 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 |