Package: gmailfs
Version: 0.7.2-1
Severity: serious
Tags: patch

When building 'gmailfs' in a clean 'unstable' chroot,
I get the following error:

dh_installdirs
install -m755 gmailfs.py 
/gmailfs-0.7.2/debian/gmailfs/usr/lib/python2.4/site-packages
install -m755 mount.gmailfs /gmailfs-0.7.2/debian/gmailfs/usr/bin
install -m644 gmailfs.conf /gmailfs-0.7.2/debian/gmailfs/etc/gmailfs
/usr/bin/docbook-to-man debian/mount.gmailfs.sgml > mount.gmailfs.8
/bin/sh: /usr/bin/docbook-to-man: No such file or directory
make: *** [install-stamp] Error 127

Please add the missing Build-Depends on 'docbook-to-man'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gmailfs-0.7.2/debian/control ./debian/control
--- ../tmp-orig/gmailfs-0.7.2/debian/control    2006-08-24 06:13:50.000000000 
+0000
+++ ./debian/control    2006-08-24 06:13:46.000000000 +0000
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Sebastien Delafond <[EMAIL PROTECTED]>
-Build-Depends-Indep: python-all-dev, python (>= 2.3.5-7), python-central (>= 
0.4.10)
+Build-Depends-Indep: docbook-to-man, python-all-dev, python (>= 2.3.5-7), 
python-central (>= 0.4.10)
 Build-Depends: dpatch, debhelper (>= 5.0.37.1)
 XS-Python-Version: all
 Standards-Version: 3.7.2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to