summaryrefslogtreecommitdiff
path: root/backport_r-base.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_r-base.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_r-base.sh')
-rw-r--r--backport_r-base.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/backport_r-base.sh b/backport_r-base.sh
new file mode 100644
index 0000000..3ee8187
--- /dev/null
+++ b/backport_r-base.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+# SVN: $Id$
+# Script to automate building backports from Dirks r-base packages to etch.
+# Depends: python-debian, edit_changelog.py
+# Author: Johannes Ranke <jranke@uni-bremen.de>
+# Comment: Doesn't currently work, since debian_bundle.changelog from
+# python-debian throws an error with the changelog in r-base (message
+# to pkg-python-debian-discuss on December 16 2006)
+# Last Change: 2006 Dez 20
+
+cd r-base
+rm -rf *
+apt-get source -t unstable r-base
+cd r-base-*
+python ../../edit_changelog.py
+fakeroot dpkg-buildpackage
+cd ../..

Contact - Imprint