Source: rust-debcargo Version: 2.7.5-1 Severity: normal X-Debbugs-Cc: sudipm.mukher...@gmail.com
Dear Maintainer, I am trying to update libbpf-rs now and the latest upstream version is '0.25.0~beta.0'. When I try to do './release.sh libbpf-rs' it fails with error: debcargo failed: failed to parse the version requirement `=0.25.0~beta.0` for dependency `libbpf-rs` Caused by: expected comma after patch version number, found '~' It seems the command that is executed by the release script is: /usr/bin/debcargo package --config /home/sudip/src/debcargo-conf/src/libbpf-rs/debian/debcargo.toml --directory /home/sudip/src/debcargo-conf/build/libbpf-rs --changelog-ready libbpf-rs 0.25.0~beta.0 And debcargo fails to handle the '~' in the version. -- Regards Sudip