From: Sylvestre Ledru Date: Sat, 13 Apr 2019 09:36:27 +0000 (+0200) Subject: pkg of cargo-download X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=908974bc7fc5bb174414e3db474767bf358836d0;p=debcargo-conf.git pkg of cargo-download --- diff --git a/TODO.rst b/TODO.rst index f432e1664..5e50cee70 100644 --- a/TODO.rst +++ b/TODO.rst @@ -125,6 +125,7 @@ Eventual goals Binary crates worth packaging (please add if you know more): - xsv - Command line program for manipulating CSV files +- cargo-download - Download sources of a crate - cargo-edit - Cargo editing subcommands (add, rm, upgrade) - tmux-hints - Find matches (e.g. urls) and navigate them by keyboard - rural - User-friendly command-line HTTP tool diff --git a/src/cargo-download/debian/changelog b/src/cargo-download/debian/changelog new file mode 100644 index 000000000..a909eaf53 --- /dev/null +++ b/src/cargo-download/debian/changelog @@ -0,0 +1,5 @@ +rust-cargo-download (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package cargo-download 0.1.2 from crates.io using debcargo 2.2.10 + + -- Sylvestre Ledru Sat, 13 Apr 2019 11:35:39 +0200 diff --git a/src/cargo-download/debian/copyright b/src/cargo-download/debian/copyright new file mode 100644 index 000000000..e76970fb7 --- /dev/null +++ b/src/cargo-download/debian/copyright @@ -0,0 +1,34 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cargo-download +Upstream-Contact: Karol Kuczmarski +Source: https://github.com/Xion/cargo-download.git + +Files: * +Copyright: 2017-2019 Karol Kuczmarski +License: MIT + +Files: debian/* +Copyright: + 2019 Debian Rust Maintainers + 2019 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/cargo-download/debian/copyright.debcargo.hint b/src/cargo-download/debian/copyright.debcargo.hint new file mode 100644 index 000000000..07254625c --- /dev/null +++ b/src/cargo-download/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cargo-download +Upstream-Contact: Karol Kuczmarski +Source: https://github.com/Xion/cargo-download.git + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Karol Kuczmarski +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: 2017 Karol Kuczmarski +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: + 2019 Debian Rust Maintainers + 2019 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/cargo-download/debian/debcargo.toml b/src/cargo-download/debian/debcargo.toml new file mode 100644 index 000000000..d4f56dad9 --- /dev/null +++ b/src/cargo-download/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Sylvestre Ledru "]