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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

