From: Jelmer Vernooij Date: Tue, 3 May 2022 22:13:00 +0000 (+0100) Subject: Package llvm-bitcode. X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7ebc00e1102db018ea9b69c26d2e9358e62f1645;p=debcargo-conf.git Package llvm-bitcode. --- diff --git a/src/llvm-bitcode/debian/changelog b/src/llvm-bitcode/debian/changelog new file mode 100644 index 000000000..8b1f4bb86 --- /dev/null +++ b/src/llvm-bitcode/debian/changelog @@ -0,0 +1,5 @@ +rust-llvm-bitcode (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package llvm-bitcode 0.1.2 from crates.io using debcargo 2.5.0 + + -- Jelmer Vernooij Tue, 03 May 2022 11:08:08 +0100 diff --git a/src/llvm-bitcode/debian/copyright b/src/llvm-bitcode/debian/copyright new file mode 100644 index 000000000..0aec15bc9 --- /dev/null +++ b/src/llvm-bitcode/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: llvm-bitcode +Upstream-Contact: messense +Source: https://github.com/messense/llvm-bitcode-rs.git + +Files: * +Copyright: 2021-2022 messense +License: MIT + +Files: debian/* +Copyright: + 2022 Debian Rust Maintainers + 2022 Jelmer Vernooij +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/llvm-bitcode/debian/copyright.debcargo.hint b/src/llvm-bitcode/debian/copyright.debcargo.hint new file mode 100644 index 000000000..92ee35dd1 --- /dev/null +++ b/src/llvm-bitcode/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: llvm-bitcode +Upstream-Contact: messense +Source: https://github.com/messense/llvm-bitcode-rs.git + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS messense +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: 2021 messense +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 Jelmer Vernooij +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/llvm-bitcode/debian/debcargo.toml b/src/llvm-bitcode/debian/debcargo.toml new file mode 100644 index 000000000..77e8151ed --- /dev/null +++ b/src/llvm-bitcode/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Jelmer Vernooij "]