[Pkg-voip-commits] [belle-sip] 03/09: debian/compat: Bump debhelper compatibility level to 10

Johannes Schauer josch-guest at moszumanska.debian.org
Mon Apr 24 16:31:28 UTC 2017


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

josch-guest pushed a commit to branch master
in repository belle-sip.

commit ec532e4b8771add854d63a705c44ea9600c56d50
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Mon Apr 24 18:14:32 2017 +0200

    debian/compat: Bump debhelper compatibility level to 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 4 +---
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b79087..27978cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ belle-sip (1.6.1-1) UNRELEASED; urgency=medium
   * remove debian/libbellesip0.shlibs because of misleading version
     restriction
   * debian/rules: no need to add duplicate rule for "build"
+  * bump debhelper compatibility level to 10
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 23 May 2015 16:30:12 +0300
 
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 73e9493..570c7ce 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Mark Purcell <msp at debian.org>,
  Kilian Krause <kilian at debian.org>,
  Tzafrir Cohen <tzafrir at debian.org>,
  Daniel Gnoutcheff <daniel at gnoutcheff.name>
-Build-Depends: debhelper (>= 9), cmake (>= 3.0), intltool,
+Build-Depends: debhelper (>= 10), cmake (>= 3.0), intltool,
  libbctoolbox-dev, libantlr3c-dev, antlr3, zlib1g-dev | libz-dev
 Standards-Version: 3.9.8
 Homepage: http://www.linphone.org
diff --git a/debian/rules b/debian/rules
index 36b4d43..e2fe07f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DH_OPTS=--buildsystem=cmake
-
 %:
-	dh $@ ${DH_OPTS}
+	dh $@ --buildsystem=cmake
 
 # As of 1.5.0, upstream tree has a 'build' directory.
 .PHONY: build

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



More information about the Pkg-voip-commits mailing list