[med-svn] [camitk] 01/03: debhelper compat=10 includes --parallel so it can be removed
Andreas Tille
tille at debian.org
Sat Dec 3 12:58:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/4.0.4-1
in repository camitk.
commit fdff2abd5c3ca7fd01dcc60685c214b2b6089b9d
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 2 23:46:54 2016 +0100
debhelper compat=10 includes --parallel so it can be removed
---
debian/changelog | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 497a2a7..2645183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ camitk (4.0.4-1) UNRELEASED; urgency=medium
* libdevel needs most of the build depends (needed for ci)
[ Andreas Tille ]
- * debhelper 10
+ * debhelper 10 (drop --parallel from d/rules)
* d/watch: version=4
-- Emmanuel Promayon <Emmanuel.Promayon at imag.fr> Fri, 02 Dec 2016 06:01:44 +0000
diff --git a/debian/rules b/debian/rules
index aac817e..02e5221 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ CMAKE_EXTRA_FLAGS = \
-DAPIDOC_SDK:BOOL=TRUE
%:
- dh $@ --parallel --builddirectory=camitk-build
+ dh $@ --builddirectory=camitk-build
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camitk.git
More information about the debian-med-commit
mailing list