Skip to content

Commit

Permalink
Debian: Tweaking changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 30, 2011
1 parent 32cd9b8 commit 0530c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/build_event.py
Expand Up @@ -387,7 +387,7 @@ def update_changes(fromTag=None, toTag=None, debChanges=False):
for ch in changeEntries:
# Quote it for the command line.
qch = ch.replace('"', '\\"').replace('!', '\\!')
print 'Entry:', qch
print ' *', qch
os.system("dch --check-dirname-level 0 -a \"%s\"" % qch)

os.remove(tmpName)
Expand Down

0 comments on commit 0530c25

Please sign in to comment.