From 384d9479a6e9dc7e526ad68381773ed2f531f1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 13 May 2016 07:43:11 +0200 Subject: [PATCH] debian: replace asciidoc by asciidoctor (>= 1.5.4) in Build-Depends (issue #722) --- debian-devel/control | 6 +----- debian-stable/control | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/debian-devel/control b/debian-devel/control index ce021b77b..8f548142e 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -3,11 +3,7 @@ Section: net Priority: optional Maintainer: Sébastien Helleu Build-Depends: - asciidoc (>= 8.5), - source-highlight, - xsltproc, - docbook-xsl, - docbook-xml, + asciidoctor (>= 1.5.4), debhelper (>= 9), dh-exec, cmake, pkg-config, diff --git a/debian-stable/control b/debian-stable/control index 7e8b26d29..74d134cdf 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -3,11 +3,7 @@ Section: net Priority: optional Maintainer: Emmanuel Bouthenot Build-Depends: - asciidoc (>= 8.5), - source-highlight, - xsltproc, - docbook-xsl, - docbook-xml, + asciidoctor (>= 1.5.4), debhelper (>= 9), dh-exec, cmake, pkg-config,