[libnetlib-java] 01/22: Build with parallel
Markus Koschany
apo at moszumanska.debian.org
Sun May 8 22:30:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch experimental
in repository libnetlib-java.
commit fd83573cfde5917e1fc7c6aea055c6df6bf0d7a0
Author: Markus Koschany <apo at debian.org>
Date: Sun May 8 18:24:11 2016 +0200
Build with parallel
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index bde0193..a5f206b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,8 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
- dh $@ --buildsystem=maven --with javahelper
+ dh $@ --parallel --with javahelper --buildsystem=maven
override_dh_auto_build:
dh_auto_build -- install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git
More information about the pkg-java-commits
mailing list