diff --git a/src/tre-command/debian/RFS b/src/tre-command/debian/RFS new file mode 100644 index 0000000..e69de29 diff --git a/src/tre-command/debian/changelog b/src/tre-command/debian/changelog new file mode 100644 index 0000000..afcf751 --- /dev/null +++ b/src/tre-command/debian/changelog @@ -0,0 +1,6 @@ +rust-tre-command (0.3.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package tre-command 0.3.6 from crates.io using debcargo 2.4.4 + + -- daniel@duan.ca Wed, 31 Mar 2021 21:20:37 -0700 diff --git a/src/tre-command/debian/copyright b/src/tre-command/debian/copyright new file mode 100644 index 0000000..04521f5 --- /dev/null +++ b/src/tre-command/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tre-command +Upstream-Contact: Daniel Duan +Source: https://github.com/dduan/tre + +Files: * +Copyright: 2021 Daniel Duan +License: MIT + +Files: debian/* +Copyright: + 2021 Debian Rust Maintainers + 2021 Daniel Duan +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/tre-command/debian/copyright.debcargo.hint b/src/tre-command/debian/copyright.debcargo.hint new file mode 100644 index 0000000..f674412 --- /dev/null +++ b/src/tre-command/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: tre-command +Upstream-Contact: Daniel Duan +Source: https://github.com/dduan/tre + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Daniel Duan +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.md +Copyright: 2015 tre contributors +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: + 2021 Debian Rust Maintainers + 2021 <> +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/tre-command/debian/debcargo.toml b/src/tre-command/debian/debcargo.toml new file mode 100644 index 0000000..1fee06e --- /dev/null +++ b/src/tre-command/debian/debcargo.toml @@ -0,0 +1,15 @@ +overlay = "." +uploaders = ["Daniel Duan "] + +[source] +section = "utils" + +[packages.bin] +summary = "Tree command, improved" +description = """ +A replacement for tree command that uses git ls-files as source of file when +possible. + +tre can also create shell aliases that, when executed, opens the file +associated with it with the default editor. +""" diff --git a/src/tre-command/debian/patches/deps.diff b/src/tre-command/debian/patches/deps.diff new file mode 100644 index 0000000..51ba20d --- /dev/null +++ b/src/tre-command/debian/patches/deps.diff @@ -0,0 +1,13 @@ +Index: tre-command/Cargo.toml +=================================================================== +--- tre-command.orig/Cargo.toml ++++ tre-command/Cargo.toml +@@ -44,7 +44,7 @@ features = ["derive"] + version = "1.0" + + [dependencies.slab] +-version = "0.4.2" ++version = "0.4.1" + + [dependencies.termcolor] + version = "1" diff --git a/src/tre-command/debian/patches/series b/src/tre-command/debian/patches/series new file mode 100644 index 0000000..73e8789 --- /dev/null +++ b/src/tre-command/debian/patches/series @@ -0,0 +1 @@ +deps.diff