[med-svn] [sniffles] 06/07: debhelper 10 (making --parallel redundant)

Andreas Tille tille at debian.org
Fri Jan 13 14:39:33 UTC 2017


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

tille pushed a commit to branch master
in repository sniffles.

commit a76b1f3c4bfe71dfb3c67be0f8acbdea4c129872
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 13 15:10:36 2017 +0100

    debhelper 10 (making --parallel redundant)
---
 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 b509c02..441453d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ sniffles (1.0.2+ds-1) UNRELEASED; urgency=medium
   * New upstream version
   * Apply changes of `cme fix dpkg-control` manually to not conflict with
     Uploaders formating preferences
+  * debhelper 10
 
  -- Andreas Tille <tille at debian.org>  Fri, 13 Jan 2017 15:00:54 +0100
 
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 e67d7b7..617f6ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Afif Elghraoui <afif at debian.org>
 Section: science
 Priority: optional
 Build-Depends:
-	debhelper (>= 9),
+	debhelper (>= 10),
 	cmake,
 	libbamtools-dev,
 	libtclap-dev,
diff --git a/debian/rules b/debian/rules
index c22a2ed..2099f9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ space=
 space+=
 
 %:
-	dh $@ --parallel
+	dh $@
 
 
 override_dh_auto_build: debian/sniffles.1

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



More information about the debian-med-commit mailing list