From d2b1368be4f390b6b1ba299adcfe622e7bb85281 Mon Sep 17 00:00:00 2001 From: ranke Date: Mon, 31 Oct 2011 09:37:46 +0000 Subject: Modification of the build scripts that I use for making amd64 binary packages, as I went back to using a chroot for these. git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@74 f247ebf9-aa24-0410-a698-f940e971ad2b --- build_others.sh | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'build_others.sh') diff --git a/build_others.sh b/build_others.sh index 95d68f4..0b67494 100644 --- a/build_others.sh +++ b/build_others.sh @@ -1,24 +1,16 @@ # Author: Johannes Ranke -# On Debian I used to run this script as root. On Ubuntu I now run it with -# sudo -E sh build_others.sh - -# Preconditions: - shell variables DIST and ARCH -# - matching CRAN sources in /etc/apt/sources/list -# - cdbs installed (and maybe more) - -echo Distribution is $DIST -echo Architecture is $ARCH - apt-get update -pbuilder update -#for i in r-cran-rjags; do -#for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do -for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward r-cran-rjags; do +# lenny +for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do +# squeeze +#for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler rpy rkward r-cran-rjags; do + apt-get --no-install-recommends build-dep $i apt-get source $i cd $i-* - pdebuild --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-cran/ -- --binary-arch --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build + dpkg-buildpackage -B + cd .. done -- cgit v1.2.1