esell / deb-simple

A lightweight, bare-bones apt repository server
MIT License
238 stars 17 forks source link

simplify debian package build #35

Closed svschwartz closed 4 years ago

svschwartz commented 5 years ago

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

esell commented 5 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?