[hamradio-commits] [soapyremote] 02/02: Remove --parallel from dh invocation, default in compat 10

Andreas E. Bombe aeb at moszumanska.debian.org
Thu Dec 8 19:00:22 UTC 2016


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

aeb pushed a commit to branch master
in repository soapyremote.

commit 1fd25ed7308168938a0798350d6f71ea0a036571
Author: Andreas Bombe <aeb at debian.org>
Date:   Thu Dec 8 19:55:09 2016 +0100

    Remove --parallel from dh invocation, default in compat 10
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3c0026e..a9545e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ soapyremote (0.3.2-1) UNRELEASED; urgency=medium
   * New upstream release
   * Remove local manpage, it was merged upstream
   * Make soapysdr-module-remote Multi-Arch: same
+  * Remove --parallel from dh invocation, default in compat 10
 
  -- Andreas Bombe <aeb at debian.org>  Thu, 08 Dec 2016 14:18:53 +0100
 
diff --git a/debian/rules b/debian/rules
index ebd017e..1e0e347 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/soapyremote.git



More information about the pkg-hamradio-commits mailing list