diff --git a/src/locale/debian/changelog b/src/locale/debian/changelog new file mode 100644 index 0000000..ed35a73 --- /dev/null +++ b/src/locale/debian/changelog @@ -0,0 +1,5 @@ +rust-locale (0.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package locale 0.2.2 from crates.io using debcargo 2.2.5 + + -- Sylvestre Ledru Mon, 13 Aug 2018 23:40:01 +0200 diff --git a/src/locale/debian/copyright b/src/locale/debian/copyright new file mode 100644 index 0000000..5222505 --- /dev/null +++ b/src/locale/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: locale +Upstream-Contact: + Ben S + Jan Hudec +Source: https://github.com/rust-locale/rust-locale/ + +Files: * +Copyright: + 2015 Ben S + 2015 Jan Hudec +License: MIT + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Sylvestre Ledru +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/locale/debian/copyright.debcargo.hint b/src/locale/debian/copyright.debcargo.hint new file mode 100644 index 0000000..4efaca2 --- /dev/null +++ b/src/locale/debian/copyright.debcargo.hint @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: locale +Upstream-Contact: + Ben S + Jan Hudec +Source: https://github.com/rust-locale/rust-locale/ + +Files: * +Copyright: + FIXME (overlay) UNKNOWN-YEARS Ben S + FIXME (overlay) UNKNOWN-YEARS Jan Hudec +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 Ben S , Jan Hudec +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: + 2018 Debian Rust Maintainers + 2018 FIXME (overlay) Your Name +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/locale/debian/debcargo.toml b/src/locale/debian/debcargo.toml new file mode 100644 index 0000000..62cc3f7 --- /dev/null +++ b/src/locale/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "."