This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit 008ee55e6497ec7faf8d12facf16f5bd5edcbced Author: Chris Lamb <[email protected]> Date: Wed May 22 23:46:44 2013 +0100 Need to create "classes" dir. Signed-off-by: Chris Lamb <[email protected]> --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index c3d88db..e3a08f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jasmin-sable (2.4.0-2) UNRELEASED; urgency=low * Fix "Transition package to default java implementation" - apply patch from Ubuntu / James Page. Thanks to gregor herrmann <[email protected]>. (Closes: #683543) + * Need to create "classes" dir. -- Chris Lamb <[email protected]> Sat, 26 Feb 2011 22:07:58 +0000 diff --git a/debian/rules b/debian/rules index 5f82c2d..5bead94 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ endif dh $@ override_dh_auto_build: + mkdir classes ant build_parser jasmin-jar override_dh_auto_clean: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

