summaryrefslogtreecommitdiff
path: root/build_recommended_etch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_recommended_etch.sh')
-rw-r--r--build_recommended_etch.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/build_recommended_etch.sh b/build_recommended_etch.sh
deleted file mode 100644
index 5243e4a..0000000
--- a/build_recommended_etch.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-# Script to automate building of r-cran-* packages for Debian.
-
-# Author: Johannes Ranke <jranke@uni-bremen.de> and
-# Vincent Goulet <vincent.goulet@act.ulaval.ca>
-
-#DEBEMAIL=jranke@uni-bremen.de
-#DEBFULLNAME="Johannes Ranke"
-
-#for i in foreign kernsmooth; do
-for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rcompgen rpart survival vr; do
- cd $i
- rm -rf $i*
- rm *.deb
- apt-get source $i
- cd $i-*
- fakeroot dpkg-buildpackage -B
- cd ../..
-done

Contact - Imprint