[gradle-debian-helper] 01/01: Clean the generated POMs of the ignored subprojects

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 11 22:40:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository gradle-debian-helper.

commit 5fe873b6be86cd37f84c0deb7f9b8935004b1194
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 11 23:38:55 2016 +0100

    Clean the generated POMs of the ignored subprojects
---
 debian/changelog                             | 6 ++++++
 gradle-helper-plugin/src/main/perl/gradle.pm | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2d7832e..5e0ade2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gradle-debian-helper (1.4.2) unstable; urgency=medium
+
+  * Clean the generated POMs of the ignored subprojects
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 11 Nov 2016 23:27:06 +0100
+
 gradle-debian-helper (1.4.1) unstable; urgency=high
 
   * Fix a bug that comparing Maven POM dependencies may raise
diff --git a/gradle-helper-plugin/src/main/perl/gradle.pm b/gradle-helper-plugin/src/main/perl/gradle.pm
index 69719a0..0998ab5 100644
--- a/gradle-helper-plugin/src/main/perl/gradle.pm
+++ b/gradle-helper-plugin/src/main/perl/gradle.pm
@@ -62,6 +62,7 @@ sub clean {
 	my $this=shift;
 
 	$this->doit_in_builddir("find . -wholename .*build/tmp | xargs echo | sed -e 's^build/tmp^build^g' | xargs rm -Rf");
+	$this->doit_in_builddir("find . -wholename .*build/debian | xargs echo | sed -e 's^build/tmp^build^g' | xargs rm -Rf");
 	$this->doit_in_builddir("rm", "-Rf", "$this->{cwd}/.gradle", "$this->{cwd}/buildSrc/.gradle", ".m2");
 }
 

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



More information about the pkg-java-commits mailing list