[javatools] 01/07: Drop --parallel argument to dh sequencer (lintian warning)

tony mancill tmancill at debian.org
Sun Mar 11 19:30:32 GMT 2018


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

tmancill pushed a commit to branch master
in repository javatools.

commit 1c0a75261d4a0f9a82fd3a2544d2b63b61cdf3bd
Author: tony mancill <tmancill at debian.org>
Date:   Sun Mar 11 11:15:11 2018 -0700

    Drop --parallel argument to dh sequencer (lintian warning)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 85b5f76..703676a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ POD2MAN=pod2man --stderr --utf8 -c Javahelper -r "$(VERSION)"
 MOD_PATH:=lib/Debian/Javahelper
 
 %:
-	dh $@ --parallel
+	dh $@
 
 jh_lib.sh: jh_lib.sh.in
 	sed 's,%JAVATOOLS_VERSION%,${VERSION},' < $< > $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git



More information about the pkg-java-commits mailing list