summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2008-10-29 22:18:17 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2008-10-29 22:18:17 +0000
commitce62160c6aac985cbe5244d7fc163e0b8c3fd4ad (patch)
treee43647e84d3b2ffb5dd1977fe89fe4ff80905790
parent8206e7772ac8106515cc0cd802e7387bb8e768c8 (diff)
While building python-rpy, I noticed that I hadn't checked
in the move to using pbuilder for building r-base on amd64 yet. git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@43 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r--build_all_etch.sh12
-rw-r--r--r-base/build_r-base.sh11
2 files changed, 10 insertions, 13 deletions
diff --git a/build_all_etch.sh b/build_all_etch.sh
index f19d30b..586de92 100644
--- a/build_all_etch.sh
+++ b/build_all_etch.sh
@@ -1,12 +1,16 @@
#!/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
+# Script to automate building of r-cran-* packages for Debian for architectures
+# other than the originally backported i386 packages.
+# This worked flawlessly for amd64 with the fresh R 2.8.0 backport to etch,
+# if an archive containing the backported source packages is the only deb-src
+# entry in /etc/apt/sources.list
+# Last Change: 2008 Okt 29
# Author: Johannes Ranke <jranke@uni-bremen.de> and
-for i in cluster foreign kernsmooth lattice mgcv nlme rpart survival vr littler rpy rkward; do
+for i in rpy; do
+#for i in cluster foreign kernsmooth lattice mgcv nlme rodbc rpart survival vr littler rpy rkward; do
cd $i
rm -rf $i*
rm *.deb
diff --git a/r-base/build_r-base.sh b/r-base/build_r-base.sh
index 0ee12b8..38a753c 100644
--- a/r-base/build_r-base.sh
+++ b/r-base/build_r-base.sh
@@ -1,17 +1,10 @@
#!/bin/bash
-# Script to automate building of r-base packages for Debian.
+# Script to automate building of backported r-base packages for other Debian architectures
# Author: Johannes Ranke <jranke@uni-bremen.de>
apt-get source r-base
cd r-base-*
-(fakeroot dpkg-buildpackage -B | tee ../build_log_r-base_amd64) 3>&1 1>&2 2>&3 | tee ../build_errors_r-base_amd64
+pdebuild
cd ..
-
-# Sign logs
-for i in build_log_r-base_amd64 build_errors_r-base_amd64
-do
- gpg --clearsign $i
- mv $i.asc $i
-done

Contact - Imprint