This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jasperreports.
commit 5d7f14d3b6ead5f8c2d98de19781669d1c99544c Author: Markus Koschany <[email protected]> Date: Tue Oct 20 15:03:31 2015 +0200 Create the lib directory to allow building with debuild and Co. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 7c005ae..5b800ca 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java dh $@ --parallel --with javahelper,jh_maven_repo_helper --buildsystem=ant override_dh_auto_build: + mkdir lib ant alljars docs + $(RM) -r lib get-orig-source: uscan --verbose --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasperreports.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

