]> git.proxmox.com Git - debcargo-conf.git/commitdiff
memsec - mark test for alloc feature as broken.
authorPeter Michael Green <plugwash@debian.org>
Sat, 5 Feb 2022 21:40:11 +0000 (21:40 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 5 Feb 2022 21:40:42 +0000 (21:40 +0000)
src/memsec/debian/changelog
src/memsec/debian/debcargo.toml

index a22121930c0f5ea9b2e1208d7dc22ab205ba5b94..2091b1815fa66f084685f9cdf7d529e9f9634619 100644 (file)
@@ -1,3 +1,11 @@
+rust-memsec (0.5.7-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package memsec 0.5.7 from crates.io using debcargo 2.4.4
+  * Mark test for "alloc" feature as broken, it fails with no-default-features.
+
+ -- Peter Michael Green <plugwash@debian.org>  Sat, 05 Feb 2022 21:38:02 +0000
+
 rust-memsec (0.5.7-3) unstable; urgency=medium
 
   * Team upload.
index 3b443b0369a936a5b5d5ceaccafa847b46df32bd..20d1b899a801ce4978004978ec530609201bed2a 100644 (file)
@@ -1,2 +1,6 @@
 overlay = "."
 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
+
+#fails with no-default-features.
+[packages."lib+alloc"]
+test_is_broken = true