summaryrefslogtreecommitdiff
path: root/r-base
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 /r-base
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
Diffstat (limited to 'r-base')
-rw-r--r--r-base/build_r-base.sh11
1 files changed, 2 insertions, 9 deletions
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