From f5cea5e9db0b97e16e73c36c67f8e9d64f92dcbe Mon Sep 17 00:00:00 2001 From: Matthias Geiger Date: Mon, 2 May 2022 20:07:38 -0600 Subject: [PATCH] Packaged checked-int-cast 1.0.0 --- src/checked-int-cast/debian/RFS | 0 src/checked-int-cast/debian/changelog | 5 +++ src/checked-int-cast/debian/copyright | 33 ++++++++++++++ .../debian/copyright.debcargo.hint | 45 +++++++++++++++++++ src/checked-int-cast/debian/debcargo.toml | 2 + 5 files changed, 85 insertions(+) create mode 100644 src/checked-int-cast/debian/RFS create mode 100644 src/checked-int-cast/debian/changelog create mode 100644 src/checked-int-cast/debian/copyright create mode 100644 src/checked-int-cast/debian/copyright.debcargo.hint create mode 100644 src/checked-int-cast/debian/debcargo.toml diff --git a/src/checked-int-cast/debian/RFS b/src/checked-int-cast/debian/RFS new file mode 100644 index 000000000..e69de29bb diff --git a/src/checked-int-cast/debian/changelog b/src/checked-int-cast/debian/changelog new file mode 100644 index 000000000..1bb9d940c --- /dev/null +++ b/src/checked-int-cast/debian/changelog @@ -0,0 +1,5 @@ +rust-checked-int-cast (1.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package checked_int_cast 1.0.0 from crates.io using debcargo 2.5.0 + + -- Matthias Geiger Mon, 02 May 2022 19:50:08 -0600 diff --git a/src/checked-int-cast/debian/copyright b/src/checked-int-cast/debian/copyright new file mode 100644 index 000000000..e927043da --- /dev/null +++ b/src/checked-int-cast/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: checked_int_cast +Upstream-Contact: Peter Reid +Source: https://github.com/PeterReid/checked_int_cast + +Files: * +Copyright: 2015-2022 Peter Reid +License: MIT + +Files: debian/* +Copyright: + 2022 Debian Rust Maintainers + 2022 Matthias Geiger +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/checked-int-cast/debian/copyright.debcargo.hint b/src/checked-int-cast/debian/copyright.debcargo.hint new file mode 100644 index 000000000..33400844e --- /dev/null +++ b/src/checked-int-cast/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: checked_int_cast +Upstream-Contact: Peter Reid +Source: https://github.com/PeterReid/checked_int_cast + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Peter Reid +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: 2015 Peter Reid and other checked_int_cast contributors +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 Matthias Geiger +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/checked-int-cast/debian/debcargo.toml b/src/checked-int-cast/debian/debcargo.toml new file mode 100644 index 000000000..b42a0939c --- /dev/null +++ b/src/checked-int-cast/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Matthias Geiger "] -- 2.39.5