[med-svn] [orthanc] 01/03: debhelper 10 is using --parallel per default
Andreas Tille
tille at debian.org
Wed Dec 14 06:12:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository orthanc.
commit 4e486ca807ab63d172fad653895973c5b90fb930
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 14 06:37:03 2016 +0100
debhelper 10 is using --parallel per default
---
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 1d46fac..3048652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
orthanc (1.2.0+dfsg-1) UNRELEASED; urgency=medium
+ [ Sebastien Jodogne ]
* New upstream version
+ [ Andreas Tille ]
+ * debhelper 10
+
-- Sebastien Jodogne <s.jodogne at gmail.com> Tue, 13 Dec 2016 20:39:57 +0100
orthanc (1.1.0+dfsg-3) unstable; urgency=medium
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 16d6a80..935eb7d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Sebastien Jodogne <s.jodogne at gmail.com>,
Section: science
Priority: optional
Build-Depends: cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
doxygen,
libboost-all-dev,
libcharls-dev,
diff --git a/debian/rules b/debian/rules
index ab256a3..cecc143 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export UPSTREAM_VERSION := $(shell echo "$(DEBIAN_VERSION)" | cut -d '+' -f 1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --parallel --builddirectory=Build
+ dh $@ --builddirectory=Build
# Remarks about the flags to CMake below:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/orthanc.git
More information about the debian-med-commit
mailing list