summaryrefslogtreecommitdiff
path: root/backport_recommended.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2006-12-20 14:08:52 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2006-12-20 14:08:52 +0000
commitc77475f194d65b2cb7bfc52fd1375aea859cc9fd (patch)
tree0199bc2cb78c54163685b21d9ca4d395d056df0d /backport_recommended.sh
parent2e3311bac6b25568eb57780aa938f9c8563f9958 (diff)
- distribution is now etch-cran
- SVN Ids are now used in the scripts - Comment and author information in the scripts - Last Changes: in the scripts git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@5 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'backport_recommended.sh')
-rw-r--r--backport_recommended.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/backport_recommended.sh b/backport_recommended.sh
index 65d9af6..d24ebad 100644
--- a/backport_recommended.sh
+++ b/backport_recommended.sh
@@ -1,4 +1,11 @@
#!/bin/bash
+# SVN: $Id$
+# Script to automate building backports from Dirks r-cran-* packages to etch.
+# Depends: python-debian, edit_changelog.py
+# Author: Johannes Ranke <jranke@uni-bremen.de>
+# Comment: First, a backport of R should be installed
+# Last Change: 2006 Dez 20
+
for i in boot cluster foreign kernsmooth lattice mgcv nlme rpart survival vr; do
cd $i
rm -rf *
@@ -6,5 +13,5 @@ for i in boot cluster foreign kernsmooth lattice mgcv nlme rpart survival vr; do
cd $i-*
python ../../edit_changelog.py
fakeroot dpkg-buildpackage
- cd ..
+ cd ../..
done

Contact - Imprint