diff --git a/src/atty/debian/changelog b/src/atty/debian/changelog index fcebfdb..0767d1d 100644 --- a/src/atty/debian/changelog +++ b/src/atty/debian/changelog @@ -1,3 +1,10 @@ +rust-atty (0.2.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Team upload. + * Package atty 0.2.13 from crates.io using debcargo 2.4.0 + + -- Paride Legovini Wed, 4 Dec 2019 01:37:58 +0100 + rust-atty (0.2.11-1) unstable; urgency=medium * Package atty 0.2.11 from crates.io using debcargo 2.2.5 diff --git a/src/atty/debian/copyright b/src/atty/debian/copyright index c5158e8..869543f 100644 --- a/src/atty/debian/copyright +++ b/src/atty/debian/copyright @@ -4,12 +4,12 @@ Source: https://github.com/softprops/atty Files: * -Copyright: 2015-2017 Doug Tangren +Copyright: 2015-2019 Doug Tangren License: MIT Files: debian/* -Copyright: 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru +Copyright: 2018-2019 Debian Rust Maintainers + 2018-2019 Sylvestre Ledru License: MIT License: MIT diff --git a/src/atty/debian/copyright.debcargo.hint b/src/atty/debian/copyright.debcargo.hint index aac17bf..b752753 100644 --- a/src/atty/debian/copyright.debcargo.hint +++ b/src/atty/debian/copyright.debcargo.hint @@ -13,7 +13,7 @@ the archive. Files: ./LICENSE -Copyright: 2015-2017 Doug Tangren +Copyright: 2015-2019 Doug Tangren License: UNKNOWN-LICENSE; FIXME (overlay) Comment: FIXME (overlay): These notices are extracted from files. Please review them @@ -21,8 +21,8 @@ Files: debian/* Copyright: - 2018 Debian Rust Maintainers - 2018 FIXME (overlay) Your Name + 2018-2019 Debian Rust Maintainers + 2018-2019 Sylvestre Ledru License: MIT License: MIT diff --git a/src/atty/debian/debcargo.toml b/src/atty/debian/debcargo.toml index 62cc3f7..e0af343 100644 --- a/src/atty/debian/debcargo.toml +++ b/src/atty/debian/debcargo.toml @@ -1 +1,6 @@ overlay = "." +uploaders = ["Sylvestre Ledru "] + +# https://github.com/softprops/atty/issues/39 +[packages.lib] +test_is_broken = true