[xslthl] 04/05: Address lintian warning about dh --parallel in debian/rules

tony mancill tmancill at debian.org
Sun Mar 4 18:48:13 GMT 2018


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

tmancill pushed a commit to branch master
in repository xslthl.

commit 054a1523a338bb50614694835fbb91df9d5e8ec7
Author: tony mancill <tmancill at debian.org>
Date:   Sun Mar 4 10:21:33 2018 -0800

    Address lintian warning about dh --parallel in debian/rules
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 14420b3..8093b77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel --buildsystem=maven
+	dh $@ --buildsystem=maven
 
 get-orig-source:
 	uscan --download-current-version --no-symlink

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



More information about the pkg-java-commits mailing list