summaryrefslogtreecommitdiff
path: root/old/build_all_etch.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2010-05-31 22:56:27 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2010-05-31 22:56:27 +0000
commit3cb754dbfa095a5855400dc6151ab71ec7441f90 (patch)
tree8a5720c74e3709110182d15fe36a73225a101e35 /old/build_all_etch.sh
parent535fd8e2510c16ccb5cba2d089c9fd898936ae67 (diff)
Update for todays backport of R 2.11.1, reincluding rpy.
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@65 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'old/build_all_etch.sh')
-rw-r--r--old/build_all_etch.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/old/build_all_etch.sh b/old/build_all_etch.sh
deleted file mode 100644
index 954f07f..0000000
--- a/old/build_all_etch.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/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 30
-
-# Author: Johannes Ranke <jranke@uni-bremen.de> and
-
-for i in rmatrix rodbc; do
-#for i in cluster foreign kernsmooth lattice rmatrix mgcv nlme rodbc rpart survival vr littler; do
- cd $i
- rm -rf $i*
- rm *.deb
- apt-get source $i
- cd $i-*
- pdebuild
- cd ../..
-done

Contact - Imprint