[bnd] 21/32: d/rules: Remove "cnf/ext/central.mvn" which somehow forces Gradle to access internet

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Sat Mar 10 07:27:33 GMT 2018


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

seamlik-guest pushed a commit to branch master
in repository bnd.

commit 213b4af5d2e6d613e1464d1f50d721951fcf0162
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date:   Sat Mar 3 14:43:31 2018 +0800

    d/rules: Remove "cnf/ext/central.mvn" which somehow forces Gradle to access internet
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 936fc6c..8d57c93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,7 @@ override_dh_auto_build:
 	ln -s /usr/share/java/snakeyaml.jar cnf/repo/org.yaml.snakeyaml/org.yaml.snakeyaml-latest.jar
 	ln -s /usr/share/java/xz.jar cnf/repo/org.tukaani.xz/org.tukaani.xz-latest.jar
 	$(RM) -r biz.aQute.repository/src/aQute/bnd/jpm # This package depends on non-free code
+	$(RM) cnf/ext/central.mvn # Somehow it forces Gradle to access internet.
 	dh_auto_build -- :biz.aQute.bnd:assemble \
 	                 :biz.aQute.launcher:assemble \
 	                 :biz.aQute.junit:assemble \

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



More information about the pkg-java-commits mailing list