toni-moreno / syncflux

SyncFlux is an Open Source InfluxDB Data synchronization and replication tool for migration purposes or HA clusters
MIT License
154 stars 34 forks source link

deb package version number does not start with digit #54

Open Temebe opened 2 years ago

Temebe commented 2 years ago

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 :).

toni-moreno commented 2 years ago

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

Kazyini commented 2 years ago

Any News?

podarok commented 1 year ago
dpkg --force-bad-version -i syncflux_v0.7.0_amd64.deb