diff --git a/src/nix-0.10/debian/changelog b/src/nix-0.10/debian/changelog new file mode 100644 index 0000000..3dadc01 --- /dev/null +++ b/src/nix-0.10/debian/changelog @@ -0,0 +1,5 @@ +rust-nix-0.10 (0.10.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package nix 0.10.0 from crates.io using debcargo 2.2.3 + + -- Paride Legovini Sat, 14 Jul 2018 12:07:55 +0200 diff --git a/src/nix-0.10/debian/copyright b/src/nix-0.10/debian/copyright new file mode 100644 index 0000000..c3d8ab8 --- /dev/null +++ b/src/nix-0.10/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: nix +Upstream-Contact: Carl Lerche +Source: https://github.com/nix-rust/nix + +Files: * +Copyright: 2015 Carl Lerche + nix-rust Authors +License: MIT + +Files: src/sys/signal.rs +Copyright: + 2015 Carl Lerche + nix-rust Authors + 2014 The Rust Project Developers +License: MIT + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Paride Legovini +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/nix-0.10/debian/copyright.debcargo.hint b/src/nix-0.10/debian/copyright.debcargo.hint new file mode 100644 index 0000000..9e4dd80 --- /dev/null +++ b/src/nix-0.10/debian/copyright.debcargo.hint @@ -0,0 +1,52 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: nix +Upstream-Contact: The nix-rust Project Developers +Source: https://github.com/nix-rust/nix + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS The nix-rust Project Developers +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 Carl Lerche + nix-rust Authors +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/sys/signal.rs +Copyright: 2014 The Rust Project Developers. +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/nix-0.10/debian/debcargo.toml b/src/nix-0.10/debian/debcargo.toml new file mode 100644 index 0000000..94ffe4a --- /dev/null +++ b/src/nix-0.10/debian/debcargo.toml @@ -0,0 +1,2 @@ +semver_suffix = true +overlay = "."