From 7b93b13150331910a2ff0ea01472b12d41062efa Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 24 Apr 2018 10:56:23 +0200 Subject: Changes for backporting R 3.5.0 --- backport | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backport') diff --git a/backport b/backport index 04c2f38..7420ef8 100755 --- a/backport +++ b/backport @@ -7,7 +7,7 @@ export ARCH # R version against which the software is compiled iteration=0 -Rversion=3.4.4 +Rversion=3.5.0 # Set required r-base-dev version for packages build-depending on R rbasedev="r-base-dev (>= $Rversion)" @@ -98,8 +98,8 @@ cranversion=$upstreamversion"~"$DIST"cran.$iteration" # would make an update of the archive index inside the loop in backport_others # necessary -new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc -logfile=$rcrandir/$DIST-cran34/${pkg}_${cranversion}_${ARCH}.build +new_dsc=$rcrandir/$DIST-cran35/${pkg}_${cranversion}.dsc +logfile=$rcrandir/$DIST-cran35/${pkg}_${cranversion}_${ARCH}.build if [ -e $new_dsc ]; then @@ -136,7 +136,7 @@ else --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache fi sudo -E pdebuild --debbuildopts '-sa' \ - --buildresult $rcrandir/$DIST-cran34/ \ + --buildresult $rcrandir/$DIST-cran35/ \ --logfile $logfile \ -- --override-config \ --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \ -- cgit v1.2.1