This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit daac614ff465f0521b97165c58f0d2eecf66800d Author: Stuart Prescott <[email protected]> Date: Sun May 3 16:51:56 2009 +0000 * modify clean target to properly clean up after build --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a5a0587..300cc92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ latexdraw (2.0.2+1-1) unstable; urgency=low * New upstream release. + * Modify clean target to properly clean up. - -- Stuart Prescott <[email protected]> Fri, 24 Apr 2009 00:35:32 +0100 + -- Stuart Prescott <[email protected]> Sun, 03 May 2009 17:51:09 +0100 latexdraw (2.0.1+1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b5d8d7d..f86575a 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ clean: rm -f build-stamp find . -name \*.jar -exec rm -f {} \; find . -name \*.class -exec rm -f {} \; - rm -rf out/* out/.cache api/ + rm -rf out/ api/ dh_clean # A target for building the API docs with javadoc is provided here -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

