syncflux icon indicating copy to clipboard operation
syncflux copied to clipboard

deb package version number does not start with digit

Open Temebe opened this issue 2 years ago • 3 comments

When I tried to install syncflux from deb package I've encountered this error:

dpkg: error processing archive /home/<user>/Downloads/syncflux_v0.7.0_amd64.deb (--unpack):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'syncflux':
 'Version' field value 'v0.7.0': version number does not start with digit

I fixed it simply by changing version in DEBIAN/control from v0.7.0 to 0.7.0, but it'd be great to have this built in package building :).

Temebe avatar Feb 14 '22 11:02 Temebe

Hello @Temebe , thank you to report. this issue. I will fix in future releases.

toni-moreno avatar Feb 14 '22 18:02 toni-moreno

Any News?

Kazyini avatar Mar 04 '22 09:03 Kazyini

dpkg --force-bad-version -i syncflux_v0.7.0_amd64.deb 

podarok avatar Feb 23 '23 13:02 podarok