]> git.llucax.com Git - software/mutt-debian.git/commitdiff
Use elinks-lite (with an alternative Build-Dependency on elinks) for rendering the...
authorChristoph Berg <myon@debian.org>
Sat, 20 Jun 2009 13:05:41 +0000 (15:05 +0200)
committerChristoph Berg <myon@debian.org>
Sat, 20 Jun 2009 13:05:41 +0000 (15:05 +0200)
debian/changelog
debian/control
debian/patches/debian-specific/build_doc_adjustments.diff

index b849d8fb7387670aff4281ca257e3d15b287281d..d29f619c2c40117c02427b0b4001bd5eed2a4bbc 100644 (file)
@@ -21,8 +21,11 @@ mutt (1.5.20-2) unstable; urgency=low
   [ 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
 
index 360ccdd790f504c5a2652ebb9498b55ddec7eb22..e678a2258e484c6675324a3757fcc26299969cd2 100644 (file)
@@ -3,10 +3,10 @@ Section: mail
 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
index 71424b07f7845f50977d5808bab7aa77fcf563db..6bd1b54289d879d3036079be50dc5ad4d363c488 100644 (file)
@@ -1,18 +1,19 @@
-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