From a7c7b5dbddefb73527407933b5d0b4451d25c530 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 5 Nov 2014 15:20:11 +0100 Subject: [PATCH] debian/control: move asciidoc and xmlto to Build-Depends This fixes the problem of the missing man pages in libam7xxx0.1-bin when building only the binary packages. Building the man pages depends on asciidoc, and the man pages need to be built along with libam7xxx0.1-bin which is a binary package; however dependencies in Build-Depends-Indep are not brought in when doing a binary only build. xmlto is needed as well because the a2x program from asciidoc needs it. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index af16a37..502acdb 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,9 @@ Priority: extra Maintainer: Antonio Ospite Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, pkg-config, libusb-1.0-0-dev, libxcb1-dev, - libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev -Build-Depends-Indep: doxygen, asciidoc, xmlto + libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev, + asciidoc, xmlto +Build-Depends-Indep: doxygen Standards-Version: 3.9.5 Homepage: http://git.ao2.it/libam7xxx.git Vcs-Git: git://git.ao2.it/libam7xxx.git -b debian -- 2.1.4