[scotch] 01/05: debian/rules: apply "set -e" at the build step

Drew Parsons dparsons at moszumanska.debian.org
Sun Nov 26 15:12:33 UTC 2017


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

dparsons pushed a commit to tag debian/6.0.4.dfsg1-5
in repository scotch.

commit c0b671eef8324ef9be3a108c115e98f56e7707d6
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Nov 26 09:33:44 2017 +0800

    debian/rules: apply "set -e" at the build step
    
    to halt on build error.
    
    Closes: #865671.
---
 debian/changelog | 7 +++++++
 debian/rules     | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0cf6eb3..1d5ccf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scotch (6.0.4.dfsg1-5) UNRELEASED; urgency=medium
+
+  * debian/rules: apply "set -e" at the build step to halt on build
+    error. Closes: #865671.
+
+ -- Drew Parsons <dparsons at debian.org>  Sun, 26 Nov 2017 09:32:08 +0800
+
 scotch (6.0.4.dfsg1-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 9c349e8..de9ccad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,7 @@ build-arch-stamp: patch-stamp
 # Do no run test in //
 #(cd src && $(MAKE) ptcheck prefix=$(CURDIR)/$$v)
 
+	set -e; \
 	for v in $(INTSIZE_VERS); do \
 	   echo "compiling for $$v"; \
 	   cp debian/Makefile_$$v.inc src/Makefile.inc; \

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



More information about the debian-science-commits mailing list