Closed svschwartz closed 4 years ago
hi @svschwartz, thanks for the PR! it appears that dpkg-deb won't allow the Version
field to start with a letter:
Version' field value 'v1.2.0': version number does not start with digit
Would it be possible to add some logic to strip off anything not numeric from the Version
field?
Hi guys! I was actually trying to fix build-deb inside docker container and here I am with my fork. Though I had to drop "v" letter in tags and now my master tag is "1.4.1.2". Please check my PR, it might be useful.
Cheers, Sergey