Package: rust-test-case Followup-For: Bug #1045582 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu mantic ubuntu-patch X-Debbugs-Cc: zixing....@canonical.com Control: tags -1 patch
Dear Maintainer, After updating rust-test-case to 3.1.0-3, the autopkgtest no longer passes due to a typo in the Provides field in debian/control. In Ubuntu, the attached patch was proposed to achieve the following: * fix a typo in the Provides field; this fixes the autopkgtest Thanks for considering the patch. Thanks, Zixing
diff -Nru rust-test-case-3.1.0/debian/control rust-test-case-3.1.0/debian/control --- rust-test-case-3.1.0/debian/control 2023-08-20 03:24:41.000000000 -0600 +++ rust-test-case-3.1.0/debian/control 2023-08-21 19:23:25.000000000 -0600 @@ -45,7 +45,7 @@ librust-test-case-core-3.1-dev (= ${binary:Version}), librust-test-case-core-3.1.0-dev (= ${binary:Version}), librust-test-case-macros-3+default-dev (= ${binary:Version}), - librust-test-case-macros-3+with-regex (= ${binary:Version}), + librust-test-case-macros-3+with-regex-dev (= ${binary:Version}), librust-test-case-macros-3-dev (= ${binary:Version}), librust-test-case-macros-3.1-dev (= ${binary:Version}), librust-test-case-macros-3.1.0-dev (= ${binary:Version}),