From f18654fbe08e8a6d5f2e75a1b8b8f3d784616920 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20Kj=C3=A4ll?= Date: Tue, 16 Aug 2022 19:38:16 +0200 Subject: [PATCH] package base64ct, a dependency of new versions of pbkdf2, that is needed to be updated in order to update sha-1 --- src/base64ct/debian/RFS | 0 src/base64ct/debian/changelog | 5 ++ src/base64ct/debian/copyright | 39 ++++++++++++++ src/base64ct/debian/copyright.debcargo.hint | 58 +++++++++++++++++++++ src/base64ct/debian/debcargo.toml | 3 ++ 5 files changed, 105 insertions(+) create mode 100644 src/base64ct/debian/RFS create mode 100644 src/base64ct/debian/changelog create mode 100644 src/base64ct/debian/copyright create mode 100644 src/base64ct/debian/copyright.debcargo.hint create mode 100644 src/base64ct/debian/debcargo.toml diff --git a/src/base64ct/debian/RFS b/src/base64ct/debian/RFS new file mode 100644 index 000000000..e69de29bb diff --git a/src/base64ct/debian/changelog b/src/base64ct/debian/changelog new file mode 100644 index 000000000..dd8e3cfdc --- /dev/null +++ b/src/base64ct/debian/changelog @@ -0,0 +1,5 @@ +rust-base64ct (1.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package base64ct 1.5.1 from crates.io using debcargo 2.5.0 + + -- Alexander Kjäll Tue, 16 Aug 2022 19:17:12 +0200 diff --git a/src/base64ct/debian/copyright b/src/base64ct/debian/copyright new file mode 100644 index 000000000..35b4f12f5 --- /dev/null +++ b/src/base64ct/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: base64ct +Upstream-Contact: RustCrypto Developers +Source: https://github.com/RustCrypto/formats/tree/master/base64ct + +Files: * +Copyright: + 2021-2022 RustCrypto Developers + 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com) +License: Apache-2.0 or MIT + +Files: debian/* +Copyright: + 2022 Debian Rust Maintainers + 2022 Alexander Kjäll +License: Apache-2.0 or MIT + +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/base64ct/debian/copyright.debcargo.hint b/src/base64ct/debian/copyright.debcargo.hint new file mode 100644 index 000000000..1e7d6f547 --- /dev/null +++ b/src/base64ct/debian/copyright.debcargo.hint @@ -0,0 +1,58 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: base64ct +Upstream-Contact: RustCrypto Developers +Source: https://github.com/RustCrypto/formats/tree/master/base64ct + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS RustCrypto Developers +License: Apache-2.0 or 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-MIT +Copyright: + 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com) + 2021 The RustCrypto Project Developers +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/lib.rs +Copyright: 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com). +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 Alexander Kjäll +License: Apache-2.0 or MIT + +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/base64ct/debian/debcargo.toml b/src/base64ct/debian/debcargo.toml new file mode 100644 index 000000000..d9722832c --- /dev/null +++ b/src/base64ct/debian/debcargo.toml @@ -0,0 +1,3 @@ +overlay = "." +uploaders = ["Alexander Kjäll "] +excludes = ["benches/**"] -- 2.39.5