diff --git a/src/iron/debian/changelog b/src/iron/debian/changelog new file mode 100644 index 0000000..6c1bcf2 --- /dev/null +++ b/src/iron/debian/changelog @@ -0,0 +1,5 @@ +rust-iron (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package iron 0.6.0 from crates.io using debcargo 2.2.6 + + -- Sylvestre Ledru Thu, 16 Aug 2018 10:36:46 +0200 diff --git a/src/iron/debian/copyright b/src/iron/debian/copyright new file mode 100644 index 0000000..ec971a8 --- /dev/null +++ b/src/iron/debian/copyright @@ -0,0 +1,41 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: iron +Upstream-Contact: + Jonathan Reem + Zach Pomerantz + Michael Sproul + Patrick Tran +Source: https://github.com/iron/iron + +Files: * +Copyright: + 2014 Jonathan Reem + 2014 Zach Pomerantz + 2014 Michael Sproul + 2014 Patrick Tran +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/iron/debian/copyright.debcargo.hint b/src/iron/debian/copyright.debcargo.hint new file mode 100644 index 0000000..76a27fc --- /dev/null +++ b/src/iron/debian/copyright.debcargo.hint @@ -0,0 +1,53 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: iron +Upstream-Contact: + Jonathan Reem + Zach Pomerantz + Michael Sproul + Patrick Tran +Source: https://github.com/iron/iron + +Files: * +Copyright: + FIXME (overlay) UNKNOWN-YEARS Jonathan Reem + FIXME (overlay) UNKNOWN-YEARS Zach Pomerantz + FIXME (overlay) UNKNOWN-YEARS Michael Sproul + FIXME (overlay) UNKNOWN-YEARS Patrick Tran +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: 2014 Iron Core Team +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/iron/debian/debcargo.toml b/src/iron/debian/debcargo.toml new file mode 100644 index 0000000..62cc3f7 --- /dev/null +++ b/src/iron/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "."