summaryrefslogtreecommitdiff
path: root/backport_all_etch.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-07-06 21:45:30 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-07-06 21:45:30 +0000
commit21f32aff61eca7e79b76f9cbccae28efa66d369e (patch)
tree91e653116787054a34b70f07a70fbffdfcedfbc7 /backport_all_etch.sh
parent57dee9ba2a595485609c96e4f4c0093614c648a8 (diff)
Rewrite of backporting scripts for exclusive use of pdebuild,
getting rid of schroot git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@56 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'backport_all_etch.sh')
-rw-r--r--backport_all_etch.sh29
1 files changed, 0 insertions, 29 deletions
diff --git a/backport_all_etch.sh b/backport_all_etch.sh
deleted file mode 100644
index e7e5602..0000000
--- a/backport_all_etch.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-# Script to automate "backporting" of packages for Debian if the
-# only difference to the upstream packages is the signature.
-
-# Author: Johannes Ranke <jranke@uni-bremen.de>
-
-export DEBEMAIL=jranke@uni-bremen.de
-export DEBFULLNAME="Johannes Ranke"
-
-text="Recompiled on etch for CRAN"
-
-for i in rmatrix; do
-#for i in boot cluster codetools foreign kernsmooth lattice rmatrix mgcv nlme rodbc rpart survival vr littler; do
- cd $i
- rm -rf $i*
- rm *.deb
- apt-get source -t unstable $i
- cd $i-*
- version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~etchcran.2.9.0
- dch -b -v $version -D etch-cran $text
-
- sed -i '/^Build-Depends/s/r-base-dev (>= 2\..\..)/r-base-dev (>= 2.9.0-1~etchcran.0)/' debian/control
- sed -i '/^Build-Depends-Indep/s/r-base-dev (>= 2\..\..)/r-base-dev (>= 2.9.0-1~etchcran.0)/' debian/control
- dch -a "debian/control: adapt build dependencies on r-base-dev to current backport"
-
- fakeroot dpkg-buildpackage -sa
- cd ../..
-done

Contact - Imprint