summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--build_recommended_etch.sh7
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

Contact - Imprint