]> git.proxmox.com Git - debcargo-conf.git/commitdiff
* Package hyperfine 1.11.0 from crates.io using debcargo 2.4.4-alpha.0
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 10 Oct 2021 16:19:34 +0000 (18:19 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 10 Oct 2021 16:20:44 +0000 (18:20 +0200)
* Disable dwz (Closes: #995918)

src/hyperfine/debian/changelog
src/hyperfine/debian/copyright.debcargo.hint
src/hyperfine/debian/rules

index 68338da8474c73b4ac3947ec0ceb5bcb42544a57..9ddbaeae1b452832f4e4c4277b7bade7b5574155 100644 (file)
@@ -1,3 +1,10 @@
+rust-hyperfine (1.11.0-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package hyperfine 1.11.0 from crates.io using debcargo 2.4.4-alpha.0
+  * Disable dwz (Closes: #995918)
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 10 Oct 2021 18:19:45 +0200
+
 rust-hyperfine (1.11.0-2) unstable; urgency=medium
 
   * Package hyperfine 1.11.0 from crates.io using debcargo 2.4.3
index 3f1e831447be88f305735eca93176112a88fbe76..fadf99f9d9e2273329ee3bf5e729b8b181712a4f 100644 (file)
@@ -28,8 +28,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2020 Sylvestre Ledru <sylvestre@debian.org>
+ 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2020-2021 Sylvestre Ledru <sylvestre@debian.org>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
index ce65b8ae2915e2e903766e5a73ac576f4e85c901..cff66eee2f6e64cc5ebc8a5ccb517319571cd7be 100644 (file)
@@ -11,3 +11,7 @@ override_dh_installman:
                --no-info \
                debian/hyperfine/usr/bin/hyperfine > debian/hyperfine.1
        dh_installman -O--buildsystem=cargo
+
+override_dh_dwz:
+       # Don't do anything. fails because of the
+       # https://github.com/rust-lang/rust/issues/66118