Package: xwax / 1.9-1

Metadata

Package Version Patches format
xwax 1.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_mkversion debian.patch | (download)

mkversion | 7 1 6 - 0 !
1 file changed, 1 insertion( ), 6 deletions(-)

 generate .version using dpkg-parsechangelog
 mkversion currently assumes building from a git repository with upstream tags.
 This is incorrect in Debian:
 - When using git, tags will be debian specific (like "debian/<version>-1")
 - When not using git, git fails to run and no version is generated.
 .
 Fix this by patching mkversion to generate the version using
 dpkg-parsechangelog which will always work during a build.