summaryrefslogtreecommitdiff
path: root/edit_changelog_etch.py
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-05-01 08:59:59 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2007-05-01 08:59:59 +0000
commitb3b08a9b6e113278b92327f0d0322214eebc993a (patch)
tree2a729a93bb09d9844db76f05f95b5140226dc252 /edit_changelog_etch.py
parenta612be65cf7d7d4790e9b793dd1cac605d0977f0 (diff)
Now using Dirks original debian/rules again, since it intelligently
chooses the Rlib path depending on the DESCRIPTION file. git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@14 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'edit_changelog_etch.py')
-rw-r--r--edit_changelog_etch.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/edit_changelog_etch.py b/edit_changelog_etch.py
index 4c17e2a..63f2666 100644
--- a/edit_changelog_etch.py
+++ b/edit_changelog_etch.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# SVN: $Id: edit_changelog.py 5 2006-12-20 14:08:52Z ranke $
# Author: Johannes Ranke <jranke@uni-bremen.de>
-# Last Change: 2007 Jan 03
+# Last Change: 2007 Mai 01
from time import strftime
from debian_bundle.changelog import Changelog, Version
@@ -22,9 +22,7 @@ changelog.new_block(package=changelog.package(),
)
changelog.add_change('');
-changelog.add_change(' * Backport to etch for repository on CRAN');
-changelog.add_change(' * Also replaces r-recommended (= 2.4.0-0sarge2) for smooth upgrade from');
-changelog.add_change(' earlier backport by Christian Steigies');
+changelog.add_change(' * Recompiled on etch for CRAN');
changelog.add_change('');
file(chlg,"w").write(str(changelog))

Contact - Imprint