[Pkg-voip-commits] [bctoolbox] 06/10: debian/compat: Bump debhelper compatibility level to 10

Johannes Schauer josch at moszumanska.debian.org
Mon Apr 24 07:12:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch debian/sid
in repository bctoolbox.

commit 14dbfa74742ba8d654677f7f9259f9e9c2e51dbe
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Mon Apr 24 08:26:55 2017 +0200

    debian/compat: Bump debhelper compatibility level to 10
    
    Explicitly select cmake as the build system because otherwise autoreconf
    will be run and autotools will be selected instead of cmake.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index fd018fe..0e5082c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: bctoolbox
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Daniel Gnoutcheff <daniel at gnoutcheff.name>
-Build-Depends: debhelper (>= 9), cmake (>= 2.8.12), libmbedtls-dev
+Build-Depends: debhelper (>= 10), cmake (>= 2.8.12), libmbedtls-dev
 Standards-Version: 3.9.8
 Section: libs
 Homepage: http://linphone.org/releases/sources/bctoolbox/
diff --git a/debian/rules b/debian/rules
index 6d88d1b..615eae7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 .PHONY: build
 
 %:
-	dh $@
+	dh $@ --buildsystem=cmake
 
 # As of version 0.4.0, upstream recommends CMake for configuration.
 # Requires CUnit 3.x by default, which is not available in Debian as of Dec

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list