diff --git a/src/ioctl-rs/debian/RFS b/src/ioctl-rs/debian/RFS new file mode 100644 index 0000000..ccaa22e --- /dev/null +++ b/src/ioctl-rs/debian/RFS @@ -0,0 +1,6 @@ +deps tree: +serial (NEW) +- serial-core (NEW) +- serial-unix (NEW) + - termios (update, no rdeps) + - ioctl-rs (NEW) diff --git a/src/ioctl-rs/debian/changelog b/src/ioctl-rs/debian/changelog new file mode 100644 index 0000000..a513875 --- /dev/null +++ b/src/ioctl-rs/debian/changelog @@ -0,0 +1,5 @@ +rust-ioctl-rs (0.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package ioctl-rs 0.2.0 from crates.io using debcargo 2.4.4 + + -- Henry-Nicolas Tourneur Fri, 23 Apr 2021 19:32:54 +0000 diff --git a/src/ioctl-rs/debian/copyright b/src/ioctl-rs/debian/copyright new file mode 100644 index 0000000..11a0001 --- /dev/null +++ b/src/ioctl-rs/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ioctl-rs +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/ioctl-rs + +Files: * +Copyright: 2015-2017 David Cuddeback +License: MIT + +Files: debian/* +Copyright: + 2021 Debian Rust Maintainers + 2021 Henry-Nicolas Tourneur +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/ioctl-rs/debian/copyright.debcargo.hint b/src/ioctl-rs/debian/copyright.debcargo.hint new file mode 100644 index 0000000..272b778 --- /dev/null +++ b/src/ioctl-rs/debian/copyright.debcargo.hint @@ -0,0 +1,52 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ioctl-rs +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/ioctl-rs + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS David Cuddeback +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 David Cuddeback +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./README.md +Copyright: 2015 David Cuddeback +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 Henry-Nicolas Tourneur +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/ioctl-rs/debian/debcargo.toml b/src/ioctl-rs/debian/debcargo.toml new file mode 100644 index 0000000..e16e09a --- /dev/null +++ b/src/ioctl-rs/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Henry-Nicolas Tourneur "] diff --git a/src/serial-core/debian/RFS b/src/serial-core/debian/RFS new file mode 100644 index 0000000..ccaa22e --- /dev/null +++ b/src/serial-core/debian/RFS @@ -0,0 +1,6 @@ +deps tree: +serial (NEW) +- serial-core (NEW) +- serial-unix (NEW) + - termios (update, no rdeps) + - ioctl-rs (NEW) diff --git a/src/serial-core/debian/changelog b/src/serial-core/debian/changelog new file mode 100644 index 0000000..fbb4794 --- /dev/null +++ b/src/serial-core/debian/changelog @@ -0,0 +1,5 @@ +rust-serial-core (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package serial-core 0.4.0 from crates.io using debcargo 2.4.4 + + -- Henry-Nicolas Tourneur Fri, 23 Apr 2021 19:26:37 +0000 diff --git a/src/serial-core/debian/copyright b/src/serial-core/debian/copyright new file mode 100644 index 0000000..f1228d9 --- /dev/null +++ b/src/serial-core/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serial +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/serial-rs + +Files: * +Copyright: 2016-2018 David Cuddeback +License: MIT + +Files: debian/* +Copyright: + 2021 Debian Rust Maintainers + 2021 Henry-Nicolas Tourneur +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/serial-core/debian/copyright.debcargo.hint b/src/serial-core/debian/copyright.debcargo.hint new file mode 100644 index 0000000..37a9805 --- /dev/null +++ b/src/serial-core/debian/copyright.debcargo.hint @@ -0,0 +1,52 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serial-core +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/serial-rs + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS David Cuddeback +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 David Cuddeback +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./README.md +Copyright: 2015 David Cuddeback +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 Henry-Nicolas Tourneur +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/serial-core/debian/debcargo.toml b/src/serial-core/debian/debcargo.toml new file mode 100644 index 0000000..e16e09a --- /dev/null +++ b/src/serial-core/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Henry-Nicolas Tourneur "] diff --git a/src/serial-unix/debian/RFS b/src/serial-unix/debian/RFS new file mode 100644 index 0000000..ccaa22e --- /dev/null +++ b/src/serial-unix/debian/RFS @@ -0,0 +1,6 @@ +deps tree: +serial (NEW) +- serial-core (NEW) +- serial-unix (NEW) + - termios (update, no rdeps) + - ioctl-rs (NEW) diff --git a/src/serial-unix/debian/changelog b/src/serial-unix/debian/changelog new file mode 100644 index 0000000..e910eb0 --- /dev/null +++ b/src/serial-unix/debian/changelog @@ -0,0 +1,5 @@ +rust-serial-unix (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package serial-unix 0.4.0 from crates.io using debcargo 2.4.4 + + -- Henry-Nicolas Tourneur Fri, 23 Apr 2021 19:45:54 +0000 diff --git a/src/serial-unix/debian/copyright b/src/serial-unix/debian/copyright new file mode 100644 index 0000000..f1228d9 --- /dev/null +++ b/src/serial-unix/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serial +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/serial-rs + +Files: * +Copyright: 2016-2018 David Cuddeback +License: MIT + +Files: debian/* +Copyright: + 2021 Debian Rust Maintainers + 2021 Henry-Nicolas Tourneur +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/serial-unix/debian/copyright.debcargo.hint b/src/serial-unix/debian/copyright.debcargo.hint new file mode 100644 index 0000000..52b3cdb --- /dev/null +++ b/src/serial-unix/debian/copyright.debcargo.hint @@ -0,0 +1,52 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serial-unix +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/serial-rs + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS David Cuddeback +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 David Cuddeback +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./README.md +Copyright: 2015 David Cuddeback +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 Henry-Nicolas Tourneur +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/serial-unix/debian/debcargo.toml b/src/serial-unix/debian/debcargo.toml new file mode 100644 index 0000000..e16e09a --- /dev/null +++ b/src/serial-unix/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Henry-Nicolas Tourneur "] diff --git a/src/serial-unix/debian/patches/relax-deps.patch b/src/serial-unix/debian/patches/relax-deps.patch new file mode 100644 index 0000000..ed9404e --- /dev/null +++ b/src/serial-unix/debian/patches/relax-deps.patch @@ -0,0 +1,17 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -23,7 +23,7 @@ categories = ["hardware-support", "os", + license = "MIT" + repository = "https://github.com/dcuddeback/serial-rs" + [dependencies.ioctl-rs] +-version = "0.1.5" ++version = "0.2.0" + + [dependencies.libc] + version = "0.2.1" +@@ -32,4 +32,4 @@ version = "0.2.1" + version = "0.4" + + [dependencies.termios] +-version = "0.2.2" ++version = "0.3.3" diff --git a/src/serial-unix/debian/patches/series b/src/serial-unix/debian/patches/series new file mode 100644 index 0000000..bdddf05 --- /dev/null +++ b/src/serial-unix/debian/patches/series @@ -0,0 +1 @@ +relax-deps.patch diff --git a/src/serial-windows/debian/RFS b/src/serial-windows/debian/RFS new file mode 100644 index 0000000..ccaa22e --- /dev/null +++ b/src/serial-windows/debian/RFS @@ -0,0 +1,6 @@ +deps tree: +serial (NEW) +- serial-core (NEW) +- serial-unix (NEW) + - termios (update, no rdeps) + - ioctl-rs (NEW) diff --git a/src/serial-windows/debian/changelog b/src/serial-windows/debian/changelog new file mode 100644 index 0000000..1972aed --- /dev/null +++ b/src/serial-windows/debian/changelog @@ -0,0 +1,5 @@ +rust-serial-windows (0.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package serial-windows 0.4.0 from crates.io using debcargo 2.4.4 + + -- Henry-Nicolas Tourneur Fri, 23 Apr 2021 19:26:49 +0000 diff --git a/src/serial-windows/debian/copyright b/src/serial-windows/debian/copyright new file mode 100644 index 0000000..f1228d9 --- /dev/null +++ b/src/serial-windows/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serial +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/serial-rs + +Files: * +Copyright: 2016-2018 David Cuddeback +License: MIT + +Files: debian/* +Copyright: + 2021 Debian Rust Maintainers + 2021 Henry-Nicolas Tourneur +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/serial-windows/debian/copyright.debcargo.hint b/src/serial-windows/debian/copyright.debcargo.hint new file mode 100644 index 0000000..36c18fd --- /dev/null +++ b/src/serial-windows/debian/copyright.debcargo.hint @@ -0,0 +1,45 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: serial-windows +Upstream-Contact: David Cuddeback +Source: https://github.com/dcuddeback/serial-rs + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS David Cuddeback +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: ./README.md +Copyright: 2015 David Cuddeback +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 Henry-Nicolas Tourneur +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/serial-windows/debian/debcargo.toml b/src/serial-windows/debian/debcargo.toml new file mode 100644 index 0000000..e16e09a --- /dev/null +++ b/src/serial-windows/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +uploaders = ["Henry-Nicolas Tourneur "] diff --git a/src/termios/debian/RFS b/src/termios/debian/RFS new file mode 100644 index 0000000..ccaa22e --- /dev/null +++ b/src/termios/debian/RFS @@ -0,0 +1,6 @@ +deps tree: +serial (NEW) +- serial-core (NEW) +- serial-unix (NEW) + - termios (update, no rdeps) + - ioctl-rs (NEW) diff --git a/src/termios/debian/changelog b/src/termios/debian/changelog index 35fc20b..8c8c217 100644 --- a/src/termios/debian/changelog +++ b/src/termios/debian/changelog @@ -1,3 +1,10 @@ +rust-termios (0.3.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package termios 0.3.3 from crates.io using debcargo 2.4.4 + + -- Henry-Nicolas Tourneur Fri, 23 Apr 2021 19:29:57 +0000 + rust-termios (0.3.0-1) unstable; urgency=medium * Package termios 0.3.0 from crates.io using debcargo 2.2.5 diff --git a/src/termios/debian/copyright.debcargo.hint b/src/termios/debian/copyright.debcargo.hint index f294f08..b62f255 100644 --- a/src/termios/debian/copyright.debcargo.hint +++ b/src/termios/debian/copyright.debcargo.hint @@ -28,8 +28,8 @@ Files: debian/* Copyright: - 2018 Debian Rust Maintainers - 2018 FIXME (overlay) Your Name + 2018-2021 Debian Rust Maintainers + 2018-2021 kpcyrd License: MIT License: MIT diff --git a/src/termios/debian/debcargo.toml b/src/termios/debian/debcargo.toml index 62cc3f7..8f1f3c1 100644 --- a/src/termios/debian/debcargo.toml +++ b/src/termios/debian/debcargo.toml @@ -1 +1,2 @@ overlay = "." +uploaders = ["kpcyrd "]