mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-12 20:01:39 +00:00
Add alternatives to some B-Ds to help with backporting
This commit is contained in:
parent
6d73e39e6b
commit
3105f9cdde
4
debian/control
vendored
4
debian/control
vendored
@ -28,13 +28,13 @@ Build-Depends: debhelper (>= 9),
|
||||
# the tests require the docs to be built, which requires jquery
|
||||
libjs-jquery <!nocheck>,
|
||||
# below are optional tools even for 'make check'
|
||||
antlr4 <!nocheck>,
|
||||
antlr4 <!nocheck> | antlr <!nocheck>,
|
||||
bison <!nocheck>,
|
||||
flex <!nocheck>,
|
||||
# temporarily disabled because of https://github.com/rust-lang/rust/issues/36323
|
||||
# we should be able to re-enable it soon, it seems already fixed in rustc head + gdb trunk
|
||||
# gdb <!nocheck>,
|
||||
default-jdk-headless <!nocheck>,
|
||||
default-jdk-headless <!nocheck> | default-jdk <!nocheck>,
|
||||
Build-Depends-Indep: libjs-jquery <!nodoc>,
|
||||
pandoc (>= 1.9),
|
||||
po4a,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user