summaryrefslogtreecommitdiff
path: root/backport_others.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backport_others.sh')
-rw-r--r--backport_others.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/backport_others.sh b/backport_others.sh
index 731ea29..d7c3b86 100644
--- a/backport_others.sh
+++ b/backport_others.sh
@@ -22,7 +22,7 @@ text="Recompiled on $DIST for CRAN"
apt-get update
pbuilder update
-#for i in rpy; do
+#for i in r-cran-class; 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
apt-get source $i
cd $i-*
@@ -34,6 +34,13 @@ for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme r-cran-clas
dch -a "debian/control: adapt build dependencies on r-base-dev to current backport"
+ # Backport r-cran-class
+ if [ ${i} = "r-cran-class" ]
+ then
+ sed -i '/^Build-Depends/s/.*/&, r-cran-mass/' debian/control
+ dch -a "debian/control: add Build-Depends: to 'r-cran-mass'"
+ fi
+
# Backport rpy
if [ ${i} = "rpy" ]
then

Contact - Imprint