[groovy] 03/05: Removed the verbose mode on mh_installpom

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Oct 9 12:42:41 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository groovy.

commit e274f6b67d692f474c5981c402c4ee76c99a1118
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Oct 9 09:37:38 2016 +0200

    Removed the verbose mode on mh_installpom
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a832fba..f4e84ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ groovy (2.4.7-3) UNRELEASED; urgency=medium
   * Team upload.
   * Fail the build if AntBuilder isn't in groovy-all.jar (Closes: #839896)
   * Remove the .java directory created in the build directory
+  * Removed the verbose mode on mh_installpom
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sun, 09 Oct 2016 09:27:40 +0200
 
diff --git a/debian/rules b/debian/rules
index a82a72f..90b2dc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,15 +33,15 @@ override_dh_auto_install:
 		target/distributions/bin/groovy-$(VERSION)/embeddable/groovy-all-$(VERSION)-indy.jar \
 		usr/share/groovy/embeddable
 	# groovy core
-	mh_installpom -o -v -pgroovy debian/poms/groovy.pom
+	mh_installpom -o -pgroovy debian/poms/groovy.pom
 	mh_installjar -pgroovy -l debian/poms/groovy.pom target/libs/groovy-$(VERSION).jar
 	# groovy-all
-	mh_installpom -o -v -pgroovy debian/poms/groovy-all.pom
+	mh_installpom -o -pgroovy debian/poms/groovy-all.pom
 	mh_installjar -pgroovy -l debian/poms/groovy-all.pom \
 		target/distributions/bin/groovy-$(VERSION)/embeddable/groovy-all-$(VERSION).jar
 	# all the remaining groovy modules
 	for MOD in $(MODULES); do \
-	   mh_installpom -o -v -pgroovy debian/poms/groovy-$$MOD.pom; \
+	   mh_installpom -o -pgroovy debian/poms/groovy-$$MOD.pom; \
 	   mh_installjar -pgroovy debian/poms/groovy-$$MOD.pom \
 	      subprojects/groovy-$$MOD/target/libs/groovy-$$MOD-$(VERSION).jar; \
 	done

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



More information about the pkg-java-commits mailing list