[linux] 02/02: debian/control: Change build-dependency on asciidoc to prefer the new asciidoc-base

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Dec 27 10:28:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 571716aee9f552d5a3b1820d922d5fe8a0727c33
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Dec 27 10:26:41 2016 +0000

    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.
---
 debian/changelog                   | 2 ++
 debian/templates/control.source.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d34d9e3..6a38af6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at decadent.org.uk>  Tue, 27 Dec 2016 09:05:58 +0000
 
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index 063dfcd..e8b429f 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -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>,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list