This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository jas-plotter.
commit 4d581733ab2e437ffa43c31d34dbcbc7c23c1d22 Author: Giovanni Mascellani <[email protected]> Date: Sat Apr 30 18:59:25 2016 +0200 Use dh. --- debian/rules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 9873a98..d06df2f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,11 @@ #!/usr/bin/make -f +# -*- makefile -*- -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk --include /usr/share/topgit/tg2quilt.mk +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --buildsystem=maven + -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/jas-plotter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

