debian/control: Change build-dependency on asciidoc to prefer the new asciidoc-base

asciidoc can use LaTeX stuff but previously only Recommended it.
Now asciidoc Depends on it while asciidoc-base can do everything
we need.
This commit is contained in:
Ben Hutchings 2016-12-27 10:26:41 +00:00
parent b825aa9932
commit 571716aee9
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux (4.8.15-2) UNRELEASED; urgency=medium
* [x86] Enable INTEL_VBTN as module (Closes: #848967)
* debian/control: Change build-dependency on asciidoc to prefer the new
asciidoc-base, so we don't pull in LaTeX unnecessarily
-- Ben Hutchings <ben@decadent.org.uk> Tue, 27 Dec 2016 09:05:58 +0000

View File

@ -26,7 +26,7 @@ Build-Depends:
# not have M-A: allowed but need unqualified name for newer versions
openssl (>= 1.1.0-1~) <!stage1> | openssl:native <!stage1>,
# used by upstream to build perf documentation
asciidoc <!stage1 !nodoc !pkg.linux.notools>,
asciidoc-base <!stage1 !nodoc !pkg.linux.notools> | asciidoc <!stage1 !nodoc !pkg.linux.notools>,
xmlto <!stage1 !nodoc !pkg.linux.notools>,
# used by upstream to build perf
bison <!stage1 !pkg.linux.notools !nopython>,