This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovy2.
commit bbd41b0ac6ff1c7967b94579648bbf13c1853455 Author: Emmanuel Bourg <[email protected]> Date: Mon May 2 21:48:34 2016 +0200 Install the versionless links in /usr/share/java --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 99b6795..4a08fbc 100755 --- a/debian/rules +++ b/debian/rules @@ -30,10 +30,10 @@ override_dh_auto_install: usr/share/groovy/embeddable # groovy core mh_installpom -o -v -pgroovy debian/poms/groovy.pom - mh_installjar -pgroovy -l -s debian/poms/groovy.pom target/libs/groovy-$(VERSION).jar + 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_installjar -pgroovy -l -s 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 \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

