[hamradio-commits] [soapybladerf] 02/04: Raise debhelper compat level to 10

Andreas E. Bombe aeb at moszumanska.debian.org
Tue Jan 10 02:50:00 UTC 2017


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

aeb pushed a commit to branch master
in repository soapybladerf.

commit 4d40c8cb1cd413276528803d50402f391e42420e
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Jan 10 03:42:59 2017 +0100

    Raise debhelper compat level to 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 347b744..d066840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 soapybladerf (0.3.2-2) UNRELEASED; urgency=medium
 
   * Make soapysdr-module-bladerf Multi-Arch: same
+  * Raise debhelper compat level to 10
 
  -- Andreas Bombe <aeb at debian.org>  Tue, 10 Jan 2017 03:36:15 +0100
 
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 ac361c6..c4ec472 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
 Uploaders: Andreas Bombe <aeb at debian.org>
 Build-Depends:
-    debhelper (>= 9),
+    debhelper (>= 10),
     cmake,
     libsoapysdr-dev,
     libbladerf-dev
diff --git a/debian/rules b/debian/rules
index dac7c2d..276521a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"

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



More information about the pkg-hamradio-commits mailing list