summaryrefslogtreecommitdiff
path: root/backport_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backport_all.sh')
-rw-r--r--backport_all.sh16
1 files changed, 14 insertions, 2 deletions
diff --git a/backport_all.sh b/backport_all.sh
index 8d75eab..41ab51a 100644
--- a/backport_all.sh
+++ b/backport_all.sh
@@ -10,8 +10,8 @@ export DEBFULLNAME="Johannes Ranke"
text="Recompiled on etch for CRAN"
-#for i in rpy; do
-for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rodbc rpart survival vr littler rpy; do
+for i in nlme; do
+#for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rodbc rpart survival vr littler rpy; do
cd $i
rm -rf $i*
rm *.deb
@@ -29,6 +29,18 @@ for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rodbc rpart
sed -i '/^Build-Depends/s/.*/&, lapack3-dev, python-minimal, python-central, python-dev, tetex-bin, texinfo/' debian/control
dch -a "debian/control: add build dependencies on lapack3-dev, python-minimal, python-central, tetex-bin and texinfo"
fi
+
+ if [ ${i} == "nlme" ]
+ then
+ sed -i '/^Build-Depends/s/.*/&, r-cran-lattice, cdbs/' debian/control
+ dch -a "debian/control: add build dependency on r-cran-lattice and cdbs"
+ fi
+
+ if [ ${i} == "rpart" ]
+ then
+ sed -i '/^Build-Depends/s/.*/&, cdbs/' debian/control
+ dch -a "debian/control: add build dependency on cdbs"
+ fi
fakeroot dpkg-buildpackage -sa
cd ../..

Contact - Imprint