summaryrefslogtreecommitdiff
path: root/backport_others.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backport_others.sh')
-rw-r--r--backport_others.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/backport_others.sh b/backport_others.sh
index f408ab8..29a9d49 100644
--- a/backport_others.sh
+++ b/backport_others.sh
@@ -14,10 +14,11 @@ echo Architecture is $ARCH
text="Recompiled on $DIST for CRAN"
+#apt-get update
pbuilder update
-for i in rpart; do
-#for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
+#for i in survival; do
+for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
apt-get source -t unstable $i
cd $i-*
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion

Contact - Imprint