From fe46da2abd3474218d80aae82a170f9613fee519 Mon Sep 17 00:00:00 2001 From: ranke Date: Tue, 7 Jul 2009 14:14:33 +0000 Subject: Move old stuff out of the way as it is potentially confusing git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@57 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_all_lenny.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 build_all_lenny.sh (limited to 'build_all_lenny.sh') diff --git a/build_all_lenny.sh b/build_all_lenny.sh deleted file mode 100644 index 979ebe6..0000000 --- a/build_all_lenny.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 23 - -# Author: Johannes Ranke 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 -- cgit v1.2.1