From: Peter Michael Green Date: Tue, 15 Mar 2022 19:54:44 +0000 (+0000) Subject: clap - establish baseline for tests. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e739a23693708c1b0fd0f9833f74714c32811679;p=debcargo-conf.git clap - establish baseline for tests. --- diff --git a/src/clap/debian/changelog b/src/clap/debian/changelog index 924d69a22..58dad0cc6 100644 --- a/src/clap/debian/changelog +++ b/src/clap/debian/changelog @@ -8,6 +8,7 @@ rust-clap (3.1.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium in the crates.io release of the crate anyway. * Disable derive feature, rust-clap-derive is not currently in Debian. + * Establish baseline for tests. [ Sylvestre Ledru ] * Package clap 3.1.6 from crates.io using debcargo 2.5.0 diff --git a/src/clap/debian/debcargo.toml b/src/clap/debian/debcargo.toml index ae9732e2a..40121715c 100644 --- a/src/clap/debian/debcargo.toml +++ b/src/clap/debian/debcargo.toml @@ -3,3 +3,17 @@ uploaders = ["Sylvestre Ledru "] # The auto-generated summary is too long. summary = "Rust Command Line Argument Parser" + +#tests fail unless the std feature is enabled +[packages.lib] +test_is_broken = true + +[packages."lib+std"] +test_is_broken = false + +[packages."lib+default"] +test_is_broken = false + +[packages."lib+@"] +test_is_broken = false +