[sagemath] 01/01: Use d/rules release-deb-sci-sage to build with deb-sci-sage, release-experimental to build with experimental sources.

Tobias Hansen thansen at moszumanska.debian.org
Wed Mar 15 23:36:00 UTC 2017


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

thansen pushed a commit to branch master
in repository sagemath.

commit 3dbbe1fd54450b9ef4ab4eb123b066a732ee74c3
Author: Tobias Hansen <thansen at debian.org>
Date:   Wed Mar 15 23:35:38 2017 +0000

    Use d/rules release-deb-sci-sage to build with deb-sci-sage, release-experimental to build with experimental sources.
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 33d673d..15e196a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -279,6 +279,15 @@ release: ../sagemath_$(DEB_VERSION).dsc
 	  "sagemath_$(DEB_VERSION).dsc"
 
 release-experimental: ../sagemath_$(DEB_VERSION).dsc
+	! $(is_prerelease)
+	cd .. && sbuild \
+	  --extra-repository='deb http://httpredir.debian.org/debian experimental main' \
+	  --build-dep-resolver=aspcud \
+	  --build-failed-commands '%SBUILD_SHELL' \
+	  $(EXTRA_SBUILD_FLAGS) \
+	  "sagemath_$(DEB_VERSION).dsc"
+
+release-deb-sci-sage: ../sagemath_$(DEB_VERSION).dsc
 	$(is_prerelease)
 	cd .. && sbuild \
 	  --extra-repository='deb http://httpredir.debian.org/debian experimental main' \

-- 
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