This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jasperreports.
commit 1b0570cce0040c3c8a3e20013a755c08d199b830 Author: Markus Koschany <[email protected]> Date: Tue Oct 20 20:11:24 2015 +0200 debian/rules: Add -p option to mkdir --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5b800ca..8a9bcf2 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java dh $@ --parallel --with javahelper,jh_maven_repo_helper --buildsystem=ant override_dh_auto_build: - mkdir lib + mkdir -p lib ant alljars docs $(RM) -r lib -- 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

