diff --git a/src/crossbeam-queue/debian/changelog b/src/crossbeam-queue/debian/changelog index dc5dcba..d1412e0 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 a6b2f3a..73edaff 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