From 7b392373acb1d074cd8212087ba41c7504d27c62 Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Tue, 11 Dec 2018 12:25:22 +0100 Subject: [PATCH] Update + RFS byteorder --- TODO.rst | 1 + src/byteorder/debian/changelog | 6 ++++++ src/byteorder/debian/copyright | 1 + src/byteorder/debian/copyright.debcargo.hint | 1 + src/byteorder/debian/debcargo.toml | 5 ++++- 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/TODO.rst b/TODO.rst index 8a55365f2..900aca7ca 100644 --- a/TODO.rst +++ b/TODO.rst @@ -95,6 +95,7 @@ because all required dependencies are available in main:: cfg-if (update) backtrace-sys (update) serde (update) + byteorder (update) Delayed/problematic:: diff --git a/src/byteorder/debian/changelog b/src/byteorder/debian/changelog index 0a6ce261b..706429f35 100644 --- a/src/byteorder/debian/changelog +++ b/src/byteorder/debian/changelog @@ -1,3 +1,9 @@ +rust-byteorder (1.2.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package byteorder 1.2.7 from crates.io using debcargo 2.2.9 + + -- Wolfgang Silbermayr Tue, 11 Dec 2018 12:22:38 +0100 + rust-byteorder (1.2.6-1) unstable; urgency=medium * Team upload. diff --git a/src/byteorder/debian/copyright b/src/byteorder/debian/copyright index ee325cd00..39c2510fa 100644 --- a/src/byteorder/debian/copyright +++ b/src/byteorder/debian/copyright @@ -10,6 +10,7 @@ License: Unlicense or MIT Files: debian/* Copyright: 2018 Rust Maintainers 2018 Ximin Luo + 2018 Wolfgang Silbermayr License: Unlicense or MIT License: MIT diff --git a/src/byteorder/debian/copyright.debcargo.hint b/src/byteorder/debian/copyright.debcargo.hint index b7c44ae78..b1cabeb32 100644 --- a/src/byteorder/debian/copyright.debcargo.hint +++ b/src/byteorder/debian/copyright.debcargo.hint @@ -23,6 +23,7 @@ Files: debian/* Copyright: 2018 Debian Rust Maintainers 2018 Ximin Luo + 2018 Wolfgang Silbermayr License: Unlicense or MIT License: MIT diff --git a/src/byteorder/debian/debcargo.toml b/src/byteorder/debian/debcargo.toml index fdbb775d7..9c07083ec 100644 --- a/src/byteorder/debian/debcargo.toml +++ b/src/byteorder/debian/debcargo.toml @@ -1,2 +1,5 @@ overlay = "." -uploaders = ["Ximin Luo "] +uploaders = [ + "Ximin Luo ", + "Wolfgang Silbermayr ", +] -- 2.39.5