[Pkg-voip-commits] [pjproject] 11/45: Bump debhelper compatibility level to 10. Adjust rules to use dh_autoreconf. Tighten build-dependency on debhelper.

Jonas Smedegaard dr at jones.dk
Tue Jun 7 22:01:21 UTC 2016


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

js pushed a commit to branch master
in repository pjproject.

commit 709842b7ff4b40896df07eee2feff589c1403f6e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 7 14:13:56 2016 +0200

    Bump debhelper compatibility level to 10. Adjust rules to use dh_autoreconf. Tighten build-dependency on debhelper.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 9 ++++-----
 3 files changed, 6 insertions(+), 7 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 67b4af0..33a8a64 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Jeremy Lainé <jeremy.laine at m4x.org>,
  Tzafrir Cohen <tzafrir at debian.org>
 Build-Depends:
  autotools-dev,
- debhelper,
+ debhelper (>= 9.20160403~),
  dh-autoreconf,
  dh-python,
  d-shlibs,
diff --git a/debian/rules b/debian/rules
index 445fe22..dbedb93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,12 @@ pybuild = pybuild -d pjsip-apps/src/python --pyver 2.7
 # existing directory 'build'. .PHONY doesn't seem to be good enough with
 # the wildcard target. Any better way?
 %:
-	dh $@ --with autotools_dev,python2,pkgkde_symbolshelper
+	dh $@ --with python2,pkgkde_symbolshelper
 build:
-	dh $@ --with autotools_dev,python2,pkgkde_symbolshelper
+	dh $@ --with python2,pkgkde_symbolshelper
 
-# In case it would be needed:
-#override_dh_autoreconf:
-#	dh_autoreconf autoconf aconfigure.ac >aconfigure
+override_dh_autoreconf:
+	dh_autoreconf autoconf aconfigure.ac >aconfigure
 
 override_dh_auto_clean:
 	# Handle the case where the source tree is not configured.

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



More information about the Pkg-voip-commits mailing list