Codebase list rust-regex / a2c4182
sequoia-openpgp: disable known-broken autopkgtests Daniel Kahn Gillmor 3 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-sequoia-openpgp (0.17.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package sequoia-openpgp 0.17.0 from crates.io using debcargo 2.4.2
3 * Mark autopkgtests as broken for features with dependencies that cargo
4 cannot currently represent
5
6 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 22 Jun 2020 11:00:07 -0400
7
08 rust-sequoia-openpgp (0.17.0-3) unstable; urgency=medium
19
210 * Package sequoia-openpgp 0.17.0 from crates.io using debcargo 2.4.2
44 # this should track the version of nettle needed:
55 [packages.lib]
66 depends = ["librust-nettle-7+default-dev"]
7 test_is_broken = false
78
89 # the auto-generated quickcheck feature needs to include "rand". This
910 # is why x-quickcheck exists for now upstream, see
1112 # this should track the version of rand needed:
1213 [packages."lib+quickcheck"]
1314 depends = ["librust-rand-0.7-dev"]
15 test_is_broken = false