You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
The solution is to change the first line of the debian/changelog file from:
libapache2-mod-tile (0.4-12precise2) precise; urgency=low
to
libapache2-mod-tile (0.4.12precise2) precise; urgency=low
or add a new line. Can you please add this updated changelog.
thanks
Philipp
The text was updated successfully, but these errors were encountered:
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: jamesdbloom/grunt-debian-package#23
The solution is to change the first line of the debian/changelog file from:
libapache2-mod-tile (0.4-12
precise2) precise; urgency=lowprecise2) precise; urgency=lowto
libapache2-mod-tile (0.4.12
or add a new line. Can you please add this updated changelog.
thanks
Philipp
The text was updated successfully, but these errors were encountered: