summaryrefslogtreecommitdiff
path: root/build_all_etch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_all_etch.sh')
-rw-r--r--build_all_etch.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/build_all_etch.sh b/build_all_etch.sh
index f19d30b..586de92 100644
--- a/build_all_etch.sh
+++ b/build_all_etch.sh
@@ -1,12 +1,16 @@
#!/bin/bash
-# Script to automate building of r-cran-* packages for Debian.
-# This worked flawlessly with the fresh R 2.7.1 backport
-# Last Change: 2008 Jun 25
+# Script to automate building of r-cran-* packages for Debian for architectures
+# other than the originally backported i386 packages.
+# This worked flawlessly for amd64 with the fresh R 2.8.0 backport to etch,
+# if an archive containing the backported source packages is the only deb-src
+# entry in /etc/apt/sources.list
+# Last Change: 2008 Okt 29
# Author: Johannes Ranke <jranke@uni-bremen.de> and
-for i in cluster foreign kernsmooth lattice mgcv nlme rpart survival vr littler rpy rkward; do
+for i in rpy; do
+#for i in cluster foreign kernsmooth lattice mgcv nlme rodbc rpart survival vr littler rpy rkward; do
cd $i
rm -rf $i*
rm *.deb

Contact - Imprint