From 1996a1bfd3476f609953f7aa0df409e519cce813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 11 Jan 2023 10:20:42 +0100 Subject: [PATCH] backport crypto-common 0.1.3-1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit needed for digest Signed-off-by: Fabian Grünbichler --- src/crypto-common/debian/changelog | 11 +++++ src/crypto-common/debian/copyright | 37 ++++++++++++++ .../debian/copyright.debcargo.hint | 49 +++++++++++++++++++ src/crypto-common/debian/debcargo.toml | 4 ++ 4 files changed, 101 insertions(+) create mode 100644 src/crypto-common/debian/changelog create mode 100644 src/crypto-common/debian/copyright create mode 100644 src/crypto-common/debian/copyright.debcargo.hint create mode 100644 src/crypto-common/debian/debcargo.toml diff --git a/src/crypto-common/debian/changelog b/src/crypto-common/debian/changelog new file mode 100644 index 000000000..683f59a49 --- /dev/null +++ b/src/crypto-common/debian/changelog @@ -0,0 +1,11 @@ +rust-crypto-common (0.1.3-1~bpo11+pve1) proxmox-rust; urgency=medium + + * Rebuild for Debian Bullseye / Proxmox + + -- Proxmox Support Team Wed, 11 Jan 2023 10:20:40 +0100 + +rust-crypto-common (0.1.3-1) unstable; urgency=medium + + * Package crypto-common 0.1.3 from crates.io using debcargo 2.5.0 + + -- Sylvestre Ledru Mon, 23 May 2022 23:13:04 +0200 diff --git a/src/crypto-common/debian/copyright b/src/crypto-common/debian/copyright new file mode 100644 index 000000000..84a3a13d3 --- /dev/null +++ b/src/crypto-common/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: crypto-common +Upstream-Contact: RustCrypto Developers +Source: https://github.com/RustCrypto/traits + +Files: * +Copyright: 2021-2022 RustCrypto Developers +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2022 Debian Rust Maintainers + 2022 Sylvestre Ledru +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/crypto-common/debian/copyright.debcargo.hint b/src/crypto-common/debian/copyright.debcargo.hint new file mode 100644 index 000000000..5da1a7c13 --- /dev/null +++ b/src/crypto-common/debian/copyright.debcargo.hint @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: crypto-common +Upstream-Contact: RustCrypto Developers +Source: https://github.com/RustCrypto/traits + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers +License: MIT or Apache-2.0 +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-MIT +Copyright: 2021 RustCrypto Developers +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: + 2022 Debian Rust Maintainers + 2022 Sylvestre Ledru +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/crypto-common/debian/debcargo.toml b/src/crypto-common/debian/debcargo.toml new file mode 100644 index 000000000..2d2a41539 --- /dev/null +++ b/src/crypto-common/debian/debcargo.toml @@ -0,0 +1,4 @@ +overlay = "." +uploaders = ["Sylvestre Ledru "] +collapse_features = true + -- 2.39.5