[SCM] libgpars-groovy-java: open-source concurrency library for Groovy branch, master, updated. debian/0.10-1-4-ge452a2c

Miguel Landaeta miguel at miguel.cc
Tue Oct 18 01:57:22 UTC 2011


The following commit has been merged in the master branch:
commit e452a2c8920a6aab889c5a7c3a03332a3048ff86
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Mon Oct 17 21:19:54 2011 -0430

    Fix dh7 helper arguments ordering

diff --git a/debian/rules b/debian/rules
index 9e19e41..1609791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh --with javahelper $@
+	dh $@ --with javahelper
 
 override_jh_build:
 	ant -f debian/build.xml

-- 
libgpars-groovy-java: open-source concurrency library for Groovy



More information about the pkg-java-commits mailing list