[sagemath] 01/01: debian/rules: build-dep should fail correctly on e.g. permissions errors

Ximin Luo infinity0 at debian.org
Mon Aug 8 10:42:03 UTC 2016


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

infinity0 pushed a commit to branch master
in repository sagemath.

commit 4566da2dbcf4d9ba12de003bd32a55f353c8a769
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 8 12:41:42 2016 +0200

    debian/rules: build-dep should fail correctly on e.g. permissions errors
    
    The --force-all already handles the failures we want to ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 40747a8..c840eef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,5 +42,5 @@ reset:
 
 build-dep:
 	mk-build-deps
-	sudo dpkg --force-all -i sagemath-build-deps_$(shell dpkg-parsechangelog -S Version)_all.deb || true
+	sudo dpkg --force-all -i sagemath-build-deps_$(shell dpkg-parsechangelog -S Version)_all.deb
 	sudo apt-get install sagemath-build-deps

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