Package: sharutils Version: 4.2.1-13 Severity: serious Tags: patch texi2html now generates its output in a subdirectory, which causes sharutils to fail to build:
> mv doc/*.html debian/tmp/usr/share/doc/sharutils-doc > mv: cannot stat `doc/*.html': No such file or directory > make: *** [binary-indep] Error 1 The attached patch fixes this problem. -- Matt
diff -u sharutils-4.2.1/debian/rules sharutils-4.2.1/debian/rules
--- sharutils-4.2.1/debian/rules
+++ sharutils-4.2.1/debian/rules
@@ -36,7 +36,7 @@
install -m 755 debian/sharutils-doc.postinst debian/tmp/DEBIAN/postinst
install -m 755 debian/sharutils-doc.prerm debian/tmp/DEBIAN/prerm
cd doc && texi2html -split_chapter $(package).texi
- mv doc/*.html $(docdir)-doc
+ mv doc/sharutils/*.html $(docdir)-doc
ln -s $(package)_toc.html $(docdir)-doc/index.html
cp -p debian/copyright $(docdir)-doc
cp -p ChangeLog $(docdir)-doc/changelog
signature.asc
Description: Digital signature

