found 815607 2.0.21-11
thanks

Still FTBFS:

------------------------------------------------------
dh_installchangelogs -pnamazu2-common debian/changelog
dh_installdocs -i -XCOPYING -XINSTALL -XINSTALL-ja -XABOUT-NLS
dh_undocumented -pnamazu2-index-tools gcnmz.1 kwnmz.1 mailutime.1 nmzgrep.1 
rfnmz.1 vfnmz.1 adnmz.1 lnnmz.1 nmzmerge.1
make: dh_undocumented: Command not found
debian/rules:92: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 127
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
------------------------------------------------------

The dh_undocumented in binary-indep was still there.

Try the attached patch.
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,7 @@ binary-indep: build install
        dh_testroot
        dh_installchangelogs -pnamazu2-common debian/changelog
        dh_installdocs -i -XCOPYING -XINSTALL -XINSTALL-ja -XABOUT-NLS
-       dh_undocumented -pnamazu2-index-tools gcnmz.1 kwnmz.1 mailutime.1 
nmzgrep.1 rfnmz.1 vfnmz.1 adnmz.1 lnnmz.1 nmzmerge.1
+       # dh_undocumented -pnamazu2-index-tools gcnmz.1 kwnmz.1 mailutime.1 
nmzgrep.1 rfnmz.1 vfnmz.1 adnmz.1 lnnmz.1 nmzmerge.1
        rm -rf 
$(CURDIR)/debian/namazu2-index-tools/usr/share/doc/namazu2-index-tools
        dh_link -pnamazu2-index-tools /usr/share/doc/namazu2-common 
/usr/share/doc/namazu2-index-tools
        dh_compress -i

Reply via email to