summaryrefslogtreecommitdiff
path: root/build_recommended_etch.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-10-03 20:49:16 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-10-03 20:49:16 +0000
commit02114872e81a6f9c94332d0bcd716e6967be1848 (patch)
treeb92dc5382468ba1baa0e2784c0df7cfb78ad5a35 /build_recommended_etch.sh
parent56e520c6d33645c0a092690cdb008d3382087201 (diff)
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
Diffstat (limited to 'build_recommended_etch.sh')
-rw-r--r--build_recommended_etch.sh7
1 files changed, 2 insertions, 5 deletions
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

Contact - Imprint