[gradle-1.12] 116/211: d/rules: Clean buildSrc/.gradle as well

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Jul 1 14:18:32 UTC 2015


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 f6ee300240e18aaaa0919e1e15fd84c184566289
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Wed May 27 22:48:46 2015 +0800

    d/rules: Clean buildSrc/.gradle as well
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2fb1a66..ec7721f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	dh_auto_clean
 	gradle clean $(GRADLE_FLAGS)
-	rm -rf .gradle .gradlehome debian/gradle.1
+	rm -rf .gradle/ .gradlehome/ debian/gradle.1 buildSrc/.gradle/
 
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git



More information about the pkg-java-commits mailing list