From 1dba276bde175799eb238739e3631afb8c87fd20 Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 16 Dec 2010 21:43:34 +0000 Subject: Just one update for todays backport git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@68 f247ebf9-aa24-0410-a698-f940e971ad2b --- backport_others.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backport_others.sh b/backport_others.sh index 5c18ad8..e863472 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.12.0 +Rversion=2.12.1 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.11.1-1~lennycran.0)/' debian/control - ssed -i -R '/^Build-Depends-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.11.1-1~lennycran.0)/' debian/control + ssed -i -R '/^Build-Depends/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.12.1-1~lennycran.0)/' debian/control + ssed -i -R '/^Build-Depends-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.12.1-1~lennycran.0)/' debian/control dch -a "debian/control: adapt build dependencies on r-base-dev to current backport" -- cgit v1.2.1