Skip to content

Skip control.in files when running wrap-and-sort

When building packages, wrap-and-sort fails with the below error, raise SyntaxOrParseError( debian._deb822_repro.types.SyntaxOrParseError: Syntax or Parse error on the line: "%if USE_SYSTEM_ZLIB\n"

wrap-and-sort works in bullseye python-debian version 0.1.39 and in bookworm version 0.1.49 it fails to parse debian/control.in files. As a workaround rename the control.in file to control.in.template and before running wrap-and-sort.

apertis-issues#322

Edited by Walter Lozano

Merge request reports