mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 09:19:50 +00:00
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
This commit is contained in:
parent
7f691d3c31
commit
8105bb709f
@ -295,7 +295,7 @@ def build_debian_changelog(
|
|||||||
return [s.strip() for s in result if s.strip()]
|
return [s.strip() for s in result if s.strip()]
|
||||||
|
|
||||||
ENTRY_MODEL = (
|
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"
|
"-- Virgil Dupras <hsoft@hardcoded.net> {date}\n\n"
|
||||||
)
|
)
|
||||||
CHANGE_MODEL = " * {description}\n"
|
CHANGE_MODEL = " * {description}\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user