]> git.proxmox.com Git - debcargo-conf.git/commitdiff
clap - establish baseline for tests.
authorPeter Michael Green <plugwash@debian.org>
Tue, 15 Mar 2022 19:54:44 +0000 (19:54 +0000)
committerPeter Michael Green <plugwash@debian.org>
Tue, 15 Mar 2022 20:01:30 +0000 (20:01 +0000)
src/clap/debian/changelog
src/clap/debian/debcargo.toml

index 924d69a22ac90257aeb0f40d8761d810e501249e..58dad0cc654b4ddf81db82c2016159dd66255a3e 100644 (file)
@@ -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
index ae9732e2a0f02246e2e1645e6f47e81a848f2ed9..40121715c61f9dbfc2e3001b922649c9a6693f92 100644 (file)
@@ -3,3 +3,17 @@ uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
 
 # 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
+