[SCM] multiprecision integer library forked from gmp branch, master, updated. 79678a645f4027cbb466e81e4b53751a49192949

Felix Salfelder felix at salfelder.org
Thu May 16 06:48:38 UTC 2013


The following commit has been merged in the master branch:
commit 9332b226d86f90ed4bc1594a6c08172d3ad77712
Author: Felix Salfelder <felix at salfelder.org>
Date:   Wed May 15 22:56:12 2013 +0200

    call make distclean, not just make clean

diff --git a/debian/rules b/debian/rules
index a7b3035..115635b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,7 @@ clean:
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	- [ -f Makefile ] && $(MAKE) clean
-	#$(MAKE) distclean
+	- [ -f Makefile ] && $(MAKE) distclean
 
 	dh_clean
 

-- 
multiprecision integer library forked from gmp



More information about the debian-science-commits mailing list