[pkg-java] r18689 - trunk/httpunit/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 6 13:36:37 UTC 2015
Author: ebourg-guest
Date: 2015-05-06 13:36:37 +0000 (Wed, 06 May 2015)
New Revision: 18689
Modified:
trunk/httpunit/debian/rules
Log:
Fixed debian/rules for dh9
Modified: trunk/httpunit/debian/rules
===================================================================
--- trunk/httpunit/debian/rules 2015-05-06 13:11:29 UTC (rev 18688)
+++ trunk/httpunit/debian/rules 2015-05-06 13:36:37 UTC (rev 18689)
@@ -3,7 +3,7 @@
export JAVA_HOME := /usr/lib/jvm/default-java
%:
- dh --with javahelper --with jh_maven_repo_helper $@
+ dh $@ --with javahelper --with jh_maven_repo_helper
override_dh_auto_clean:
dh_auto_clean
More information about the pkg-java-commits
mailing list