From cc9ae062b7a22b7d0c3436564ed50851844ffa17 Mon Sep 17 00:00:00 2001 From: ranke Date: Fri, 23 Apr 2010 04:20:03 +0000 Subject: 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 --- backport_others.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backport_others.sh') 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" -- cgit v1.2.1