This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch dev in repository jabref.
commit 07c2195fa259500d1b8ab9b41fe924f40fe4b647 Author: tony mancill <[email protected]> Date: Sun Dec 4 12:02:05 2016 -0800 install jabref java-wrapper script --- debian/rules | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/debian/rules b/debian/rules index b006ccc..2fc7ddd 100755 --- a/debian/rules +++ b/debian/rules @@ -3,20 +3,6 @@ %: dh $@ --buildsystem=gradle -#override_dh_auto_clean: -# # ant clean fails if build.xml is not patched -# $(RM) -r $(CURDIR)/build -# -#override_dh_auto_build: -# JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \ -# dh_auto_build -# -#override_dh_auto_test: -# ANT_OPTS=-Dfile.encoding=iso-8859-1 ant compiletest -# -#override_dh_auto_install: -# dh_auto_install -# install -m 755 debian/jabref-wrapper $(CURDIR)/debian/jabref/usr/bin/jabref -# -#override_dh_installchangelogs: -# dh_installchangelogs src/txt/CHANGELOG +override_dh_auto_install: + dh_auto_install + install -m 755 debian/jabref-wrapper $(CURDIR)/debian/jabref/usr/bin/jabref -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

