summaryrefslogtreecommitdiff
path: root/edit_changelog.py
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 /edit_changelog.py
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 'edit_changelog.py')
-rw-r--r--edit_changelog.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/edit_changelog.py b/edit_changelog.py
index d85d48b..34bf950 100644
--- a/edit_changelog.py
+++ b/edit_changelog.py
@@ -1,5 +1,7 @@
#!/usr/bin/python
-# edit_changelog.py
+# SVN: $Id$
+# Author: Johannes Ranke <jranke@uni-bremen.de>
+# Last Change: 2006 Dez 20
from time import strftime
from debian_bundle.changelog import Changelog, Version
@@ -13,7 +15,7 @@ newVersion = changelog.upstream_version() + "-" + changelog.debian_version() +
changelog.new_block(package=changelog.package(),
version=Version(newVersion),
- distributions='etch-backports',
+ distributions='etch-cran',
urgency='low',
author=author,
date=strftime("%a, %e %b %Y %H:%M:%S %z"),

Contact - Imprint