File: debcargo.toml

package info (click to toggle)
rust-sequoia-openpgp 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,112 kB
  • sloc: sh: 6; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
overlay = "."
uploaders = [
  "Alexander Kjäll <alexander.kjall@gmail.com>",
  "Daniel Kahn Gillmor <dkg@fifthhorseman.net>",
  "Holger Levsen <holger@debian.org>"
]
collapse_features = true

# Note for the future: the manual control file are due to that debcargo
# seems to have a bug and generates a feature for every optional
# dependency even when they use the dep: syntax

# avoid timeout on riscv64
[packages.lib]
test_architecture = ["!riscv64"]

# but attempt at least the default set
[packages."lib+default"]
test_architecture = []

[packages."lib+@"]
# exactly one crypto backend must be enabled.  Tests that enable both
# nettle and openssl (e.g. --all-features) are implausible:
test_is_broken = false