Package: src:rust-lazy-static
Severity: wishlist
Blocks: 929385 by -1
Control: tags -1 + patch

sequoia-openpgp wants lazy_static version 0.13.0.  we only have 0.11.0
in debian right now.

If i look for the dependencies, though:

    aptitude '~Dlibrust-lazy-static'

There are 36 of them including cargo itself.  I'm not sure how to
efficiently and safely test them all to ensure that the upgrade doesn't
break anything, so rather than just applying the patch below, i'm
proposing it here.

      --dkg

From 55e59be404c29182671a97e9c674d7baabcc7b6e Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <d...@fifthhorseman.net>
Date: Tue, 21 May 2019 19:25:17 -0400
Subject: [PATCH] update lazy_static to 1.3.0

---
 src/lazy-static/debian/changelog               | 7 +++++++
 src/lazy-static/debian/copyright.debcargo.hint | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/lazy-static/debian/changelog b/src/lazy-static/debian/changelog
index b89d4e28..74518e5e 100644
--- a/src/lazy-static/debian/changelog
+++ b/src/lazy-static/debian/changelog
@@ -1,3 +1,10 @@
+rust-lazy-static (1.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package lazy_static 1.3.0 from crates.io using debcargo 2.2.10
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Tue, 21 May 2019 19:24:40 -0400
+
 rust-lazy-static (1.2.0-1) unstable; urgency=medium
 
   * Package lazy_static 1.2.0 from crates.io using debcargo 2.2.9
diff --git a/src/lazy-static/debian/copyright.debcargo.hint b/src/lazy-static/debian/copyright.debcargo.hint
index 4cbce74e..3eb957a3 100644
--- a/src/lazy-static/debian/copyright.debcargo.hint
+++ b/src/lazy-static/debian/copyright.debcargo.hint
@@ -42,8 +42,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018 Debian Rust Maintainers <pkg-rust-maintain...@alioth-lists.debian.net>
- 2018 Paride Legovini <p...@ninthfloor.org>
+ 2018-2019 Debian Rust Maintainers <pkg-rust-maintain...@alioth-lists.debian.net>
+ 2018-2019 Paride Legovini <p...@ninthfloor.org>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature

Reply via email to