From 670f50f2c104689fbf28bf2f6408a4728aad75f7 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Tue, 14 Apr 2020 13:25:01 +0000 Subject: [PATCH] crossbeam-queue: set test-is-broken --- src/crossbeam-queue/debian/changelog | 12 ++++++++++++ src/crossbeam-queue/debian/debcargo.toml | 7 +++++++ 2 files changed, 19 insertions(+) diff --git a/src/crossbeam-queue/debian/changelog b/src/crossbeam-queue/debian/changelog index dc5dcba9d..d1412e0b8 100644 --- a/src/crossbeam-queue/debian/changelog +++ b/src/crossbeam-queue/debian/changelog @@ -1,3 +1,15 @@ +rust-crossbeam-queue (0.2.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package crossbeam-queue 0.2.1 from crates.io using debcargo 2.4.2 + * Set test_is_broken = true + + the tests fail when neither the std or alloc featureset is enabled, + from reading the code my understanding is that with neither + featureset enabled the package is essentially useless and this + is by-design. + + -- Peter Michael Green Tue, 14 Apr 2020 13:22:44 +0000 + rust-crossbeam-queue (0.2.1-1) unstable; urgency=medium * Team upload. diff --git a/src/crossbeam-queue/debian/debcargo.toml b/src/crossbeam-queue/debian/debcargo.toml index a6b2f3af9..73edaffec 100644 --- a/src/crossbeam-queue/debian/debcargo.toml +++ b/src/crossbeam-queue/debian/debcargo.toml @@ -1,2 +1,9 @@ overlay = "." uploaders = ["Wolfgang Silbermayr "] + +[packages.lib] +# tests fail when neither the std or alloc featureset is enabled, +# from reading the code my understanding is that with neither +# featureset enabled the package is essentially useless and this +# is by-design. +test_is_broken = true -- 2.39.5