diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-12-05 07:34:20 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-12-05 07:34:20 +0100 |
commit | 0a36a831a9c673804a2f71c0b028b4a1fc5b68e9 (patch) | |
tree | 0cd389ea384e386c54e678476dea1bed81d68d1f /backport | |
parent | 7abefc4d0787b9bda965d7dac533e2bde783dcef (diff) |
Changes for backport of R 3.4.3
Diffstat (limited to 'backport')
-rwxr-xr-x | backport | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ export ARCH # R version against which the software is compiled iteration=0 -Rversion=3.4.2 +Rversion=3.4.3 # 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 -new_dsc=dummy_value # set temporarily to force rebuilds for the r-api-3.4 transition +new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc +#new_dsc=dummy_value # set temporarily to force rebuilds for the r-api-3.4 transition if [ -e $new_dsc ]; then |