From 02114872e81a6f9c94332d0bcd716e6967be1848 Mon Sep 17 00:00:00 2001 From: ranke Date: Wed, 3 Oct 2007 20:49:16 +0000 Subject: Update after the amd64 build of the R 2.6.0 backport git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@20 f247ebf9-aa24-0410-a698-f940e971ad2b --- README | 3 +++ build_recommended_etch.sh | 7 ++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 5a6524a..7380d34 100644 --- a/README +++ b/README @@ -1,4 +1,7 @@ The command used for building the packages is fakeroot dpkg-buildpackage > ../build_log_r-base_i386 2> ../build_errors_r-base_i386 +and for the amd64 build +fakeroot dpkg-buildpackage -B > ../build_log_r-base_amd64 2> ../build_errors_r-base_amd64 + Didn't figure out how to do this with tee yet... diff --git a/build_recommended_etch.sh b/build_recommended_etch.sh index 2c81392..5243e4a 100644 --- a/build_recommended_etch.sh +++ b/build_recommended_etch.sh @@ -7,17 +7,14 @@ #DEBEMAIL=jranke@uni-bremen.de #DEBFULLNAME="Johannes Ranke" -text="Recompiled on etch for CRAN" -#for i in codetools; do +#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 -t unstable $i + apt-get source $i cd $i-* - version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~etchcran.2.6.0 - dch -b -v $version -D etch-cran $text fakeroot dpkg-buildpackage -B cd ../.. done -- cgit v1.2.1