Package: bacula-doc
Version: 2.2.0-1
Severity: serious
Tags: patch

bacula-doc fails to build from source because it cannot run autoconf:

 cd /tmp/buildd/bacula-doc-2.2.0/debian/tmp-build/autoconf && autoconf
 /bin/sh: autoconf: command not found
 make: *** [configure-stamp] Error 127

The attached patch fixes this problem by adding a build-dependency on
autoconf.

-- 
Matt
diff -ru bacula-doc-2.2.0~/debian/control bacula-doc-2.2.0/debian/control
--- bacula-doc-2.2.0~/debian/control    2007-09-06 22:36:34.000000000 -0700
+++ bacula-doc-2.2.0/debian/control     2007-09-06 22:36:46.000000000 -0700
@@ -2,7 +2,7 @@
 Section: doc
 Priority: optional
 Maintainer: John Goerzen <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), tetex-bin | texlive-base, tetex-extra | 
texlive-latex-recommended, tetex-extra|texlive-fonts-recommended, gs-common
+Build-Depends: debhelper (>= 5), tetex-bin | texlive-base, tetex-extra | 
texlive-latex-recommended, tetex-extra|texlive-fonts-recommended, gs-common, 
autoconf
 Standards-Version: 3.7.2
 
 Package: bacula-doc

Reply via email to