diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2010-12-16 21:43:34 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2010-12-16 21:43:34 +0000 |
commit | 1dba276bde175799eb238739e3631afb8c87fd20 (patch) | |
tree | d15a8b88de9a4a540a28143175d07cd5c1fad433 | |
parent | 1bae2d9629fb88b59316bd50ada27234b12054f5 (diff) |
Just one update for todays backport
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@68 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | backport_others.sh | 6 |
1 files 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" |