[sagemath] 01/01: Fix syntax error, this made make(1) think it's part of the previous recipe

Ximin Luo infinity0 at debian.org
Fri Dec 2 09:47: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 3e4820383a1bbc54401b81a178763e6f54ad9b68
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Dec 2 10:46:35 2016 +0100

    Fix syntax error, this made make(1) think it's part of the previous recipe
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 00e7ebc..67e2916 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,9 +49,9 @@ debian/sagemath-doc-%.doc-base: debian/sagemath-doc-LANG.doc-base.in debian/rule
 	fi
 
 ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
-	DEB_BUILD_TARGET = build
+DEB_BUILD_TARGET = build
 else
-	DEB_BUILD_TARGET = all
+DEB_BUILD_TARGET = all
 endif
 override_dh_auto_build: prune
 	dh_auto_build -Dsage -- $(DEB_BUILD_TARGET)

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