]> git.proxmox.com Git - debcargo-conf.git/commitdiff
update base64 optional dep for rust-cookie
authorJohannes Schilling <dario@deaktualisierung.org>
Wed, 8 Jan 2020 21:43:00 +0000 (21:43 +0000)
committerXimin Luo <infinity0@debian.org>
Wed, 8 Jan 2020 21:43:00 +0000 (21:43 +0000)
src/cookie/debian/changelog
src/cookie/debian/copyright
src/cookie/debian/copyright.debcargo.hint
src/cookie/debian/patches/base64-dep-version.patch [new file with mode: 0644]
src/cookie/debian/patches/series

index d73e8e3113ceb48e65aa5c0cc60b5908e7ecdf6a..4e6b1a08c02817ab6f0bdb671be8c4713aae756c 100644 (file)
@@ -1,3 +1,10 @@
+rust-cookie (0.12.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package cookie 0.12.0 from crates.io using debcargo 2.4.2
+
+ -- Johannes Schilling <dario@deaktualisierung.org>  Wed, 08 Jan 2020 16:13:19 +0100
+
 rust-cookie (0.12.0-3) unstable; urgency=medium
 
   * Team upload.
index 453188d0554df9f54131b13c40597699dffccc1a..cccf27ee9044fda3720cfeb75a2fc8b02297d8f0 100644 (file)
@@ -13,8 +13,8 @@ License: MIT or Apache-2.0
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
+ 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2020 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index 3ff580f099dc6a0c4181bd5dda14750926a87d2c..4bbd44a7cb0dadeecb407151bd8da77c57dccb6a 100644 (file)
@@ -25,8 +25,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
+ 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2020 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
diff --git a/src/cookie/debian/patches/base64-dep-version.patch b/src/cookie/debian/patches/base64-dep-version.patch
new file mode 100644 (file)
index 0000000..2d59f25
--- /dev/null
@@ -0,0 +1,13 @@
+Index: cookie/Cargo.toml
+===================================================================
+--- cookie.orig/Cargo.toml
++++ cookie/Cargo.toml
+@@ -21,7 +21,7 @@ repository = "https://github.com/alexcri
+ [package.metadata.docs.rs]
+ all-features = true
+ [dependencies.base64]
+-version = "0.10.0"
++version = ">= 0.10.0, < 0.12"
+ optional = true
+ [dependencies.ring]
index 4834f04ab20fdf8908aac7d001ef49abd6324760..0b5b55a94eada7f071a55aaeca1e01c5f80ebf1a 100644 (file)
@@ -1 +1,2 @@
 upgrade-to-url-2.patch
+base64-dep-version.patch