[sagemath] 03/04: Fix prune-stamp in debian/rules.

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 5 11:20:22 UTC 2015


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

thansen pushed a commit to branch master
in repository sagemath.

commit cd2c771cca5a73beaa24a88d1a25a54fbcb94e09
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Mon Mar 2 22:36:25 2015 +0000

    Fix prune-stamp in debian/rules.
---
 debian/rules | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 32598e9..6a59dc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,12 @@ export MAKE = make -j4
 	dh $@
 
 override_dh_auto_clean:
-	rm -f prune-stamp
+	rm -f prune
 	rm -f config.log config.status pruner.py
 	rm -f debian/pruner/configure
 	dh_auto_clean
 
-override_dh_auto_build: prune-stamp
+override_dh_auto_build: prune
 	$(MAKE) --directory=sage ptestlong
 
 override_dh_auto_install:
@@ -20,10 +20,8 @@ override_dh_auto_install:
 get-orig-source:
 	cd sage && git archive --prefix=sagemath_$(VERSION)/sage/ --format=tar HEAD | xz -zf > ../../sagemath_$(VERSION).orig.tar.xz
 
-prune: prune-stamp
-
-prune-stamp:
+prune:
 	cd debian/pruner && autoconf
 	debian/pruner/configure --with-sage-root="$(shell pwd)/sage"
 	cd sage && python ../pruner.py
-	touch prune-stamp
+	touch prune

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