From: Antonio Ospite Date: Wed, 5 Nov 2014 14:20:11 +0000 (+0100) Subject: debian/control: move asciidoc and xmlto to Build-Depends X-Git-Tag: debian/0.1.5-3~1 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/a7c7b5dbddefb73527407933b5d0b4451d25c530 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. --- 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