Add alternatives to some B-Ds to help with backporting

This commit is contained in:
Ximin Luo 2017-02-28 11:45:01 +01:00
parent 6d73e39e6b
commit 3105f9cdde

4
debian/control vendored
View File

@ -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,