Package: rust-parsec-service / 1.4.1-4

Metadata

Package Version Patches format
rust-parsec-service 1.4.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax dep.diff | (download)

Cargo.toml | 19 9 + 10 - 0 !
1 file changed, 9 insertions(+), 10 deletions(-)

---
drop deps.diff | (download)

Cargo.toml | 29 3 + 26 - 0 !
1 file changed, 3 insertions(+), 26 deletions(-)

 drop features depending on packages not in debian yet
 Disable the cryptoauthlib and trusted-service provider.

 In theory, all crates needed by trusted-service-provider are packaged in
 Debian. However, it needs files from another arm project called
 trusted-services-vendor, which has not been packaged yet.

 Also disable the jwt-svid authenticator.

 We will enable the missing features incrementally once the needed crates enter
 Debian.
unfix clap.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 unfix clap version
 which was set in upstream commit ae089411de, being "the highest clap version
 that is compatible with the current MSRV". OTOH, parsec-service is currently
 only in testing, which has rustc 1.80, so that does not really matter.