diff --git a/src/chrono/debian/changelog b/src/chrono/debian/changelog index 46c862c..a458b82 100644 --- a/src/chrono/debian/changelog +++ b/src/chrono/debian/changelog @@ -1,3 +1,13 @@ +rust-chrono (0.4.23-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package chrono 0.4.23 from crates.io using debcargo 2.6.0 + * Mark tests for the arbitrary feature (newly introduced in chrono 0.4.23) as + broken, the arbitrary feature fails to build if the std feature is not also + enabled. + + -- Peter Michael Green Tue, 22 Nov 2022 15:54:29 +0000 + rust-chrono (0.4.23-1) unstable; urgency=medium * Team upload. diff --git a/src/chrono/debian/debcargo.toml b/src/chrono/debian/debcargo.toml index 13bd86b..4725738 100644 --- a/src/chrono/debian/debcargo.toml +++ b/src/chrono/debian/debcargo.toml @@ -10,3 +10,9 @@ # easily for an optional dependency unless a separate feature would be # defined test_is_broken = true + +[packages."lib+arbitrary"] +# The test would only work with `std` enabled, but that can't be done +# easily for an optional dependency unless a separate feature would be +# defined +test_is_broken = true