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

tille pushed a commit to branch master
in repository seqan2.

commit 4317cafc5eaa28fea5816e3937aad45effb48908
Author: Andreas Tille <ti...@debian.org>
Date:   Mon Nov 20 09:15:25 2017 +0100

    d/rules: drop --parallel which is redundant for debhelper 10
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9298143..18312ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ seqan2 (2.3.2+dfsg2-4) UNRELEASED; urgency=medium
 
   * Work around missing dir in indep-only builds
     Closes: #882169
+  * d/rules: drop --parallel which is redundant for debhelper 10
 
  -- Andreas Tille <ti...@debian.org>  Mon, 20 Nov 2017 09:12:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 6fe6f3b..5351dd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ pkgapps=seqan-apps
 pkgdev=libseqan2-dev
 
 %:
-       dh $@ --parallel
+       dh $@
 
 override_dh_auto_configure-arch:
        #       dh_auto_configure -- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS 
-DSEQAN_STATIC_APPS=False  # skip the tests for now

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

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to