[jabref] 01/07: d/rules - gradle

Tony Mancill tmancill at moszumanska.debian.org
Fri Nov 18 04:02:34 UTC 2016


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

tmancill pushed a commit to branch dev
in repository jabref.

commit cc3f64139bb428b517db15782913fbcd35be5dab
Author: tony mancill <tmancill at debian.org>
Date:   Wed Nov 16 21:05:20 2016 -0800

    d/rules - gradle
---
 debian/rules | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3bc504a..b006ccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,22 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	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_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

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



More information about the pkg-java-commits mailing list