| 10 |
echo Distribution is $DIST |
echo Distribution is $DIST |
| 11 |
echo Architecture is $ARCH |
echo Architecture is $ARCH |
| 12 |
|
|
| 13 |
#apt-get update |
apt-get update |
| 14 |
pbuilder update |
pbuilder update |
| 15 |
|
|
| 16 |
#for i in nlme; do |
#for i in littler; do |
| 17 |
#for i in cluster foreign kernsmooth lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-massrmatrix rodbc rpart survival littler; do |
for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do |
| 18 |
apt-get source -t $DIST-cran $i |
apt-get source -t $DIST-cran $i |
| 19 |
cd $i-* |
cd $i-* |
| 20 |
|
|