| 22 |
apt-get update |
apt-get update |
| 23 |
pbuilder update |
pbuilder update |
| 24 |
|
|
| 25 |
#for i in rpy; do |
#for i in r-cran-class; do |
| 26 |
for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass rmatrix rodbc rpart survival littler rpy; do |
for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass rmatrix rodbc rpart survival littler rpy; do |
| 27 |
apt-get source $i |
apt-get source $i |
| 28 |
cd $i-* |
cd $i-* |
| 34 |
|
|
| 35 |
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" |
| 36 |
|
|
| 37 |
|
# Backport r-cran-class |
| 38 |
|
if [ ${i} = "r-cran-class" ] |
| 39 |
|
then |
| 40 |
|
sed -i '/^Build-Depends/s/.*/&, r-cran-mass/' debian/control |
| 41 |
|
dch -a "debian/control: add Build-Depends: to 'r-cran-mass'" |
| 42 |
|
fi |
| 43 |
|
|
| 44 |
# Backport rpy |
# Backport rpy |
| 45 |
if [ ${i} = "rpy" ] |
if [ ${i} = "rpy" ] |
| 46 |
then |
then |