[ Christoph Berg ]
* Remove maildir-mtime patch, upstream has a different implementation
(though with different results; Closes: 533471)
+ * Use elinks-lite (with an alternative Build-Dependency on elinks) for
+ rendering the manual. Thanks to Ahmed El-Mahmoudy for the suggestion.
+ (Closes: 533445)
- -- Christoph Berg <myon@debian.org> Sat, 20 Jun 2009 13:55:09 +0200
+ -- Christoph Berg <myon@debian.org> Sat, 20 Jun 2009 15:00:50 +0200
mutt (1.5.20-1) unstable; urgency=low
Priority: standard
Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Adeodato Simó <dato@net.com.org.es>, Antonio Radici <antonio@dyne.org>
-Build-Depends: debhelper (>> 7), quilt, automake, gawk, gettext, xsltproc,
- docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev,
- libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev, libkrb5-dev, pkg-config,
- libgpgme11-dev
+Build-Depends: automake, debhelper (>> 7), docbook-xml, docbook-xsl,
+ elinks-lite | elinks, gawk, gettext, libgdbm-dev, libgnutls-dev,
+ libgpgme11-dev, libidn11-dev, libkrb5-dev, libncurses5-dev, libncursesw5-dev,
+ libsasl2-dev, pkg-config, quilt, xsltproc, zlib1g-dev
Standards-Version: 3.8.2
Vcs-Git: git://git.debian.org/git/pkg-mutt/mutt.git
Vcs-Browser: http://git.debian.org/?p=pkg-mutt/mutt.git
-Use links(1) to generate the HTML manual page
+Use elinks(1) to generate the HTML manual page
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
-@@ -100,7 +100,8 @@
+@@ -100,9 +100,7 @@ uninstall-local:
check:
manual.txt: manual.html
- -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
-+ links.main -dump $< > $@ || links -dump $< > $@ || \
-+ LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
- LC_ALL=C w3m -dump manual.html > $@ || \
- LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
+- LC_ALL=C w3m -dump manual.html > $@ || \
+- LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
++ LC_ALL=C elinks -dump -dump-charset utf8 -no-numbering -no-references $< > $@
-@@ -114,10 +115,10 @@
+ Muttrc: stamp-doc-rc
+
+@@ -114,10 +112,10 @@ stamp-doc-rc: $(top_srcdir)/init.h maked
touch stamp-doc-rc
manual.html: $(srcdir)/html.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css