Codebase list rust-bzip2 / 6321a84
Removing benchmark tests and adding description/summary ed neville 3 years ago
4 changed file(s) with 40 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-sha2 (0.9.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Package sha2 0.9.2 from crates.io using debcargo 2.4.3
4 * Removing benchmark feature tests
5
6 [ kpcyrd ]
27 * Package sha2 0.9.2 from crates.io using debcargo 2.4.3
38 * Mark tests as broken since they are x86_64/x86 only
49
5 -- kpcyrd <git@rxv.cc> Wed, 16 Dec 2020 01:22:47 +0100
10 -- Ed Neville <ed-debian@s5h.net> Fri, 18 Dec 2020 19:11:29 +0000
611
712 rust-sha2 (0.9.2-1) unstable; urgency=medium
813
00 overlay = "."
11 uploaders = ["kpcyrd <git@rxv.cc>"]
22 collapse_features = true
3 summary = "Pure Rust implementation of SHA-2"
4 description = """
5 Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512 - feature "asm" and 1 more
6 This metapackage enables feature "asm" for the Rust sha2 crate, by pulling in
7 any additional dependencies needed by that feature.
8
9 Additionally, this package also provides the "asm-aarch64" feature.
10 """
311
412 [packages.lib]
513 # tests only pass on x86_64 and x86 due to asm feature
0 Description: remove benchmarks
1 feature breaks source build
2 Author: ed neville <ed-debian@s5h.net>
3 Forwarded: not-needed
4 Last-Update: 2020-12-18
5 ---
6 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 Index: sha2/benches/sha256.rs
8 ===================================================================
9 --- sha2.orig/benches/sha256.rs
10 +++ /dev/null
11 @@ -1,4 +0,0 @@
12 -#![no_std]
13 -#![feature(test)]
14 -
15 -digest::bench!(sha2::Sha256);
16 Index: sha2/benches/sha512.rs
17 ===================================================================
18 --- sha2.orig/benches/sha512.rs
19 +++ /dev/null
20 @@ -1,4 +0,0 @@
21 -#![no_std]
22 -#![feature(test)]
23 -
24 -digest::bench!(sha2::Sha512);
0 relax-benches.diff