This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit 1f41f6778438dfb589dd2d1e827da6e82976aebc Author: Kai-Chung Yan <[email protected]> Date: Tue Jun 23 14:37:17 2015 +0800 d/rules: Move all clean operations to override_dh_auto_clean --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 3533311..a070a42 100755 --- a/debian/rules +++ b/debian/rules @@ -28,9 +28,6 @@ override_dh_auto_build: gradle $(GRADLE_TASKS) $(GRADLE_FLAGS) pandoc -s -o debian/gradle.1 debian/gradle.1.md - rm -rf .gradle/ .gradlehome/ buildSrc/.gradle/ buildSrc/build/ - rm -rf buildSrc/src/main/java/ - override_dh_auto_clean: dh_auto_clean @@ -57,4 +54,4 @@ get-orig-source: # gradle can be rebuilt from source. bootstrap: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ - ./debian/bootstrap.sh + ./debian/bootstrap.sh \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

