[med-svn] [axe-demultiplexer] 01/02: debhelper 10 (makes --parallel in d/rules superflous)

Andreas Tille tille at debian.org
Sun Dec 4 08:06:22 UTC 2016


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

tille pushed a commit to branch master
in repository axe-demultiplexer.

commit 1c728ab472d0022f32ec14c52fb2e4c9c73ad335
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 4 08:57:20 2016 +0100

    debhelper 10 (makes --parallel in d/rules superflous)
---
 debian/changelog | 4 ++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db1f901..6916090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 axe-demultiplexer (0.3.2+dfsg-1) UNRELEASED; urgency=medium
 
+  [ Kevin Murray ]
   * New upstream version 0.3.2
   * Bump standards-version to 3.9.8
   * Update uploader email
 
+  [ Andreas Tille ]
+  * debhelper 10 (makes --parallel in d/rules superflous)
+
  -- Kevin Murray <kdmfoss at gmail.com>  Thu, 01 Dec 2016 12:32:30 +1100
 
 axe-demultiplexer (0.3.1-4) unstable; urgency=low
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 3833d94..7632a63 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Kevin Murray <kdmfoss at gmail.com>
 Section: science
 Priority: optional
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                cmake,
                zlib1g-dev,
                libqes-dev,
diff --git a/debian/rules b/debian/rules
index 1d3913b..bcc9077 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --buildsystem=cmake
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/axe-demultiplexer.git



More information about the debian-med-commit mailing list