[med-svn] [plastimatch] 01/02: debhelper 10 (no need to specify --parallel any more)

Andreas Tille tille at debian.org
Tue Dec 6 08:11:13 UTC 2016


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

tille pushed a commit to branch master
in repository plastimatch.

commit 651340b5c143d5e97ec8d295c92ce414f4a3f31b
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 6 08:43:26 2016 +0100

    debhelper 10 (no need to specify --parallel any more)
---
 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 f03d1d2..aabe313 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ plastimatch (1.6.5+dfsg.1-1) unstable; urgency=medium
 
   [ Andreas Tille ]
   * Architecture: any
+  * debhelper 10 (no need to specify --parallel any more)
 
  -- Gregory C. Sharp <gregsharp.geo at yahoo.com>  Sun, 04 Dec 2016 17:34:58 -0500
 
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 145c375..f9a6026 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Gregory C. Sharp <gregsharp.geo at yahoo.com>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                cmake,
                libblas-dev,
                libdcmtk-dev,
diff --git a/debian/rules b/debian/rules
index 67601dc..e3fdac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel
+	dh $@
 
 # CMAKE_PREFIX_PATH is used when building against ITK 3.20
 DEB_CMAKE_EXTRA_FLAGS += \

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



More information about the debian-med-commit mailing list