[qdwizard] 04/06: Build with parallel to speed up dh commands

Markus Koschany apo-guest at moszumanska.debian.org
Sun Mar 6 15:06:11 UTC 2016


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

apo-guest pushed a commit to branch master
in repository qdwizard.

commit bd8d4612802f65e3c53c5ddecd9db86ffcde0d16
Author: Markus Koschany <apo at debian.org>
Date:   Sun Mar 6 15:45:08 2016 +0100

    Build with parallel to speed up dh commands
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4b2453b..aeb7942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@ --parallel --buildsystem=maven
 
 get-orig-source:
 	uscan --force-download --no-symlink

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



More information about the pkg-java-commits mailing list