summaryrefslogtreecommitdiff
path: root/build_all_lenny.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-04-18 20:28:50 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-04-18 20:28:50 +0000
commit98290b4e39f075c2c0163a833c138b8a6afacba2 (patch)
treefcde0cf724490fa44b3a2c24d851d6248106591d /build_all_lenny.sh
parent444f62a1c795cdec630372f13b27a0c2c64cdb3f (diff)
"Backporting" scripts for lenny
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@54 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'build_all_lenny.sh')
-rw-r--r--build_all_lenny.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/build_all_lenny.sh b/build_all_lenny.sh
new file mode 100644
index 0000000..979ebe6
--- /dev/null
+++ b/build_all_lenny.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+# 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.1 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 Dez 23
+
+# Author: Johannes Ranke <jranke@uni-bremen.de> and
+
+for i in rkward littler; 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
+ apt-get source $i
+ cd $i-*
+ pdebuild
+ cd ../..
+done

Contact - Imprint