[sagemath] 06/07: EXTRA_SBUILD_FLAGS => SBUILD_EXTRA_FLAGS

Ximin Luo infinity0 at debian.org
Thu Aug 17 13:24:25 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 ee16766552cc488fb88fc9e53be659f681fdc612
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Aug 17 14:15:58 2017 +0200

    EXTRA_SBUILD_FLAGS => SBUILD_EXTRA_FLAGS
    
    My hand keeps auto-typing the latter one for some reason
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3bf87c2..31a65e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -295,14 +295,14 @@ endif
 release: $(REBUILD_RELEASE)
 	! $(is_prerelease)
 	cd .. && $(SBUILD) \
-	  $(EXTRA_SBUILD_FLAGS) \
+	  $(SBUILD_EXTRA_FLAGS) \
 	  "sagemath_$(DEB_VERSION).dsc"
 
 release-experimental: $(REBUILD_RELEASE)
 	! $(is_prerelease)
 	cd .. && $(SBUILD) \
 	  $(SBUILD_REPO_EXPERIMENTAL) --build-dep-resolver=aspcud \
-	  $(EXTRA_SBUILD_FLAGS) \
+	  $(SBUILD_EXTRA_FLAGS) \
 	  "sagemath_$(DEB_VERSION).dsc"
 
 release-deb-sci-sage: $(REBUILD_RELEASE)
@@ -312,5 +312,5 @@ release-deb-sci-sage: $(REBUILD_RELEASE)
 	  --chroot-setup-commands='apt-get install -y apt-transport-https' \
 	  --extra-repository='deb https://debian-science.alioth.debian.org/apt sid-sage/' \
 	  --extra-repository-key=$(CURDIR)/debian/deb-sci-sage.asc \
-	  $(EXTRA_SBUILD_FLAGS) \
+	  $(SBUILD_EXTRA_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