[asm] 01/02: disable shrink (Closes: #845606)
Tony Mancill
tmancill at moszumanska.debian.org
Mon Dec 5 05:07:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository asm.
commit bba9f30baba35d0312295751b05cf4881b9e1169
Author: tony mancill <tmancill at debian.org>
Date: Sun Dec 4 21:00:48 2016 -0800
disable shrink (Closes: #845606)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 734f78c..ed59b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ VERSION ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)[-+].*$$
dh $@ --with maven-repo-helper
override_dh_auto_build:
- dh_auto_build -- jar jdoc examples
+ dh_auto_build -- -Dproduct.noshrink=true jar jdoc examples
override_mh_install:
mh_install -e$(VERSION)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git
More information about the pkg-java-commits
mailing list