[SCM] an open source computer algebra system branch, debian, updated. 3f1c419ac4981d4babdd737ac18bd16c080a761a
Bernhard R. Link
brlink at debian.org
Sat Mar 3 21:58:09 UTC 2012
The following commit has been merged in the debian branch:
commit 3f1c419ac4981d4babdd737ac18bd16c080a761a
Author: Bernhard R. Link <brlink at debian.org>
Date: Sat Mar 3 14:35:02 2012 +0100
clean files left over by doc building
diff --git a/debian/rules b/debian/rules
index 2572b6c..291f880 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,10 @@ clean::
find Singular -name "p_*.so" -delete
find doc \( -name "T*.txt" -o -name "*.dot" -o -name "*.ssi" \
- -o -name "temp_*" -o -name "exmpl.tex" \) -delete
+ -o -name "temp_*" -o -name "exmpl.tex" \
+ -o -name "*.jpg" -o -name "*.gif" -o -name "*.xbm" \
+ -o -name "QEPCAD*" -o -name "qepcadfilter.pl" \
+ -o -name "s-plulibs.tex" \) -delete
#sanity checks
find . -name *.dl_o -exec echo clean failed \{\} \;
find . -name *.o -exec echo clean failed \{\} \;
--
an open source computer algebra system
More information about the debian-science-commits
mailing list