| 12 |
# - Set the R version |
# - Set the R version |
| 13 |
|
|
| 14 |
# R version against which the software is compiled |
# R version against which the software is compiled |
| 15 |
Rversion=2.14.2 |
Rversion=2.15.0 |
| 16 |
|
|
| 17 |
echo Distribution is $DIST |
echo Distribution is $DIST |
| 18 |
echo Architecture is $ARCH |
echo Architecture is $ARCH |
| 33 |
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion |
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion |
| 34 |
dch -b -v $version --force-distribution -D $DIST-cran $text |
dch -b -v $version --force-distribution -D $DIST-cran $text |
| 35 |
|
|
| 36 |
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/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.15.0-1~squeezecran.0)/' debian/control |
| 37 |
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-Indep/s/r-base-dev \(>= 2\..*?\)/r-base-dev (>= 2.15.0-1~squeezecran.0)/' debian/control |
| 38 |
|
|
| 39 |
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport" |
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport" |
| 40 |
|
|