]> git.proxmox.com Git - debcargo-conf.git/commitdiff
update cargo to 0.63
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 5 Aug 2022 11:20:36 +0000 (13:20 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 18 Aug 2022 12:11:19 +0000 (14:11 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/cargo/debian/changelog
src/cargo/debian/copyright.debcargo.hint
src/cargo/debian/patches/disable-vendor.patch
src/cargo/debian/patches/series
src/cargo/debian/rules.debcargo.hint

index a3897ad5a3233d2dbb84a12576fde085ec099d7f..bdd592549e5d16719a8abb6bbfc0b5b5a6af848f 100644 (file)
@@ -1,8 +1,9 @@
-rust-cargo (0.57.0-1~bpo11+pve1) proxmox-rust; urgency=medium
+rust-cargo (0.63.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
-  * Rebuild for Debian Bullseye / Proxmox
+  * Team upload.
+  * Package cargo 0.63.1 from crates.io using debcargo 2.5.0
 
- -- Proxmox Support Team <support@proxmox.com>  Mon, 29 Nov 2021 09:54:07 +0100
+ -- Fabian Grünbichler <f.gruenbichler@proxmox.com>  Fri, 15 Jul 2022 10:34:02 +0200
 
 rust-cargo (0.57.0-1) unstable; urgency=medium
 
index 81d6e08bee8ce8bb1c1a548de53316fee6e632e1..1f42812c5afb6e5a5ca4026fde16438febe20bd9 100644 (file)
@@ -1,16 +1,10 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: cargo
-Upstream-Contact:
- Yehuda Katz <wycats@gmail.com>
- Carl Lerche <me@carllerche.com>
- Alex Crichton <alex@alexcrichton.com>
+Upstream-Contact: FIXME (overlay) UNKNOWN-AUTHORS
 Source: https://github.com/rust-lang/cargo
 
 Files: *
-Copyright:
- FIXME (overlay) UNKNOWN-YEARS Yehuda Katz <wycats@gmail.com>
- FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
- FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
+Copyright: FIXME (overlay) UNKNOWN-AUTHORS FIXME (overlay) UNKNOWN-YEARS
 License: MIT or Apache-2.0
 Comment:
  FIXME (overlay): Since upstream copyright years are not available in
@@ -46,8 +40,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2021 Ximin Luo <infinity0@debian.org>
+ 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2022 Ximin Luo <infinity0@debian.org>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index b85f5d066caeb6daa1803e6dc76654966457f657..ac8a4f3de32137b455319aa0e7f6c4aa95a9ace7 100644 (file)
@@ -1,10 +1,10 @@
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -201,7 +201,6 @@
+@@ -224,7 +224,6 @@ default-features = false
  [features]
  deny-warnings = []
  pretty-env-logger = ["pretty_env_logger"]
 -vendored-openssl = ["openssl/vendored"]
  [target."cfg(windows)".dependencies.fwdansi]
  version = "1.1.0"
index 9e50271e99a8a5c3716d037bc35338a0cc89ea90..1c3e74a4394c67bf3a3a7eb769182e8114177cd9 100644 (file)
@@ -1,2 +1 @@
 disable-vendor.patch
-disable-pretty-env-logger.patch
index 5ea8e6ee2e4144d638021e76576efecd1ce86a5e..044c1c21b2d7f6b75ced189d8e3480ad021c67e6 100755 (executable)
@@ -1,6 +1,3 @@
 #!/usr/bin/make -f
 %:
        dh $@ --buildsystem cargo
-
-override_dh_auto_test:
-       dh_auto_test -- test --all || true