]> git.proxmox.com Git - debcargo-conf.git/commitdiff
bincode: add a missing files
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 5 Oct 2020 20:22:49 +0000 (22:22 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 5 Oct 2020 20:46:23 +0000 (22:46 +0200)
src/bincode/debian/changelog
src/bincode/debian/copyright.debcargo.hint
src/zoxide/debian/patches/bincode.diff [new file with mode: 0644]
src/zoxide/debian/patches/series [new file with mode: 0644]

index 636e6d9dba9b8056050bbf7f3248b8bf114b89c7..a874182543a90e5b28dc9502277808a2cfbed605 100644 (file)
@@ -1,3 +1,10 @@
+rust-bincode (1.3.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package bincode 1.3.1 from crates.io using debcargo 2.4.3
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Mon, 05 Oct 2020 22:37:29 +0200
+
 rust-bincode (1.2.1-2) unstable; urgency=medium
 
   * Package bincode 1.2.1 from crates.io using debcargo 2.4.2
index b7cd3f125bf846e212ae2de3ee4769f5a2367db1..73c32d8c7329c90b3d665892c531780d30d4875c 100644 (file)
@@ -4,7 +4,7 @@ Upstream-Contact:
  Ty Overby <ty@pre-alpha.com>
  Francesco Mazzoli <f@mazzo.li>
  David Tolnay <dtolnay@gmail.com>
- Daniel Griffen
+ Zoey Riordan <zoey@dos.cafe>
 Source: https://github.com/servo/bincode
 
 Files: *
@@ -12,7 +12,7 @@ Copyright:
  FIXME (overlay) UNKNOWN-YEARS Ty Overby <ty@pre-alpha.com>
  FIXME (overlay) UNKNOWN-YEARS Francesco Mazzoli <f@mazzo.li>
  FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
- FIXME (overlay) UNKNOWN-YEARS Daniel Griffen
+ FIXME (overlay) UNKNOWN-YEARS Zoey Riordan <zoey@dos.cafe>
 License: MIT
 Comment:
  FIXME (overlay): Since upstream copyright years are not available in
@@ -30,7 +30,7 @@ Comment:
 Files: debian/*
 Copyright:
  2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2020 Paride Legovini <pl@ninthfloor.org>
+ 2018-2020 Paride Legovini <paride@debian.org>
  2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: MIT
 
diff --git a/src/zoxide/debian/patches/bincode.diff b/src/zoxide/debian/patches/bincode.diff
new file mode 100644 (file)
index 0000000..045ef4e
--- /dev/null
@@ -0,0 +1,18 @@
+Index: zoxide/Cargo.toml
+===================================================================
+--- zoxide.orig/Cargo.toml
++++ zoxide/Cargo.toml
+@@ -27,7 +27,7 @@ codegen-units = 1
+ version = "1.0.28"
+ [dependencies.bincode]
+-version = "1.2.1"
++version = "1.3.1"
+ [dependencies.clap]
+ version = "2.33.0"
+@@ -51,3 +51,4 @@ version = "0.3.12"
+ [dependencies.uuid]
+ version = "0.8.1"
+ features = ["v4"]
++
diff --git a/src/zoxide/debian/patches/series b/src/zoxide/debian/patches/series
new file mode 100644 (file)
index 0000000..4a20a98
--- /dev/null
@@ -0,0 +1 @@
+bincode.diff