> checking for pkg-config... no The attached patch fixes the problem by adding a build dependency on pkg-config. Since we are close to freezing sarge, I will make an NMU tomorrow with this patch, unless there is an objection (I'm also happy to see a maintainer upload, of course).
diff -ruN orig/debian/changelog gnome-doc-utils-0.1.3/debian/changelog --- orig/debian/changelog 2005-04-28 18:12:38.000000000 +0300 +++ gnome-doc-utils-0.1.3/debian/changelog 2005-04-28 18:14:34.000000000 +0300 @@ -1,3 +1,10 @@ +gnome-doc-utils (0.1.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Added pkg-config to build dependencies. + + -- Lars Wirzenius <[EMAIL PROTECTED]> Thu, 28 Apr 2005 18:15:00 +0300 + gnome-doc-utils (0.1.3-2) unstable; urgency=low * docbook2x included as a build dependency to solve the xml2po blank manpage problem. diff -ruN orig/debian/control gnome-doc-utils-0.1.3/debian/control --- orig/debian/control 2005-04-28 18:12:38.000000000 +0300 +++ gnome-doc-utils-0.1.3/debian/control 2005-04-28 18:14:43.000000000 +0300 @@ -2,7 +2,7 @@ Section: gnome Priority: optional Maintainer: Fernanda Giroleti Weiden <[EMAIL PROTECTED]> -Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), libxml2-dev (>= 2.6.0), libxslt1-dev (>= 1.1.8), libxml-parser-perl, python-dev, xsltproc, libxml2-utils, docbook2x +Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), libxml2-dev (>= 2.6.0), libxslt1-dev (>= 1.1.8), libxml-parser-perl, python-dev, xsltproc, libxml2-utils, docbook2x, pkg-config Standards-Version: 3.6.1 Package: gnome-doc-utils