diff options
-rw-r--r-- | build_all_etch.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/build_all_etch.sh b/build_all_etch.sh index 9ffb44b..f19d30b 100644 --- a/build_all_etch.sh +++ b/build_all_etch.sh @@ -1,14 +1,11 @@ #!/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 # 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 cluster; do for i in cluster foreign kernsmooth lattice mgcv nlme rpart survival vr littler rpy rkward; do cd $i rm -rf $i* @@ -16,6 +13,5 @@ for i in cluster foreign kernsmooth lattice mgcv nlme rpart survival vr littler apt-get source $i cd $i-* pdebuild - # fakeroot dpkg-buildpackage -B cd ../.. done |