Source: oxigraph Version: 0.4.7-2 Severity: important Tags: patch X-Debbugs-Cc: noisyc...@tutanota.com
Dear Maintainer, The spareval version is reported incorrectly in some d/tests/control entries. This causes autopkgtest failures due to uninstallability. This bug will be RC when 0.4.7-2 reaches unstable. Patch in attachment. Cheers!
>From 975d60fdae63d7d1060c2e35bfd2af9a44c1e8b1 Mon Sep 17 00:00:00 2001 From: NoisyCoil <noisyc...@tutanota.com> Date: Sat, 8 Feb 2025 12:45:12 +0100 Subject: [PATCH] d/t/control: fix spareval version --- debian/tests/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 685ea89a..9ba15f25 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -265,7 +265,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test spareval 0.1.1 Features: test-name=rust-spareval:@ Depends: dh-rust, - librust-spareval-0.2-dev, + librust-spareval-0.1-dev, Restrictions: allow-stderr Architecture: amd64 @@ -274,7 +274,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test spareval 0.1.1 Features: test-name=rust-spareval: Depends: dh-rust, - librust-spareval-0.2-dev, + librust-spareval-0.1-dev, Restrictions: allow-stderr Architecture: amd64 -- 2.47.2