summaryrefslogtreecommitdiff
path: root/add_changelog_entry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'add_changelog_entry.sh')
-rw-r--r--add_changelog_entry.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/add_changelog_entry.sh b/add_changelog_entry.sh
new file mode 100644
index 0000000..03f6710
--- /dev/null
+++ b/add_changelog_entry.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+rbasedir=`ls -d r-base/r-base-*`
+echo Adding changelog entry in $rbasedir
+cat changelog_entry > changelog_tmp
+cat $rbasedir/debian/changelog >> changelog_tmp
+mv changelog_tmp $rbasedir/debian/changelog

Contact - Imprint