[SCM] an open source computer algebra system branch, debian, updated. 92ce8ba9769b527013299899ec028eb956150897

Bernhard R. Link brlink at debian.org
Sun Feb 19 19:28:21 UTC 2012


The following commit has been merged in the debian branch:
commit 4c0627c723abb0c24f7fbe58b883cc9b98509999
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Feb 19 19:26:09 2012 +0100

    don't ignore make distclean errors

diff --git a/debian/rules b/debian/rules
index 0bd61a7..da48cb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ DEB_DH_LINK_singular += usr/share/man/man1/Singular.1.gz usr/share/man/man1/TSin
 #	rm -f debian/singular/usr/lib/singular/*.so
 
 clean::
-	[ -f Makefile ] && make distclean || :
+	if [ -f Makefile ] ; then make distclean ; fi
 	rm -f *-stamp
 #?
 	dh_clean

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list