From 20d4afbed211f068d959316fdc922d41d8707440 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 23 Feb 2019 19:40:23 +0000 Subject: [PATCH] Update regex to 1.1.0 + RFS --- TODO.rst | 1 + src/regex/debian/changelog | 6 +++++ src/regex/debian/copyright | 5 +++-- src/regex/debian/copyright.debcargo.hint | 28 +++--------------------- src/regex/debian/debcargo.toml | 2 +- 5 files changed, 14 insertions(+), 28 deletions(-) diff --git a/TODO.rst b/TODO.rst index 46e782a72..18c6968d6 100644 --- a/TODO.rst +++ b/TODO.rst @@ -37,6 +37,7 @@ because all required dependencies are available in main:: colored-json (update, reupload due to version mismatch) num_cpus (update) failure_derive (update) + regex (update) ident_case diff --git a/src/regex/debian/changelog b/src/regex/debian/changelog index d6094c8fd..1db2e4ef5 100644 --- a/src/regex/debian/changelog +++ b/src/regex/debian/changelog @@ -1,3 +1,9 @@ +rust-regex (1.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package regex 1.1.0 from crates.io using debcargo 2.2.10 + + -- Robin Krahl Sat, 23 Feb 2019 19:38:45 +0000 + rust-regex (1.0.5-1) unstable; urgency=medium * Package regex 1.0.5 from crates.io using debcargo 2.2.7 diff --git a/src/regex/debian/copyright b/src/regex/debian/copyright index 90209d989..246a89485 100644 --- a/src/regex/debian/copyright +++ b/src/regex/debian/copyright @@ -9,8 +9,9 @@ License: MIT or Apache-2.0 Files: debian/* Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru + 2018-2019 Debian Rust Maintainers + 2018-2019 Sylvestre Ledru + 2018-2019 Robin Krahl License: MIT or Apache-2.0 License: Apache-2.0 diff --git a/src/regex/debian/copyright.debcargo.hint b/src/regex/debian/copyright.debcargo.hint index 0f2080df3..51f049c12 100644 --- a/src/regex/debian/copyright.debcargo.hint +++ b/src/regex/debian/copyright.debcargo.hint @@ -19,29 +19,6 @@ Comment: FIXME (overlay): These notices are extracted from files. Please review them before uploading to the archive. -Files: ./scripts/frequencies.py -Copyright: 2012-2015 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: ./scripts/regex-match-tests.py -Copyright: - 2014 The Rust Project Developers - 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: ./scripts/scrape_crates_io.py -Copyright: 2018 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/backtrack.rs Copyright: 2014-2015 The Rust Project Developers License: UNKNOWN-LICENSE; FIXME (overlay) @@ -233,8 +210,9 @@ Comment: Files: debian/* Copyright: - 2018 Debian Rust Maintainers - 2018 Sylvestre Ledru + 2018-2019 Debian Rust Maintainers + 2018-2019 Sylvestre Ledru + 2018-2019 Robin Krahl License: MIT or Apache-2.0 License: Apache-2.0 diff --git a/src/regex/debian/debcargo.toml b/src/regex/debian/debcargo.toml index d4f56dad9..cf420c8d4 100644 --- a/src/regex/debian/debcargo.toml +++ b/src/regex/debian/debcargo.toml @@ -1,2 +1,2 @@ overlay = "." -uploaders = ["Sylvestre Ledru "] +uploaders = ["Sylvestre Ledru ", "Robin Krahl "] -- 2.39.2