diff --git a/TODO.rst b/TODO.rst index 957a0f5..810c8d1 100644 --- a/TODO.rst +++ b/TODO.rst @@ -33,6 +33,7 @@ These packages (RFS) are prepared in the master branch and can be uploaded because all required dependencies are available in main:: + rustyline der-parser gtk-rs-lgpl-docs maxminddb (update) diff --git a/src/rustyline/debian/changelog b/src/rustyline/debian/changelog new file mode 100644 index 0000000..a1a8eff --- /dev/null +++ b/src/rustyline/debian/changelog @@ -0,0 +1,5 @@ +rust-rustyline (3.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package rustyline 3.0.0 from crates.io using debcargo 2.2.9 + + -- kpcyrd Sun, 23 Dec 2018 18:11:54 +0000 diff --git a/src/rustyline/debian/copyright b/src/rustyline/debian/copyright new file mode 100644 index 0000000..52ce8e5 --- /dev/null +++ b/src/rustyline/debian/copyright @@ -0,0 +1,35 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rustyline +Upstream-Contact: Katsu Kawakami +Source: https://github.com/kkawakam/rustyline + +Files: * +Copyright: + 2015-2018 Katsu Kawakami + 2015-2018 Rustyline authors +License: MIT + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 kpcyrd +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/rustyline/debian/copyright.debcargo.hint b/src/rustyline/debian/copyright.debcargo.hint new file mode 100644 index 0000000..bd321c9 --- /dev/null +++ b/src/rustyline/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rustyline +Upstream-Contact: Katsu Kawakami +Source: https://github.com/kkawakam/rustyline + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Katsu Kawakami +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 Katsu Kawakami & Rustyline authors +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 kpcyrd +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/rustyline/debian/debcargo.toml b/src/rustyline/debian/debcargo.toml new file mode 100644 index 0000000..8f1f3c1 --- /dev/null +++ b/src/rustyline/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["kpcyrd "]