diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-06-25 11:18:16 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2008-06-25 11:18:16 +0000 |
commit | 105bfda7fd46dbf0a2a0e98b959ac58799a612da (patch) | |
tree | 86146ae967dfbb0cfe0716a0371cec41122d04a4 | |
parent | ea37b5789aec00d47c1fb645dd4b7788368d80cf (diff) |
Update of the build script using pbuilder for doing the amd64 compiles
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@38 f247ebf9-aa24-0410-a698-f940e971ad2b
-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 |