summaryrefslogtreecommitdiff
path: root/backport_others.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backport_others.sh')
-rw-r--r--backport_others.sh15
1 files changed, 11 insertions, 4 deletions
diff --git a/backport_others.sh b/backport_others.sh
index b78eff0..e0fb612 100644
--- a/backport_others.sh
+++ b/backport_others.sh
@@ -11,7 +11,7 @@
# - Set the R version
# R version against which the software is compiled
-Rversion=3.2.1
+Rversion=3.2.2
reposversion="cran3"
echo Distribution is $DIST
@@ -29,9 +29,9 @@ pbuilder update
# built first, then nlme and rmatrix, then the rest
# single package:
-#for i in rpy2; do
-# squeeze/wheezy packages:
-for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags; do
+#for i in r-cran-rjags; do
+# squeeze/wheezy packages (without rpy2):
+for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rkward r-cran-rjags; do
apt-get source $i
cd $i-*
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran."$Rversion
@@ -42,6 +42,13 @@ for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-c
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport"
+ if [ $i = "r-cran-rjags" ]
+ then
+ ssed -i -R "/^Build-Depends/s/jags \(>= 3.4.0-3\)/jags \(>= 3.4.0\)/" debian/control
+ dch -a "debian/control: lower version requirement for jags as build dependency as 4.0.3 is not needed for backports"
+ fi
+
+
pdebuild --debbuildopts '-sa' --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-$reposversion/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build
cd ..
done

Contact - Imprint