This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository xsom.
commit 68435855919d3ae621ed4baec77666735e3f18bc Author: Timo Aaltonen <[email protected]> Date: Wed Feb 26 19:23:26 2014 +0200 remove target dir on clean --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9aa3de0..5011c53 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java clean:: - rm -rf build + rm -rf build target get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

