[proguard] 05/12: Use ant command instead of dh_auto_build
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Feb 6 19:21:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository proguard.
commit 7139351fd94d361954dd8e10d7473e2e3f1df544
Author: Markus Koschany <apo at debian.org>
Date: Sat Feb 6 19:00:45 2016 +0100
Use ant command instead of dh_auto_build
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 56a89d2..45d05b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
dh $@ --parallel --buildsystem=ant
override_dh_auto_build:
- dh_auto_build -buildfile buildscripts/build.xml basic anttask gradletask
+ ant -buildfile buildscripts/build.xml basic anttask gradletask
override_dh_auto_clean:
ant -buildfile buildscripts/build.xml classes lib clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/proguard.git
More information about the pkg-java-commits
mailing list