Package: dictionaries-common
Version: 1.4.0
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch



*** /tmp/tmpIuKu_L
In Ubuntu, we've applied the attached patch to achieve the following:

  * Makefile.in, debian/control: use w3m instead of elinks to build the
    documentation. 

We thought you might be interested in doing the same. 

We're trying to move elinks out of the main repository and use w3m as
the default html text browser. Both version of the txt manual can be
found at:
 * 
http://people.canonical.com/~mathiaz/dictionaries-common-policy/dsdt-policy.elinks.txt
 * 
http://people.canonical.com/~mathiaz/dictionaries-common-policy/dsdt-policy.w3m.txt


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-25-server (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
=== modified file 'Makefile.in'
--- Makefile.in 2009-05-14 08:30:40 +0000
+++ Makefile.in 2010-01-20 23:50:12 +0000
@@ -116,7 +116,7 @@
          /usr/share/sgml/declaration/xml.decl $< > $@
 
 %.txt: %.html
-       elinks -dump -dump-charset iso-8859-1 $< | perl -pi -e 's/\015 *//g' > 
$@
+       w3m -dump $< | perl -pi -e 's/\015 *//g' > $@
 
 
 #########################################################################

=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2009-11-16 20:35:00 +0000
+++ debian/control      2010-01-20 23:50:12 +0000
@@ -4,7 +4,7 @@
 Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
 XSBC-Original-Maintainer: Agustin Martin Domingo <agmar...@debian.org>
 Uploaders: Rene Engelhard <r...@debian.org>
-Build-Depends-Indep: docbook-xml, docbook-dsssl, jade, elinks, slice,
+Build-Depends-Indep: docbook-xml, docbook-dsssl, jade, w3m, slice,
  autoconf, recode
 Build-Depends: debhelper (>= 7), dpatch (>= 2.0.9)
 Homepage: http://dict-common.alioth.debian.org

Reply via email to