[sagemath] 01/01: Pass extra flags to sbuild via EXTRA_SBUILD_FLAGS

Ximin Luo infinity0 at debian.org
Sat Jan 7 17:36:18 UTC 2017


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

infinity0 pushed a commit to branch master
in repository sagemath.

commit 77e61e95f1eac1024062484283a89fa0eb795329
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Jan 7 18:33:59 2017 +0100

    Pass extra flags to sbuild via EXTRA_SBUILD_FLAGS
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index a214396..4011dcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -286,6 +286,7 @@ release: ../sagemath_$(DEB_VERSION).dsc
 	cd .. && sbuild \
 	  --build-dep-resolver=aspcud \
 	  --build-failed-commands '%SBUILD_SHELL' \
+	  $(EXTRA_SBUILD_FLAGS) \
 	  "sagemath_$(DEB_VERSION).dsc"
 
 release-experimental: ../sagemath_$(DEB_VERSION).dsc
@@ -297,4 +298,5 @@ release-experimental: ../sagemath_$(DEB_VERSION).dsc
 	  --extra-repository-key=$(CURDIR)/debian/deb-sci-sage.asc \
 	  --build-dep-resolver=aspcud \
 	  --build-failed-commands '%SBUILD_SHELL' \
+	  $(EXTRA_SBUILD_FLAGS) \
 	  "sagemath_$(DEB_VERSION).dsc"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list