debian/control: move asciidoc and xmlto to Build-Depends
authorAntonio Ospite <ao2@ao2.it>
Wed, 5 Nov 2014 14:20:11 +0000 (15:20 +0100)
committerAntonio Ospite <ao2@ao2.it>
Wed, 5 Nov 2014 14:48:22 +0000 (15:48 +0100)
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

index af16a37..502acdb 100644 (file)
@@ -4,8 +4,9 @@ Priority: extra
 Maintainer: Antonio Ospite <ao2@ao2.it>
 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