1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
overlay = "."
uploaders = [
"Andrej Shadura <andrewsh@debian.org>",
"kpcyrd <git@rxv.cc>",
]
collapse_features = true
# __tls appears to be an internal feature which is used to indicate that
# at-least one tls backend is available, enabling it without enabling
# a tls backend leads to a build failure.
[packages."lib+__tls"]
test_is_broken = true
[packages.lib]
extra_lines = ["Breaks: librust-oauth2-dev (<= 4.3.0-1+b1)"]
depends = ["librust-rustls-native-certs-dev (>= 0.6.3-4.1)"]
test_architecture = ["!riscv64"]
[packages."lib+default"]
test_architecture = []
test_is_broken = false
[packages."lib+@"]
test_architecture = []
test_is_broken = false
|