Skip to content

Commit

Permalink
Update hscommon/build.py
Browse files Browse the repository at this point in the history
Update changelog format to use changes from
https://github.com/hsoft/hscommon/pull/6/.  This allows for changes from
 #593 to work correctly.
  • Loading branch information
arsenetar committed Nov 7, 2019
1 parent 8506d48 commit 2ea02bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscommon/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def desc2list(desc):
result = desc.split('*')
return [s.strip() for s in result if s.strip()]

ENTRY_MODEL = "{pkg} ({version}~{distribution}) {distribution}; urgency=low\n\n{changes}\n -- Virgil Dupras <hsoft@hardcoded.net> {date}\n\n"
ENTRY_MODEL = "{pkg} ({version}-1) {distribution}; urgency=low\n\n{changes}\n -- Virgil Dupras <hsoft@hardcoded.net> {date}\n\n"
CHANGE_MODEL = " * {description}\n"
changelogs = read_changelog_file(changelogpath)
if from_version:
Expand Down

0 comments on commit 2ea02bd

Please sign in to comment.