summaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2011-04-14 06:29:26 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2011-04-14 06:29:26 +0000
commitbaa647f87637ea55afc76fb5fd13f934d219191f (patch)
treec0f99847c96397e518d536005e3bcda98e05d21f /clean.sh
parentf5f3a124912d4bd5da816d4de5ef81f382a1c2a9 (diff)
- Update of the build scripts for the backport of 2.13.0 finished today
- Added rkward for squeeze in order to fix a problem that the squeeze version has with current R - rpy does not compile on lenny git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@70 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'clean.sh')
-rw-r--r--clean.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/clean.sh b/clean.sh
index ec7d7f4..cac929a 100644
--- a/clean.sh
+++ b/clean.sh
@@ -1,5 +1,10 @@
# Author: Johannes Ranke <jranke@uni-bremen.de>
-for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival vr littler rpy; do
- rm -rf $i*
+for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-mass r-cran-nnet r-cran-spatial rmatrix rodbc rpart survival littler rpy rkward; do
+ rm -rf $i-* # build directories leftover from backporting
+ rm $i*.dsc # source package descriptions from Debian unstable
+ rm $i*.diff.gz # source package diffs from Debian unstable
+ #rm -rf $i*
done
+rm -f *.build
+rm -f *.changes

Contact - Imprint