[hamradio-commits] [soapyrtlsdr] 01/04: Raise debhelper compat level to 10

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


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

aeb pushed a commit to branch master
in repository soapyrtlsdr.

commit 2ff88356c42df6538ea6dcbb11eb411fc4da7310
Author: Andreas Bombe <aeb at debian.org>
Date:   Tue Jan 10 03:51:57 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index cd95266..26f6959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+soapyrtlsdr (0.2.2-2) UNRELEASED; urgency=medium
+
+  * Raise debhelper compat level to 10
+
+ -- Andreas Bombe <aeb at debian.org>  Tue, 10 Jan 2017 03:51:25 +0100
+
 soapyrtlsdr (0.2.2-1) unstable; urgency=medium
 
   * New upstream version 0.2.2
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 2a60894..7095d7b 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,
     librtlsdr-dev
diff --git a/debian/rules b/debian/rules
index 1e5b974..10c9d7a 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/soapyrtlsdr.git



More information about the pkg-hamradio-commits mailing list