~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to debian/patches/debian-specific/build_doc_adjustments.diff

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici
  • Date: 2009-06-14 20:53:18 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090614205318-wf0sqy1o3km636li
Tags: 1.5.20-1
* New upstream release, includes the following features:
  + Bounced messages contains From: headers (Closes: 93268)
  + Attachments displayed based on Content-Disposition (Closes: 199709)
  + fcc to a mailbox does not raise the 'new' flag (Closes: 209390)
  + '!' supported as suffix in gpg keys (Closes: 277945)
  + failed attachment saving shows an error message (Closes: 292350)
  + inline signed messages sent honouring $send_charset (Closes: 307819)
  + support for <clear-flag> and <set-flag> in the pager (Closes: 436007)
  + fcc_attach is a quad option (Closes: 478861)
  + Content-Description header not included in reply (Closes: 500766)
  + imap_sync_mailbox fix for a segfault (Closes: 516364)
  + better threading support with particular Message-ID's (Closes: 520735)
  + no crash on IMAP folder refresh (Closes: 528465)
  + undisclosed-recipients not passed in the envelope (Closes: 529090)
* debian/patches/series:
  + commented all references to upstream/*, they should be included in 1.5.20
  + removed debian-specific/529838-gnutls-autoconf.patch, ditto
  + removed misc/manpage-typos.patch, ditto 
  + modified misc/hyphen-as-minus.patch, a big part was integrated upstream
  + features/trash-folder: do not reupload messages to $trash if IMAP is used
    (Closes: #448241)
  + added misc/hg.pmdef.debugtime, see upstream #3263
* debian/control: added DM-Upload-Allowed: yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Use links(1) to generate the HTML manual page
 
2
 
1
3
--- a/doc/Makefile.am
2
4
+++ b/doc/Makefile.am
3
 
@@ -100,8 +100,9 @@ uninstall-local:
 
5
@@ -100,7 +100,8 @@
4
6
 
5
7
 check:
6
 
 manual.txt: manual.html db-cleanup.xsl
7
 
-       -xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html
8
 
-       -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \
9
 
+       xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html
 
8
 manual.txt: manual.html
 
9
-       -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
10
10
+       links.main -dump $< > $@ || links -dump $< > $@ || \
11
 
+       lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \
12
 
        w3m -dump manual-txt.html > $@ || \
13
 
        elinks -dump -no-numbering -no-references manual-txt.html > $@
 
11
+       LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
 
12
        LC_ALL=C w3m -dump manual.html > $@ || \
 
13
        LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@
14
14
 
15
 
@@ -115,10 +116,10 @@ stamp-doc-rc: $(top_srcdir)/init.h maked
 
15
@@ -114,10 +115,10 @@
16
16
        touch stamp-doc-rc
17
17
 
18
 
 manual.html: $(srcdir)/html.xsl stamp-doc-xml
 
18
 manual.html: $(srcdir)/html.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css
19
19
-       -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
20
20
+       xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
21
21
 
22
 
 stamp-doc-chunked: $(srcdir)/chunk.xsl stamp-doc-xml
 
22
 stamp-doc-chunked: $(srcdir)/chunk.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css
23
23
-       -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
24
24
+       xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
25
25
        touch stamp-doc-chunked
26
26
 
27
 
 $(HTML_DOCFILES): stamp-doc-chunked
 
27
 $(CHUNKED_DOCFILES): stamp-doc-chunked