Package: avrdude
Version: 4.4.0-1
Severity: serious
Justification: no longer builds from source


As reported on debian-devel-announce@lists.debian.org, avrdude FTBFS
with the new texi2html

Patch attached
Run autotools after applying
--- avrdude-4.4.0.orig/doc/Makefile.am
+++ avrdude-4.4.0/doc/Makefile.am
@@ -30,9 +30,9 @@
 all-local: info html ps pdf

 html:
-	mkdir -p avrdude-html
 	texi2html -split_node $(srcdir)/$(info_TEXINFOS)
-	mv *.html avrdude-html
+	-rm -fr avrdude-html
+	mv avrdude avrdude-html

 clean-local:
 	rm -rf avrdude-html *.info

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to