The solution is to change the first line of the debian/changelog file from:
libapache2-mod-tile (0.4-12~precise2) precise; urgency=low
to
libapache2-mod-tile (0.4.12~precise2) precise; urgency=low
or add a new line. Can you please add this updated changelog.
Reporter: p2k [Submitted to the original trac issue database at 9.52pm, Friday, 16th February 2018]
I have a tile server and wanted to build a Debian package for mod_tile. But with the current git version, it fails:
dpkg-source -b mod_tile dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision
After googleing I found a solution for this problem here: https://github.com/jamesdbloom/grunt-debian-package/issues/23
The solution is to change the first line of the debian/changelog file from: libapache2-mod-tile (0.4-12~precise2) precise; urgency=low to libapache2-mod-tile (0.4.12~precise2) precise; urgency=low
or add a new line. Can you please add this updated changelog.
thanks Philipp