summaryrefslogtreecommitdiff
path: root/backport_others.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2010-04-23 04:20:03 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2010-04-23 04:20:03 +0000
commitcc9ae062b7a22b7d0c3436564ed50851844ffa17 (patch)
tree9131ac94eba1269a97dff0947799480043f67299 /backport_others.sh
parent845249e167e37293fbf70a7de9a46b6e42a651a6 (diff)
Update as used for R 2.11.0
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@63 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'backport_others.sh')
-rw-r--r--backport_others.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport_others.sh b/backport_others.sh
index 534c977..bd33e75 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.10.0
+Rversion=2.11.0
echo Distribution is $DIST
echo Architecture is $ARCH
@@ -29,8 +29,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.10.0-1~etchcran.0)/' debian/control
- ssed -i -R '/^Build-Depends-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.10.0-1~etchcran.0)/' debian/control
+ ssed -i -R '/^Build-Depends/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.11.0-1~etchcran.0)/' debian/control
+ ssed -i -R '/^Build-Depends-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.11.0-1~etchcran.0)/' debian/control
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport"

Contact - Imprint