Package: dh-make-php
Version: 0.0.7-1
Severity: serious
Tags: patch

dh-make-php fails to build because it cannot execute xsltproc:

> xsltproc -''-nonet 
> /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl 
> man/dh-make-pecl.xml
> make[1]: xsltproc: Command not found

Adding a build-dependency on xsltproc, as the attached patch does,
fixes this problem.

-- 
Matt
diff -u dh-make-php-0.0.7/debian/control dh-make-php-0.0.7/debian/control
--- dh-make-php-0.0.7/debian/control
+++ dh-make-php-0.0.7/debian/control
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Uwe Steinmann <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), po-debconf, docbook-xsl
+Build-Depends-Indep: debhelper (>> 4.0.0), po-debconf, docbook-xsl, xsltproc
 Standards-Version: 3.6.1
 
 Package: dh-make-php

Attachment: signature.asc
Description: Digital signature

Reply via email to