]> git.proxmox.com Git - debcargo-conf.git/commitdiff
arrayvec: Mark autopkgtests flaky when std feature is not enabled
authorJames McCoy <jamessan@debian.org>
Mon, 2 Jan 2023 23:52:16 +0000 (18:52 -0500)
committerJames McCoy <jamessan@debian.org>
Mon, 2 Jan 2023 23:52:41 +0000 (18:52 -0500)
Signed-off-by: James McCoy <jamessan@debian.org>
src/arrayvec/debian/changelog
src/arrayvec/debian/copyright.debcargo.hint
src/arrayvec/debian/debcargo.toml

index 380f2df885059099595ec9ad767756de5a033eaf..3182f97e6773d825ecb6d8f07685081bd020f42e 100644 (file)
@@ -1,3 +1,11 @@
+rust-arrayvec (0.7.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package arrayvec 0.7.2 from crates.io using debcargo 2.6.0
+  * Mark autopkgtests flaky when std feature isn't enabled.
+
+ -- James McCoy <jamessan@debian.org>  Mon, 02 Jan 2023 18:41:16 -0500
+
 rust-arrayvec (0.7.2-1) unstable; urgency=medium
 
   * Team upload.
index e1da3c82541643e32e9160db80f981368b071b14..e433a48822e3513abe9811709ef269056f0c68d6 100644 (file)
@@ -12,7 +12,7 @@ Comment:
  be correct information so you should review and fix this before uploading to
  the archive.
 
-Files: ./src/char.rs
+Files: src/char.rs
 Copyright: 2012-2016 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
@@ -21,9 +21,9 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
- 2018-2021 Andrej Shadura <andrewsh@debian.org>
+ 2018-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2023 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2018-2023 Andrej Shadura <andrewsh@debian.org>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 907cfe1e0e554957669646d0ce750b03ac5766c0..442986468d2823f08ebd172fdc5f229d3664d8b3 100644 (file)
@@ -3,3 +3,9 @@ uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>", "Andrej Shadura <an
 
 # The auto-generated summary is too long.
 summary = "Vector with fixed capacity, backed by an array"
+
+[packages.lib]
+test_is_broken = true
+
+[packages."lib+std"]
+test_is_broken = false