summaryrefslogtreecommitdiff
path: root/backport_r-base.sh
diff options
context:
space:
mode:
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