From d7b859a063a26d2b72592ac238f7915d8ff797b3 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Fri, 20 Jun 2014 21:01:27 -0700 Subject: [master]: Build dependency fixes, no code change Added a missing build depends on vm-super-minimal, reuired fro building the pdf documentation, (Closes: #752151). Move flex.pdf to the flex-doc package. This makes it possible for the flex package's contents to not change if texinfo is not installed, e.g. in the stage1 build profile. Thanks to Peter Pentchev Move the flex-doc build dependencies to B-D-I. Move the TeX Live dependencies to Build-Depends-Indep and only build the HTML and PDF documentation if actually requested. This breaks a circular build dependency by not requiring texlive for the build of the arch-dependent flex binary packages. (Closes: #749344). Signed-off-by: Manoj Srivastava --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0c4b437..a6e8bf1 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Section: devel Homepage: http://flex.sf.net/ Priority: optional Build-Depends: bison, gettext, texinfo, help2man, file, po-debconf, - debhelper (>= 9.0.0), dh-autoreconf, texlive-latex-base, - texlive-fonts-recommended, dpkg-dev (>= 1.16.0), cm-super-minimal + debhelper (>= 9.0.0), dh-autoreconf, dpkg-dev (>= 1.16.0) +Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended, cm-super-minimal Maintainer: Manoj Srivastava Standards-Version: 3.9.5 -- cgit v1.2.3