[sagemath] 01/03: No need to d/rules clean when building source package

Ximin Luo infinity0 at debian.org
Wed Aug 9 12:27:05 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 c96b4e0ca1c6c6f498771c8fcd0c16c8257e177e
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Aug 8 02:41:47 2017 +0200

    No need to d/rules clean when building source package
    
    We already do a `git clean -fdx` and this avoids having to install some Build-Deps
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5592351..f5c626a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -255,7 +255,7 @@ get-orig-source:
 	  --format=tar HEAD | xz -zf > ../../sagemath_$(DEB_VERSION_UPSTREAM).orig.tar.xz
 
 ../sagemath_$(DEB_VERSION).dsc: distclean-sage distclean ../sagemath_$(DEB_VERSION_UPSTREAM).orig.tar.xz debian/control
-	dpkg-buildpackage -d -uc -us -S
+	dpkg-buildpackage -nc -d -uc -us -S
 
 APT_PIN_PRIORITY = 100
 install-apt-sources:

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