From 6a0372a256ef6deb8a55943b23be6de88e0f7338 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 22 Dec 2020 16:40:46 +0100 Subject: [PATCH] Prepare ordered-multimap. Needed for rust-ini, needed for coreutils --- src/ordered-multimap/debian/changelog | 5 +++ src/ordered-multimap/debian/copyright | 33 ++++++++++++++ .../debian/copyright.debcargo.hint | 45 +++++++++++++++++++ src/ordered-multimap/debian/debcargo.toml | 2 + 4 files changed, 85 insertions(+) create mode 100644 src/ordered-multimap/debian/changelog create mode 100644 src/ordered-multimap/debian/copyright create mode 100644 src/ordered-multimap/debian/copyright.debcargo.hint create mode 100644 src/ordered-multimap/debian/debcargo.toml diff --git a/src/ordered-multimap/debian/changelog b/src/ordered-multimap/debian/changelog new file mode 100644 index 000000000..162919e79 --- /dev/null +++ b/src/ordered-multimap/debian/changelog @@ -0,0 +1,5 @@ +rust-ordered-multimap (0.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package ordered-multimap 0.3.1 from crates.io using debcargo 2.4.4-alpha.0 + + -- Sylvestre Ledru Tue, 22 Dec 2020 16:40:11 +0100 diff --git a/src/ordered-multimap/debian/copyright b/src/ordered-multimap/debian/copyright new file mode 100644 index 000000000..1801a58f0 --- /dev/null +++ b/src/ordered-multimap/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ordered-multimap +Upstream-Contact: Scott Godwin +Source: https://github.com/sgodwincs/ordered-multimap-rs + +Files: * +Copyright: 2018-2020 Scott Godwin +License: MIT + +Files: debian/* +Copyright: + 2020 Debian Rust Maintainers + 2020 Sylvestre Ledru +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/src/ordered-multimap/debian/copyright.debcargo.hint b/src/ordered-multimap/debian/copyright.debcargo.hint new file mode 100644 index 000000000..e0408c51c --- /dev/null +++ b/src/ordered-multimap/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ordered-multimap +Upstream-Contact: Scott Godwin +Source: https://github.com/sgodwincs/ordered-multimap-rs + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Scott Godwin +License: MIT +Comment: + FIXME (overlay): Since upstream copyright years are not available in + Cargo.toml, they were extracted from the upstream Git repository. This may not + be correct information so you should review and fix this before uploading to + the archive. + +Files: ./LICENSE +Copyright: 2018 sgodwincs +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: debian/* +Copyright: + 2020 Debian Rust Maintainers + 2020 Sylvestre Ledru +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/src/ordered-multimap/debian/debcargo.toml b/src/ordered-multimap/debian/debcargo.toml new file mode 100644 index 000000000..d4f56dad9 --- /dev/null +++ b/src/ordered-multimap/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Sylvestre Ledru "] -- 2.39.5