summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2012-03-31 13:55:35 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2012-03-31 13:55:35 +0000
commite49d11bb9c94530c8b39a5af2824dfe332503245 (patch)
treee05c6c2b78b50831695efc1d0cf8694456f4ed97
parent787c2d33333c77fa24aedada9f433eb5d61324ef (diff)
Small change for backporting R 2.15.0 to squeeze
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@79 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r--backport_others.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport_others.sh b/backport_others.sh
index bbcf226..a81f0c9 100644
--- a/backport_others.sh
+++ b/backport_others.sh
@@ -12,7 +12,7 @@
# - Set the R version
# R version against which the software is compiled
-Rversion=2.14.2
+Rversion=2.15.0
echo Distribution is $DIST
echo Architecture is $ARCH
@@ -33,8 +33,8 @@ for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-clas
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion
dch -b -v $version --force-distribution -D $DIST-cran $text
- ssed -i -R '/^Build-Depends/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.14.2-1~squeezecran.0)/' debian/control
- ssed -i -R '/^Build-Depends-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.14.2-1~squeezecran.0)/' debian/control
+ ssed -i -R '/^Build-Depends/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.15.0-1~squeezecran.0)/' debian/control
+ ssed -i -R '/^Build-Depends-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.15.0-1~squeezecran.0)/' debian/control
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport"

Contact - Imprint