diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-04-26 18:26:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-04-26 18:26:20 +0200 |
commit | b58740b0fa96aa46d692077f42295857148230d0 (patch) | |
tree | e479d37942ff5bb8ba15b7c43f354384547dfbc9 | |
parent | 0d0e5f7c5b272f5b87762ce1ed6a40cd0e20022f (diff) |
Backport R 3.6.0
-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.5.3 +Rversion=3.6.0 # Set required r-base-dev version for packages build-depending on R rbasedev="r-base-dev (>= $Rversion)" @@ -71,13 +71,13 @@ then sudo rm -rf `ls -d $pkg-*` fi -# Get current source from unstable +# Get current source (from unstable or buildd-unstable, depending on sources.list) if [ "$skip" = false ] then sudo apt-get update sudo apt-get upgrade fi -sudo apt-get source -t unstable $pkg +sudo apt-get source $pkg # Copy sources to $DIST directory to enable parallel builds mkdir -p $DIST |