[med-svn] [camp] 02/03: debhelper 10 (which enables parallel build as default)
Andreas Tille
tille at debian.org
Wed Nov 23 17:30:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository camp.
commit 2541b1a9084b57029b3c109254aa21b41fad3f2a
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 23 18:17:04 2016 +0100
debhelper 10 (which enables parallel build as 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 7af2608..00c5e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
camp (0.7.1.5-1) UNRELEASED; urgency=medium
+ [ Flavien Bridault ]
* New upstream version
* Removed Corentin Desfarges as Uploader
* Added myself as Uploader
@@ -8,6 +9,9 @@ camp (0.7.1.5-1) UNRELEASED; urgency=medium
* d/support_c++11.patch: Removed, was integrated upstream.
* cme fix dpkg-control
+ [ Andreas Tille ]
+ * debhelper 10 (which enables parallel build as default)
+
-- Flavien Bridault <fbridault at ircad.fr> Wed, 16 Nov 2016 14:59:56 +0100
camp (0.7.1.3-1) 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 298adff..a259809 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Flavien Bridault <fbridault at ircad.fr>
Section: science
Priority: optional
Build-Depends: cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
libboost-dev,
libboost-test-dev,
libqt4-dev
diff --git a/debian/rules b/debian/rules
index d8c99fa..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camp.git
More information about the debian-med-commit
mailing list