+rust-os-display (0.1.3-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+ * Team upload.
+ * Package os_display 0.1.3 from crates.io using debcargo 2.6.0
+ * Mark example as requiring "std" feature.
+ * Establish baseline for tests.
+
+ -- Peter Michael Green <plugwash@debian.org> Sat, 14 Jan 2023 23:07:13 +0000
+
rust-os-display (0.1.3-2) unstable; urgency=medium
* Team upload.
Source: https://github.com/blyxxyz/os_display
Files: *
-Copyright: 2021 Jan Verbeek <jan.verbeek@posteo.nl>
+Copyright: 2021-2022 Jan Verbeek <jan.verbeek@posteo.nl>
License: MIT
Files: debian/*
Copyright:
- 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2022 Collabora, Ltd.
License: MIT
Files: debian/*
Copyright:
- 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2022 Ryan Gonzalez <ryan.gonzalez@collabora.com>
+ 2022-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022-2023 Ryan Gonzalez <ryan.gonzalez@collabora.com>
License: MIT
License: MIT
overlay = "."
uploaders = ["Ryan Gonzalez <ryan.gonzalez@collabora.com>"]
+
+#the crate requires at least one of the native, unix or windows features
+[packages.lib]
+test_is_broken = true
+
+[packages."lib+native"]
+test_is_broken = false
+
+[packages."lib+unix"]
+test_is_broken = false
+
+[packages."lib+windows"]
+test_is_broken = false
+
+[packages."lib+default"]
+test_is_broken = false
+
--- /dev/null
+--- rust-os-display-0.1.3.orig/Cargo.toml
++++ rust-os-display-0.1.3/Cargo.toml
+@@ -27,6 +27,10 @@ all-features = true
+ [dependencies.unicode-width]
+ version = "0.1"
+
++[[example]]
++name = "echo"
++required-features = ["std"]
++
+ [features]
+ alloc = []
+ default = ["native", "alloc", "std"]
update-dep.diff
#fix-doctests.diff
+mark-example-as-needing-std.diff