This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jackson-module-afterburner.
commit 82c698013745cd44ec82c54a406644ffb8e9e894 Author: Tim Potter <[email protected]> Date: Thu Nov 6 13:11:20 2014 +1100 Export JAVA_HOME in d/rules --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index d88640a..30d8406 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ #export DH_VERSION=1 VERSION_FILE=src/main/java/com/fasterxml/jackson/module/afterburner/PackageVersion.java +export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --buildsystem=maven --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-afterburner.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

