This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgpars-groovy-java.
commit 0be27f8725b6c0628df6b6682cd743df56767f2a Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 16 15:29:51 2015 +0200 Simplified the clean target --- debian/changelog | 7 +++++++ debian/rules | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5cb4859..0b1c107 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgpars-groovy-java (1.2.1-5) UNRELEASED; urgency=medium + + * Team upload. + * debian/rules: Simplified the clean target + + -- Emmanuel Bourg <[email protected]> Fri, 16 Oct 2015 15:29:30 +0200 + libgpars-groovy-java (1.2.1-4) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index cc7bb3e..3596bbd 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,6 @@ export JAVA_HOME=/usr/lib/jvm/default-java override_dh_auto_build: dh_auto_build -- --project-prop finalRelease=true -Pgpars_groovyVersion=2.x -x zipDoc -x zipSrc assemble documentation -override_dh_auto_clean: - -rm -rf .gradle build buildSrc/.gradle buildSrc/build - get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

