1
0
Fork 0

Fix debian src package build

Workaround "dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision" error as mentioned in #753
Esse commit está contido em:
glubsy 2020-12-29 23:45:15 +01:00
commit 8105bb709f
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -295,7 +295,7 @@ def build_debian_changelog(
return [s.strip() for s in result if s.strip()]
ENTRY_MODEL = (
"{pkg} ({version}-1) {distribution}; urgency=low\n\n{changes}\n "
"{pkg} ({version}) {distribution}; urgency=low\n\n{changes}\n "
"-- Virgil Dupras <hsoft@hardcoded.net> {date}\n\n"
)
CHANGE_MODEL = " * {description}\n"