jkawamoto / go-pixeldrain

Share files with decentralized cloud storage.
https://pkg.go.dev/github.com/jkawamoto/go-pixeldrain
MIT License
42 stars 3 forks source link

Problem with deb package: version number doesn't start with a digit #9

Closed Fornax96 closed 3 years ago

Fornax96 commented 5 years ago

First of all: amazing tool, man. I love it!

There's a problem with your debian installer package 'pd_v0.3.1_amd64.deb'. When I try to install it with dpkg it says this:

sudo dpkg -i pd_v0.3.1_amd64.deb 
dpkg: error processing archive pd_v0.3.1_amd64.deb (--install):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 5 package 'pd':
 error in 'Version' field string 'v0.3.1': version number does not start with a digit
Errors were encountered while processing:
 pd_v0.3.1_amd64.deb

Your version number cannot start with a v

jkawamoto commented 3 years ago

Sorry for the late reply. I've just published v0.4.0 that has a correct dep package.