From: Josenilson Ferreira da SIlva Date: Fri, 3 Feb 2023 00:55:19 +0000 (-0300) Subject: package version 0.1.40 of fp-rust X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=354d9c660e1fa150961238c7f770e2a058667b0a;p=debcargo-conf.git package version 0.1.40 of fp-rust --- diff --git a/src/fp-rust/debian/RFS b/src/fp-rust/debian/RFS new file mode 100644 index 000000000..e69de29bb diff --git a/src/fp-rust/debian/changelog b/src/fp-rust/debian/changelog new file mode 100644 index 000000000..257925227 --- /dev/null +++ b/src/fp-rust/debian/changelog @@ -0,0 +1,5 @@ +rust-fp-rust (0.3.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package fp_rust 0.3.5 from crates.io using debcargo 2.6.0 + + -- Josenilson Ferreira da Silva Thu, 02 Feb 2023 21:49:27 -0300 diff --git a/src/fp-rust/debian/copyright b/src/fp-rust/debian/copyright new file mode 100644 index 000000000..59b9baf34 --- /dev/null +++ b/src/fp-rust/debian/copyright @@ -0,0 +1,32 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fp_rust +Upstream-Contact: JunYi JohnTeee Lee +Source: https://github.com/TeaEntityLab/fpRust + +Files: * +Copyright: 2018 JunYi JohnTeee Lee +License: MIT + +Files: debian/* +Copyright: 2023 Debian Rust Maintainers + 2023 Josenilson Ferreira da Silva +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/fp-rust/debian/copyright.debcargo.hint b/src/fp-rust/debian/copyright.debcargo.hint new file mode 100644 index 000000000..6fcdf27e6 --- /dev/null +++ b/src/fp-rust/debian/copyright.debcargo.hint @@ -0,0 +1,38 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fp_rust +Upstream-Contact: JunYi JohnTeee Lee +Source: https://github.com/TeaEntityLab/fpRust + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS JunYi JohnTeee Lee +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: debian/* +Copyright: + 2023 Debian Rust Maintainers + 2023 Josenilson Ferreira da Silva +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/fp-rust/debian/debcargo.toml b/src/fp-rust/debian/debcargo.toml new file mode 100644 index 000000000..0ef914e42 --- /dev/null +++ b/src/fp-rust/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Josenilson Ferreira da Silva "]