[med-svn] [bowtie2] 09/10: --parallel is redundant when using debhelper 10
Andreas Tille
tille at debian.org
Mon Jan 9 12:30:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository bowtie2.
commit 3e7636664f685594a4f9b40e6387358603317064
Author: Andreas Tille <tille at debian.org>
Date: Mon Jan 9 13:29:06 2017 +0100
--parallel is redundant when using debhelper 10
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index df8b924..1de0ee8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ endif
export EXTRA_OPTIONS
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_build:
dh_auto_build -- EXTRA_FLAGS="-std=c++98 $(LDFLAGS)" $(EXTRA_OPTIONS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git
More information about the debian-med-commit
mailing list