[glpk-java] 06/07: d/rules: pass --disable-maven to configure.
Sébastien Villemot
sebastien at debian.org
Fri Jun 9 09:29:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository glpk-java.
commit 2cadf433758f20e08c9e436ee8b05fe4df0c7d74
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri Jun 9 11:13:21 2017 +0200
d/rules: pass --disable-maven to configure.
Otherwise, if maven is installed, the build system starts downloading tons of
Java packages.
Gbp-Dch: Full
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f12887f..294831c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
dh $@
override_dh_auto_configure:
- dh_auto_configure -- JAVA_HOME="/usr/lib/jvm/default-java/"
+ dh_auto_configure -- --disable-maven JAVA_HOME="/usr/lib/jvm/default-java/"
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk-java.git
More information about the debian-science-commits
mailing list