From: Ximin Luo Date: Fri, 3 Aug 2018 11:56:48 +0000 (-0700) Subject: Package commoncrypto, home, libssh2-sys, libz-sys, semver, serde_ignored, synom;... X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c761d8969d8d017e7a35d22a1697579dc9116237;p=debcargo-conf.git Package commoncrypto, home, libssh2-sys, libz-sys, semver, serde_ignored, synom; Update syn --- diff --git a/TODO.rst b/TODO.rst index ce8fb87d9..66235d54b 100644 --- a/TODO.rst +++ b/TODO.rst @@ -130,20 +130,17 @@ dependencies of debcargo Roughly in dependency order, i.e. earlier packages have less dependencies. Some versions might be out-of-date:: - - quote v0.6.3 - syn v0.14.2 + - syn v0.14.2 serde_derive v1.0.66 - semver v0.9.0 - - itertools v0.7.8 - - cmake v0.1.31 - libz-sys v1.0.18 - libssh2-sys v0.2.7 + - semver v0.9.0 + - libz-sys v1.0.18 + - libssh2-sys v0.2.7 curl-sys v0.4.5 libgit2-sys v0.7.3 git2 v0.7.1 miniz-sys v0.1.10 flate2 v1.0.1 - synom v0.11.3 + - synom v0.11.3 quote v0.3.15 syn v0.11.11 synstructure v0.6.1 @@ -151,26 +148,23 @@ Some versions might be out-of-date:: backtrace-sys v0.1.23 backtrace v0.3.8 failure v0.1.1 - serde_ignored v0.0.4 + - serde_ignored v0.0.4 - socket2 v0.3.6 miow v0.3.1 lazycell v0.6.0 - jobserver v0.1.11 regex-syntax v0.5.6 regex v0.2.11 -- largely compatible with regex 1, try patching Cargo.toml to use latter - - ignore v0.4.2 - home v0.3.3 + - home v0.3.3 winapi v0.2.8 kernel32-sys v0.2.2 curl v0.4.12 git2-curl v0.8.1 - - fs2 v0.4.3 filetime v0.1.15 - env_logger v0.5.10 - foreign-types v0.3.2 openssl v0.10.9 - - commoncrypto-sys v0.2.0 - commoncrypto v0.2.0 + - commoncrypto v0.2.0 crypto-hash v0.3.1 crates-io v0.16.0 - core-foundation-sys v0.5.1 diff --git a/src/commoncrypto/debian/changelog b/src/commoncrypto/debian/changelog new file mode 100644 index 000000000..ae01427f9 --- /dev/null +++ b/src/commoncrypto/debian/changelog @@ -0,0 +1,5 @@ +rust-commoncrypto (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package commoncrypto 0.2.0 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:55:09 -0700 diff --git a/src/commoncrypto/debian/copyright b/src/commoncrypto/debian/copyright new file mode 100644 index 000000000..44ad676a6 --- /dev/null +++ b/src/commoncrypto/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: commoncrypto +Upstream-Contact: Mark Lee +Source: https://github.com/malept/rust-commoncrypto + +Files: * +Copyright: 2016-2018 Mark Lee +License: MIT + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +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/commoncrypto/debian/copyright.debcargo.hint b/src/commoncrypto/debian/copyright.debcargo.hint new file mode 100644 index 000000000..4dfb187d0 --- /dev/null +++ b/src/commoncrypto/debian/copyright.debcargo.hint @@ -0,0 +1,59 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: commoncrypto +Upstream-Contact: Mark Lee +Source: https://github.com/malept/rust-commoncrypto + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Mark Lee +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: ./src/hash.rs +Copyright: 2016 Mark Lee +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/lib.rs +Copyright: 2016 Mark Lee +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/pbkdf2.rs +Copyright: 2016 +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/commoncrypto/debian/debcargo.toml b/src/commoncrypto/debian/debcargo.toml new file mode 100644 index 000000000..62cc3f7b9 --- /dev/null +++ b/src/commoncrypto/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "." diff --git a/src/home/debian/changelog b/src/home/debian/changelog new file mode 100644 index 000000000..1ee9fc637 --- /dev/null +++ b/src/home/debian/changelog @@ -0,0 +1,5 @@ +rust-home (0.3.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package home 0.3.3 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:52:41 -0700 diff --git a/src/home/debian/copyright b/src/home/debian/copyright new file mode 100644 index 000000000..93f9923f6 --- /dev/null +++ b/src/home/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: home +Upstream-Contact: Brian Anderson +Source: https://github.com/brson/home + +Files: * +Copyright: 2017-2018 Brian Anderson +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/home/debian/copyright.debcargo.hint b/src/home/debian/copyright.debcargo.hint new file mode 100644 index 000000000..e68e2956a --- /dev/null +++ b/src/home/debian/copyright.debcargo.hint @@ -0,0 +1,42 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: home +Upstream-Contact: Brian Anderson +Source: https://github.com/brson/home + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Brian Anderson +License: MIT or Apache-2.0 +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: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 FIXME (overlay) Your Name +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/home/debian/debcargo.toml b/src/home/debian/debcargo.toml new file mode 100644 index 000000000..62cc3f7b9 --- /dev/null +++ b/src/home/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "." diff --git a/src/libssh2-sys/debian/changelog b/src/libssh2-sys/debian/changelog new file mode 100644 index 000000000..d718ff8da --- /dev/null +++ b/src/libssh2-sys/debian/changelog @@ -0,0 +1,5 @@ +rust-libssh2-sys (0.2.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package libssh2-sys 0.2.8 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:47:11 -0700 diff --git a/src/libssh2-sys/debian/copyright b/src/libssh2-sys/debian/copyright new file mode 100644 index 000000000..eb95a29a9 --- /dev/null +++ b/src/libssh2-sys/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libssh2-sys +Upstream-Contact: Alex Crichton +Source: https://github.com/alexcrichton/ssh2-rs + +Files: * +Copyright: 2014-2018 Alex Crichton +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/libssh2-sys/debian/copyright.debcargo.hint b/src/libssh2-sys/debian/copyright.debcargo.hint new file mode 100644 index 000000000..145f6372a --- /dev/null +++ b/src/libssh2-sys/debian/copyright.debcargo.hint @@ -0,0 +1,42 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libssh2-sys +Upstream-Contact: Alex Crichton +Source: https://github.com/alexcrichton/ssh2-rs + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton +License: MIT or Apache-2.0 +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: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 FIXME (overlay) Your Name +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/libssh2-sys/debian/debcargo.toml b/src/libssh2-sys/debian/debcargo.toml index 813a4d31e..03587b5ca 100644 --- a/src/libssh2-sys/debian/debcargo.toml +++ b/src/libssh2-sys/debian/debcargo.toml @@ -1,8 +1,5 @@ overlay = "." excludes = ["libssh2/**"] -# zlib1g-dev is only needed because libssh2-1-dev incorrectly omits it, TB fixed -# see the relevant Debian bug report at https://bugs.debian.org/libssh2-1-dev - [packages.lib] -depends = ["libssh2-1-dev", "zlib1g-dev"] +depends = ["libssh2-1-dev"] diff --git a/src/libz-sys/debian/changelog b/src/libz-sys/debian/changelog new file mode 100644 index 000000000..6c67a5510 --- /dev/null +++ b/src/libz-sys/debian/changelog @@ -0,0 +1,5 @@ +rust-libz-sys (1.0.18-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package libz-sys 1.0.18 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:46:21 -0700 diff --git a/src/libz-sys/debian/copyright b/src/libz-sys/debian/copyright new file mode 100644 index 000000000..a15ca11f6 --- /dev/null +++ b/src/libz-sys/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libz-sys +Upstream-Contact: Alex Crichton +Source: https://github.com/alexcrichton/libz-sys + +Files: * +Copyright: 2014-2018 Alex Crichton +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/libz-sys/debian/copyright.debcargo.hint b/src/libz-sys/debian/copyright.debcargo.hint new file mode 100644 index 000000000..036c516e5 --- /dev/null +++ b/src/libz-sys/debian/copyright.debcargo.hint @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libz-sys +Upstream-Contact: Alex Crichton +Source: https://github.com/alexcrichton/libz-sys + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton +License: MIT or Apache-2.0 +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-MIT +Copyright: 2014 Alex Crichton +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 or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/semver/debian/changelog b/src/semver/debian/changelog new file mode 100644 index 000000000..daada7713 --- /dev/null +++ b/src/semver/debian/changelog @@ -0,0 +1,5 @@ +rust-semver (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package semver 0.9.0 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:44:49 -0700 diff --git a/src/semver/debian/copyright b/src/semver/debian/copyright new file mode 100644 index 000000000..39d0704d7 --- /dev/null +++ b/src/semver/debian/copyright @@ -0,0 +1,41 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: semver +Upstream-Contact: + Steve Klabnik + The Rust Project Developers +Source: https://github.com/steveklabnik/semver + +Files: * +Copyright: + 2012-2014 Steve Klabnik + 2012-2014 The Rust Project Developers +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/semver/debian/copyright.debcargo.hint b/src/semver/debian/copyright.debcargo.hint new file mode 100644 index 000000000..8e0a27a02 --- /dev/null +++ b/src/semver/debian/copyright.debcargo.hint @@ -0,0 +1,74 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: semver +Upstream-Contact: + Steve Klabnik + The Rust Project Developers +Source: https://github.com/steveklabnik/semver + +Files: * +Copyright: + FIXME (overlay) UNKNOWN-YEARS Steve Klabnik + FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers +License: MIT or Apache-2.0 +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-MIT +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: ./src/lib.rs +Copyright: 2012-2013 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: ./src/version.rs +Copyright: 2012-2013 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: ./src/version_req.rs +Copyright: 2012-2013 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 or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/semver/debian/debcargo.toml b/src/semver/debian/debcargo.toml new file mode 100644 index 000000000..62cc3f7b9 --- /dev/null +++ b/src/semver/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "." diff --git a/src/serde-ignored/debian/changelog b/src/serde-ignored/debian/changelog new file mode 100644 index 000000000..e321a9ac3 --- /dev/null +++ b/src/serde-ignored/debian/changelog @@ -0,0 +1,5 @@ +rust-serde-ignored (0.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package serde_ignored 0.0.4 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:50:38 -0700 diff --git a/src/serde-ignored/debian/copyright b/src/serde-ignored/debian/copyright new file mode 100644 index 000000000..a8394b7d4 --- /dev/null +++ b/src/serde-ignored/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serde_ignored +Upstream-Contact: David Tolnay +Source: https://github.com/dtolnay/serde-ignored + +Files: * +Copyright: + 2014-2018 David Tolnay + 2014-2018 The Rust Project Developers +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/serde-ignored/debian/copyright.debcargo.hint b/src/serde-ignored/debian/copyright.debcargo.hint new file mode 100644 index 000000000..7237695a2 --- /dev/null +++ b/src/serde-ignored/debian/copyright.debcargo.hint @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serde_ignored +Upstream-Contact: David Tolnay +Source: https://github.com/dtolnay/serde-ignored + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS David Tolnay +License: MIT or Apache-2.0 +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-MIT +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 or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/serde-ignored/debian/debcargo.toml b/src/serde-ignored/debian/debcargo.toml new file mode 100644 index 000000000..62cc3f7b9 --- /dev/null +++ b/src/serde-ignored/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "." diff --git a/src/syn/debian/changelog b/src/syn/debian/changelog index d34bc7101..26bf944f1 100644 --- a/src/syn/debian/changelog +++ b/src/syn/debian/changelog @@ -1,5 +1,8 @@ -rust-syn (0.14.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium +rust-syn (0.14.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + * Package syn 0.14.6 from crates.io using debcargo 2.2.5 + + [ Nicolas Braud-Santoni ] * Package syn 0.14.5 from crates.io using debcargo 2.2.4 - -- Nicolas Braud-Santoni Sun, 29 Jul 2018 22:55:28 +0800 + -- Ximin Luo Fri, 3 Aug 2018 04:42:54 -0700 diff --git a/src/synom/debian/changelog b/src/synom/debian/changelog new file mode 100644 index 000000000..9923a0fb2 --- /dev/null +++ b/src/synom/debian/changelog @@ -0,0 +1,5 @@ +rust-synom (0.11.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package synom 0.11.3 from crates.io using debcargo 2.2.5 + + -- Ximin Luo Fri, 3 Aug 2018 04:49:01 -0700 diff --git a/src/synom/debian/copyright b/src/synom/debian/copyright new file mode 100644 index 000000000..5016490be --- /dev/null +++ b/src/synom/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: synom +Upstream-Contact: David Tolnay +Source: https://github.com/dtolnay/syn + +Files: * +Copyright: + 2016-2018 David Tolnay + 2016-2018 2016 The Rust Project Developers +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 Ximin Luo +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/synom/debian/copyright.debcargo.hint b/src/synom/debian/copyright.debcargo.hint new file mode 100644 index 000000000..a29e79bb2 --- /dev/null +++ b/src/synom/debian/copyright.debcargo.hint @@ -0,0 +1,49 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: synom +Upstream-Contact: David Tolnay +Source: https://github.com/dtolnay/syn + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS David Tolnay +License: MIT or Apache-2.0 +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-MIT +Copyright: 2016 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 or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +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/synom/debian/debcargo.toml b/src/synom/debian/debcargo.toml new file mode 100644 index 000000000..62cc3f7b9 --- /dev/null +++ b/src/synom/debian/debcargo.toml @@ -0,0 +1 @@ +overlay = "."