--- lynx-cur-2.8.7dev11.orig/CHANGES
+++ lynx-cur-2.8.7dev11/CHANGES
@@ -1,8 +1,11 @@
--- $LynxId: CHANGES,v 1.325 2008/12/14 20:04:30 tom Exp $
+-- $LynxId: CHANGES,v 1.327 2008/12/16 01:14:20 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2008-12-?? (2.8.7dev.12)
+* correct handling of --with-ssl option when pkg-config is not found -TD
+
 2008-12-14 (2.8.7dev.11)
 * add support for HTML5 rel=author in link (mailing list comments) -TD
 * modify cookie-writing to not write if no cookies were read from the file
--- lynx-cur-2.8.7dev11.orig/aclocal.m4
+++ lynx-cur-2.8.7dev11/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $LynxId: aclocal.m4,v 1.128 2008/12/12 01:03:21 tom Exp $
+dnl $LynxId: aclocal.m4,v 1.129 2008/12/16 01:20:12 tom Exp $
 dnl Macros for auto-configure script.
 dnl by T.E.Dickey <dickey@invisible-island.net>
 dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
@@ -4409,7 +4409,7 @@
 	esac
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_SSL version: 14 updated: 2008/12/09 19:45:44
+dnl CF_SSL version: 15 updated: 2008/12/15 20:14:33
 dnl ------
 dnl Check for ssl library
 dnl $1 = [optional] directory in which the library may be found, set by AC_ARG_WITH
@@ -4465,7 +4465,7 @@
 
 	if test "$cf_cv_have_ssl" != yes; then
 		case $1 in #(vi
-		no)
+		yes)
 			CF_FIND_LINKAGE(CF__SSL_HEAD,
 				CF__SSL_BODY,
 				ssl,
--- lynx-cur-2.8.7dev11.orig/configure
+++ lynx-cur-2.8.7dev11/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in 2.8.7dev.10.
+# From configure.in 2.8.7dev.11.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by Autoconf 2.52.20080325.
 #
@@ -11468,7 +11468,7 @@
 
 	if test "$cf_cv_have_ssl" != yes; then
 		case $cf_cv_use_libssl in #(vi
-		no)
+		yes)
 
 # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these
 # will be set on completion of the AC_TRY_LINK below.
--- lynx-cur-2.8.7dev11.orig/debian/README.Debian
+++ lynx-cur-2.8.7dev11/debian/README.Debian
@@ -0,0 +1,66 @@
+lynx-cur for Debian
+----------------------
+
+Developemnet version of lynx with NLS support.
+
+* /usr/bin/lynx is defined through alternatives and real binary is 
+/usr/bin/lynx.cur and /usr/bin/lynx will call /usr/bin/lynx.cur by default.
+
+We recommend strongly to install lynx-cur-wrapper if you are a novice user 
+of lynx, especially you are not iso-8859-1 user.  But the current maintainer
+does not know about this so please let me know any deficiency you find.
+
+* In /etc/lynx-cur/lynx.cfg, we set
+
+EXTERNAL:ftp:w3m %s:TRUE
+EXTERNAL:file:w3m %s:TRUE
+EXTERNAL:http:w3m %s:TRUE
+EXTERNAL:http:wget %s:TRUE
+EXTERNAL:http:wget -r %s:TRUE
+EXTERNAL:ftp:netscape %s:TRUE
+EXTERNAL:file:netscape %s:TRUE
+EXTERNAL:http:netscape %s:TRUE
+
+which gives a popup menu when you press '.' or ',' for the current link 
+or page respectively,
+
+SUFFIX:.deb:application/octet-stream
+SUFFIX:.tgz:application/octet-stream
+
+and
+
+INCLUDE:~/.lynx/colors:COLOR
+INCLUDE:~/.lynx/keymap:KEYMAP
+INCLUDE:~/.lynx/viewers:VIEWER
+INCLUDE:~/.lynx/external:EXTERNAL
+
+the latter will enable you to alter options privately by the files
+~/.lynx/colors etc.
+
+* In /etc/lynx-cur/local.cfg, you may check the settings of
+
+STARTFILE:, NNTPSERVER:
+
+but STARTFILE: will be set appropriately if you install correctly.
+
+* In /etc/lynx-cur/lynx.cfg, you might want to modify the settings of
+
+LOCAL_DOMAIN:, SAVE_SPACE:
+
+* If you use always option "-use_mouse" then it may be useful to set
+alias lynx 'lynx -use_mouse'
+in appropriate file, for example .bashrc or .tcshrc
+
+* lynx will be in color mode but if this causes any troubles do:
+
+1) In Lynx Options Menu, set option "show color" as "NEVER"
+then the default is changed to monochrome.
+
+2) If you do not want to change default setting, then try
+lynx -nocolor
+
+ncursesw caused a problem with 2.8.6dev.6 patch so --with-screen=ncursesw
+to --with-screen=ncurses, and changed Build-Depends libncursesw5-dev to
+libncurses5-dev
+
+ -- Atsuhito KOHDA <kohda@debian.org>, Wed,  7 Jul 1999 07:29:50 +0900
--- lynx-cur-2.8.7dev11.orig/debian/changelog
+++ lynx-cur-2.8.7dev11/debian/changelog
@@ -0,0 +1,1225 @@
+lynx-cur (2.8.7dev11-1) unstable; urgency=low
+
+  * New Upstream Release (2.8.7dev11).  Also applied lynx2.8.7dev.11a.patch.
+  * A patch of Thomas Viehmann was merged in the upstream so removed it
+    from debian/patches/00list file.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Dec 2008 22:03:36 +0900
+
+lynx-cur (2.8.7dev10-5) unstable; urgency=low
+
+  * Fixed postinst and now a handling of local.cfg should be correct.
+    (Closes: #492468) 
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sun, 23 Nov 2008 07:51:09 +0900
+
+lynx-cur (2.8.7dev10-4) unstable; urgency=low
+
+  * Oops, I overlooked Thomas Viehmann's upload and fix.  Sorry Thomas!
+  * Reduced Build-Dependency.  (Closes: #506210)
+  * Added Homepage in control.  (Closes: #506278)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 21 Nov 2008 09:02:02 +0900
+
+lynx-cur (2.8.7dev10-3) unstable; urgency=low
+
+  * Fixed postinst so that it didn't touch local.cfg if it wasn't a regular
+    file.  (Closes: #492468)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 26 Sep 2008 12:38:16 +0900
+
+lynx-cur (2.8.7dev10-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * fix src/tidy_tls.c X509_get_issuer_name to actually take the issuer
+    DN of the present certificate and not hope that it is the same as
+    taking the subject DN of the "next" certificate which
+    may or may not exist. Closes: #499945
+    This is debian/patches/patch-3.
+
+ -- Thomas Viehmann <tv@beamnet.de>  Fri, 03 Oct 2008 23:24:41 +0200
+
+lynx-cur (2.8.7dev10-2) unstable; urgency=low
+
+  * Installed new (dummy) lynx-cur-wrapper.postrm because an old version,
+    which was empty, caused an error.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 25 Sep 2008 08:11:00 +0900
+
+lynx-cur (2.8.7dev10-1) unstable; urgency=low
+
+  * New Upstream Release.
+   - modify initial active link in download-page (Closes: #376259)
+   - revise introductory comment written to ".lynxrc" (Closes: #461158)
+   - suppress computation in TrimmedLength() for source-view (Closes: #204515)
+   - adapt/extend parsdate.y from tin to improve parsing of cookie expiration
+     times (Closes: #480144)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 24 Sep 2008 11:55:24 +0900
+
+lynx-cur (2.8.7dev9-2) unstable; urgency=low
+
+  * Andreas' efforts keep this package in Debian.  Thanks Andreas Metzler.
+  * Debconf translations:
+    - Japanese. Closes: #493674
+    - Italian. Closes: #493959
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 02 Sep 2008 10:40:21 +0900
+
+lynx-cur (2.8.7dev9-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Downgrade priority of debconf question for homepage to "low".
+    Closes: #489489
+  * Disable debconf priority high note about existence of /etc/lynx.cfg. (Due
+    to debconf preconfiguration it would be shown even if upgrading the lynx
+    dummy package would correctly take care of the issue.) Closes: #489485
+  * Build with --enable-ipv6. (Regression from lynx package and release
+    target.) Closes: #489484,#480414
+
+ -- Andreas Metzler <ametzler@debian.org>  Sat, 12 Jul 2008 09:31:43 +0000
+
+lynx-cur (2.8.7dev9-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove local.cfg on purge instead of remove. Closes: #474928
+  * Revamp handling of debconf managed configuration file local.cfg as
+    described in debconf-devel(7).
+    Closes: #474926
+  * lynx-cur-wrapper: Simply ship the /etc/lynx-cur/lynx-??.cfg as dpkg
+    conffiles instead of generating (and removing) them in the
+    maintainerscripts. Closes: #481778,#481774
+  * Add a dummy package lynx, which switches from lynx to lynx-cur. The old
+    stable codebase (lynx) is dead; upstream suggest using the lynx-cur
+    releases.
+    Closes: #369386
+  * lynx-cur does not provide lynx anymore. It is not completely necessary
+    since the dummy package lynx pulls in lynx-cur. The provides broke
+    upgrades from lynx (installed ok) lynx-cur (deinstall ok config-files).
+
+ -- Andreas Metzler <ametzler@debian.org>  Sat, 05 Jul 2008 10:21:38 +0200
+
+lynx-cur (2.8.7dev9-1) unstable; urgency=low
+
+  * New Upstream Release.
+  * Resurrect "--with-gnutls" option because it doesn't cause any license
+    problem now.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  5 May 2008 21:33:42 +0900
+
+lynx-cur (2.8.7dev8-1) unstable; urgency=low
+
+  * New Upstream Release.
+  * Fixed Section field of doc-base file.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 13 Mar 2008 00:03:36 +0900
+
+lynx-cur (2.8.7dev7-4) unstable; urgency=low
+
+  * Stop linking to gnutls library because its license (GPLv3+) conflicts
+    with that of lynx itself (GPLv2).  (Closes: #468768)
+
+ -- Atsuhito KOHDA <kohda@pm.tokushima-u.ac.jp>  Mon, 10 Mar 2008 22:09:36 +0900
+
+lynx-cur (2.8.7dev7-3) unstable; urgency=low
+
+  * Changed "exim4-daemon-light | mail-transport-agent" in Build-Depends.
+  * Fixed wrong changelog entry of 2.8.7dev7-2; removed wrong statement 
+    referring to userdefs.h
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 20 Sep 2007 17:58:05 +0900
+
+lynx-cur (2.8.7dev7-2) unstable; urgency=low
+
+  * Oops, with pbuilder, there is no bzip2, etc. unless we set them in 
+    Build-Depends.  I noticed this with a bug report from Ivan Avramovic 
+    <iavramovic AT gmail DOT com>.  Thanks Ivan!
+    For later reference: Added in Build-Depends: zip, unzip, sharutils, 
+    bzip2, ncompress, telnet, openssh-client, exim4-daemon-light
+    This also should fix sendmail settings.  (Closes: #398004, #439070)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 24 Aug 2007 14:10:08 +0900
+
+lynx-cur (2.8.7dev7-1) unstable; urgency=low
+
+  * New Upstream Release.  (Closes: #428536)
+  * Follows the new menu hierarchy.
+  * Fixed lintian warnings (debian-rules-ignores-make-clean-error and
+    translated-default-field and also removed unnecessary COPYING.asc,
+    COPYHEADE.asc).
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 03 Aug 2007 10:03:48 +0900
+
+lynx-cur (2.8.7dev5-1) unstable; urgency=low
+
+  * New Upstream Release.
+  * Build with pbuilder for the first time.
+  * Removed patch-2 because upstream's makefile.in was refined.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sat, 19 May 2007 00:06:27 +0900
+
+lynx-cur (2.8.7dev4-2) unstable; urgency=low
+
+  * Added translations of debconf templates.  (Closes: #418900, #420212)
+   - nl.po, thanks to "cobaco (aka Bart Cornelis)" <cobaco _at_ skolelinux.no>
+   - pt.po, thanks to Miguel Figueiredo <elmig _at_ debianpt.org> and
+     Traduz - Portuguese Translation Team <traduz _at_ debianpt.org>.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 23 Apr 2007 07:16:20 +0900
+
+lynx-cur (2.8.7dev4-1) unstable; urgency=low
+
+  * New Upstream Release.  This version fixed the following (Closes: #396949)
+  * Updated patch-1, patch-2 for this version.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 16 Nov 2006 08:39:02 +0900
+
+lynx-cur (2.8.7dev2-1) unstable; urgency=low
+
+  * New Upstream Release.
+   - modify logic for reading PERSONAL_EXTENSION_MAP and PERSONAL_MAILCAP to
+     ensure that they are files that are controlled only by the user.  The
+     default values for these allow lynx to read configuration information
+     from the user's current directory at lynx's startup (Closes: #396949)
+  * Modified makefile.in slightly in order not scare people.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue,  7 Nov 2006 14:11:36 +0900
+
+lynx-cur (2.8.7dev1-1) unstable; urgency=low
+
+  * New Upstream Release.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 13 Oct 2006 09:48:33 +0900
+
+lynx-cur (2.8.6pre5-1) unstable; urgency=low
+
+  * New Upstream Release.
+  * Updated patch-1 to be appliable for the current lynx.cfg and 
+    about_lynx.html
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed,  4 Oct 2006 13:54:17 +0900
+
+lynx-cur (2.8.6pre4-1) unstable; urgency=low
+
+  * New Upstream Release.
+  * Oops, I forgot to update ca.po in the former package!
+    I updated certainly this time.  Sorry and thanks to Jordà Polo 
+    <jorda@ettin.org>  (Closes: #375969)
+  * Some bugs fixed already.
+   - Documented in manpage (Closes: #292393)
+   - 2006-05-29 (2.8.6dev.18)
+     * suppress OpenSSL URL from version message if it happens to be built 
+       using GNU TLS -TD (Closes: #336741)
+   - documented in the lynx_url_support.html file (Closes: #303084)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 22 Sep 2006 11:22:23 +0900
+
+lynx-cur (2.8.6pre3-1) unstable; urgency=low
+
+  * New Upstream Release.
+  - if the side-effect of getfile() is unneeded, we restore the link number
+    as well as the line number (Closes: #386561)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 11 Sep 2006 20:28:52 +0900
+
+lynx-cur (2.8.6pre2-1) unstable; urgency=low
+
+  * New Upstream Release.
+  - add -stderr option to write error messages when doing a -dump -or -source.
+    (Closes: #375736)
+  - ensure the number of "extra" blanks in a line is greater than zero before
+    attempting to perform text-justification (Closes: #363538)
+  - fix a sign-extension in alignment case-statement in split_line() 
+    (Closes: #360832, #372670)
+  * Upstream changed --enable-color-style enabled by default so I followed it.
+  * Updated translations of debconf templates.  Thanks to all.
+  - fr.po, Philippe Batailler <philippe.batailler@free.fr>
+  - cs.po, Miroslav Kure <kurem@upcase.inf.upol.cz>
+  - ru.po, Yuri Kozlov <kozlov.y@gmail.com>
+  - de.po, Jens Nachtigall <nachtigall@web.de>
+  - sv.po, Daniel Nylander <po@danielnylander.se>
+  - pt_BR.po, Andre Luis Lopes <andrelop@debian.org>
+  - vi.po, Clytie Siddall <clytie@riverland.net.au>
+  - es.po, David Martínez Moreno <ender@debian.org>
+  (Closes: #373615, #373998)
+  * There was no time to upload 2.8.6dev19 because 2.8.6pre2 was released
+    so soon.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  4 Sep 2006 11:04:25 +0900
+
+lynx-cur (2.8.6dev18-2.1) unstable; urgency=low
+
+  * Fixed rules more systematically.  I guess this could fix FTBFS bug.
+    (Closes: #372075)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 13 Jun 2006 23:48:34 +0900
+
+lynx-cur (2.8.6dev18-2) unstable; urgency=low
+
+  * Fixed rules (added -A option to dh_installdirs).  Thanks to 
+    Benjamin Seidenberg <astronut@dlgeek.net>
+    I'll fix this more systematically later.  (Closes: #372075)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 13 Jun 2006 10:08:10 +0900
+
+lynx-cur (2.8.6dev18-1) unstable; urgency=low
+
+  * New upstream release.
+  * Adapted Elimar Riesebieter packaging.  Thanks Elimar Riesebieter 
+    <riesebie@lxtec.de>  (Closes: #352507)
+   - Change short description in templates.
+   - Added debconf-updatepo to the clean target in rules.
+   - Changed version according to upstream version.
+   - Don't upgrade via patches anymore. Upstream tarball used.
+   - Introduced dpatch.
+   - Bumped Standard version -- no changes needed.
+   - Reworked rules
+     - introduced DH_OPTIONS
+     - Cleaned up
+   - Reworked bashism in debian/postinst.
+   - Set compatibility to 4 in debian/compat.
+   - Corrected fsf adress in copyright.
+   - patch-2 was included upstream some versions ago, so commented in
+     patches/00list.
+   - There should be no more "Unreversed patch detected!" in the buildlogs
+     anymore. This was because the patches where applied to the diff file.
+   - Should be (almost) lintian clean now.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sun,  4 Jun 2006 08:22:06 +0900
+
+lynx-cur (2.8.6-20) unstable; urgency=low
+
+  * Added "--enable-justify-elts" option and changed "JUSTIFY:TRUE" in lynx.cfg
+  * Reverted ncursesw again!  This fixed broken utf-8 support.
+    (Closes: #252856, #240069)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu,  2 Feb 2006 14:39:06 +0900
+
+lynx-cur (2.8.6-19) unstable; urgency=low
+
+  * This is of 2.8.6dev.17
+  - modify parsing of filename from Content-Disposition so that the name is not
+  truncated on embedded whitespace.  (Closes: #291716)
+  - fixes to source-view of ftp:// and file:// URLs, i.e., eliminate redundant
+  PRE's, add DOCTYPE and meta tags  (Closes: #347989)
+  - Upstream author taught us that a bug was fixed as a side-effect of
+  2.8.6dev.14 (modify initialization so that "cat options.txt | lynx - "
+  will allow interactive use).  (Closes: #284677)
+  * Oops, I mistyped dev version of a patch in 2.8.6-18.  Fixed.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 27 Jan 2006 08:10:54 +0900
+
+lynx-cur (2.8.6-18) unstable; urgency=low
+
+  * This is of 2.8.6dev.16
+  - print the contents of image maps, if any, at the end of a dump 
+  (Closes: #335593)
+  - fix off-by-one line calculation that allowed the last page to be blank
+  (Closes: #330413)
+  - strip unneeded "&nbsp;" from translation when building info page using
+  wide curses (Closes: #342877)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 19 Dec 2005 09:01:05 +0900
+
+lynx-cur (2.8.6-17) unstable; urgency=low
+
+  * This is of 2.8.6dev.15
+  * Corrected wrong dev number(dev.13 to dev.14) in 2.8.6-16
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 31 Oct 2005 21:07:59 +0900
+
+lynx-cur (2.8.6-16) unstable; urgency=low
+
+  * This is of 2.8.6dev.14 (closes: #334423)
+   - eliminate fixed-size buffers in LYExpandHostForURL() to guard against
+     buffer overflow resulting from too-long domain prefix/suffix data from
+     lynx.cfg (report by Ulf Harnhammar, CAN-2005-3120) -TD
+  * Added Swedish translation for debconf messages.  Thanks to Daniel Nylander
+    <yeager@lidkoping.net>  (closes: #332360)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 18 Oct 2005 08:27:39 +0900
+
+lynx-cur (2.8.6-15) unstable; urgency=low
+
+  * Updated Build-Dependency on libgnutls-dev.
+  * Fixed Dependency on debconf (with ${misc:Depends}) suggested by
+    Joey Hess <joeyh@debian.org>.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed,  3 Aug 2005 10:05:29 +0900
+
+lynx-cur (2.8.6-14) unstable; urgency=low
+
+  * This is of 2.8.6dev.13
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed,  8 Jun 2005 16:57:54 +0900
+
+lynx-cur (2.8.6-13) unstable; urgency=low
+
+  * This is of 2.8.6dev.12
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sun,  5 Jun 2005 08:18:01 +0900
+
+lynx-cur (2.8.6-12) unstable; urgency=low
+
+  * Added Vietnamese translation for debconf messages.  Thanks to Clytie 
+    Siddall <clytie@riverland.net.au>  (Closes: #309056)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 16 May 2005 11:28:40 +0900
+
+lynx-cur (2.8.6-11) unstable; urgency=low
+
+  * Corrected `head -n 1' instead of `head -1' in postinst.  Thanks to
+    Robert Luberda <robert@debian.org>  (Closes: #308845)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 13 May 2005 07:11:36 +0900
+
+lynx-cur (2.8.6-10) unstable; urgency=low
+
+  * Added Czech translation of debconf messages.  Thanks to Miroslav Kure 
+    <kurem@upcase.inf.upol.cz>  (Closes: #308026)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 11 May 2005 11:04:43 +0900
+
+lynx-cur (2.8.6-9) unstable; urgency=low
+
+  * This is of 2.8.6dev.11
+  * syslog'ing of URLs didn't seem to be an appropriate default setting and
+    it could be enabled with a setting in lynx.cfg or a command line option
+    if lynx was compiled with --enable-syslog.  So I decided to compile lynx 
+    with --enable-syslog but to set "SYSLOG_REQUESTED_URLS:FALSE" in lynx.cfg
+    You can enable it with a command line option "syslog-urls=on" or with
+    editting lynx.cfg appropriately.  (Closes: #288480)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu,  6 Jan 2005 11:10:15 +0900
+
+lynx-cur (2.8.6-8) unstable; urgency=low
+
+  * This is of 2.8.6dev.10
+  - syslog'ing of URLs was now an option in lynx.cfg or in command line.
+    (Closes:  #282739)
+  - fixed gap in title from newline. (Closes: #284679)
+  - fixed can't climb to the root directory.  (Closes: #285140)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  3 Jan 2005 11:05:58 +0900
+
+lynx-cur (2.8.6-7) unstable; urgency=low
+
+  * Fixed Build-Depends on libncurses5-dev (from wrong libncuresew5-dev).
+    (Closes: #282699)
+  * Removed duplicated changelog in 2.8.6-6
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 24 Nov 2004 09:35:06 +0900
+
+lynx-cur (2.8.6-6) unstable; urgency=low
+
+  * This is of 2.8.6dev.8
+  * Changed --with-screen option from ncursesw to ncurses because there
+    was a problem with ncursesw and the patches since 2.8.6dev6
+  * The followings were fixed with 2.8.6-5 which was not uploaded.
+   - modify template for temporary-directory name, adding "lynx" prefix 
+     (Closes: #267356)
+   - add -listonly option and -nonumbers option  (Closes: #255571)
+   - we should check #240069 and #254603
+  * Updated de.po  Thanks to Jens Nachtigall <nachtigall@web.de>
+    (Closes: #276902)
+  * Fixed lynx-cur.1; removed (misplaced) Japanese characters.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 19 Nov 2004 09:32:29 +0900
+
+lynx-cur (2.8.6-5) unstable; urgency=low
+
+  * This is of 2.8.6dev.7
+  * Fixed lynx-cur.1; removed (misplaced) Japanese characters.
+  * Changed options of configure a bit.
+   - added --enable-forms-options --enable-justify-elts --enable-partial
+     --enable-read-eta --enable-scrollbar --enable-syslog
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 18 Oct 2004 07:46:37 +0900
+
+lynx-cur (2.8.6-4) unstable; urgency=low
+
+  * Fixed dependency on libgnutls.  (Closes: #264755)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 10 Aug 2004 23:07:01 +0900
+
+lynx-cur (2.8.6-3) unstable; urgency=low
+
+  * This is of 2.8.6dev.5
+   - lynx accepts multiple URLs on the command line  (Closes: #177062)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu,  1 Jul 2004 10:05:58 +0900
+
+lynx-cur (2.8.6-2) unstable; urgency=low
+
+  * This is of 2.8.6dev.4
+   - refined Japanes and UTF-8 support with --enable-japanese-utf8 
+     configure option.
+   - fixed a problem of unable to reach google.
+
+ -- Atsuhito KOHDA <kohda@pm.tokushima-u.ac.jp>  Mon, 24 May 2004 11:21:14 +0900
+
+lynx-cur (2.8.6-1) unstable; urgency=low
+
+  * New upstream release.  This is of 2.8.6dev.3
+  * Added support for utf-8 to lynx-cur-wrapper experimentally.  It would
+    work only with mlterm at present.
+   - added handling of *.utf-8 in debian/lynx script.
+   - added code for lynx-utf.cfg in lynx-cur-wrapper.{postinst,postrm}
+  * Refine update-alternatives for /usr/bin/lynx; used --slave for manual page.
+   - renamed lynx.1 to lynx.cur.1 in rules.
+   - lowered the priority because lynx used priority 20
+  * Used update-alternatives for www-browser.  (Closes: #238803)
+   - modified lynx-cur{-wrapper}.{postinst,prerm}
+  * Fixed menu (according to lintian error).
+  * Removed non-used conffiles, docs.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu,  10 May 2004 13:22:29 +0900
+
+lynx-cur (2.8.5-20) unstable; urgency=low
+
+  * This is of 2.8.5pre5
+  * Updated po/da.po of upstream lynx-cur message catalogue. Thanks to Morten
+    Bo Johansen <mojo@image.dk>  (Closes: #230633)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed,  4 Feb 2004 09:47:57 +0900
+
+lynx-cur (2.8.5-19) unstable; urgency=low
+
+  * This is of 2.8.5pre4
+  * Improved long description a bit more.  Thanks to Florent Rougon 
+    <f.rougon@free.fr>
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 29 Jan 2004 09:58:08 +0900
+
+lynx-cur (2.8.5-18) unstable; urgency=low
+
+  * This is of 2.8.5pre3
+  * Improved the long description. (Closes: #229448)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sun, 25 Jan 2004 18:31:44 +0900
+
+lynx-cur (2.8.5-17) unstable; urgency=low
+
+  * Added support for nested-tables (experimentally).
+  * Changed --with-screen option from ncurses to ncursesw.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 23 Jan 2004 11:18:20 +0900
+
+lynx-cur (2.8.5-16) unstable; urgency=low
+
+  * This is of 2.8.5pre1 and 2.8.5pre2
+  * Updated copyright file.
+  * Cleaned up documents.  Now almost all documents would be in docs
+    and removed lynx_help/COPYHEADER under /usr/share/doc/lynx-cur
+    So we modified about_lynx.html correspondingly.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 19 Jan 2004 22:18:34 +0900
+
+lynx-cur (2.8.5-15) unstable; urgency=low
+
+  * This is of dev.17
+  * po/uk.po refused a patch so modified manually.  This was a side-effect
+    of CVS maintenance and never an original problem ;)
+  * Added HTTPS support with gnutls, but this was yet experimental.
+    (Closes: #205438)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 12 Jan 2004 20:12:17 +0900
+
+lynx-cur (2.8.5-14) unstable; urgency=low
+
+  * New/updated ru.po, thanks to Ilgiz Kalmetev <translator@ilgiz.pp.ru>
+    (Closes: #214373)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  6 Oct 2003 21:59:37 +0900
+
+lynx-cur (2.8.5-13) unstable; urgency=low
+
+  * Added pt_BR.po, thanks to Andre Luis Lopes <andrelop@debian.org>
+    (Closes: #197534)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sat, 21 Jun 2003 21:18:53 +0900
+
+lynx-cur (2.8.5-12) unstable; urgency=low
+
+  * This is of dev.16
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  2 Jun 2003 15:01:43 +0900
+
+lynx-cur (2.8.5-11) unstable; urgency=low
+
+  * Oops, I forgot to update!  This is of dev.15
+  * Fixed fr.po  (Closes: #190256)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 29 May 2003 16:25:53 +0900
+
+lynx-cur (2.8.5-10) unstable; urgency=low
+
+  * Removed ssl support because the licenses don't permit lynx with ssl.
+    (Closes: #187972)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  7 Apr 2003 21:00:53 +0900
+
+lynx-cur (2.8.5-9) unstable; urgency=low
+
+  * Updated fr.po, thanks to Philippe Batailler <philippe.batailler@free.fr>
+    (Closes: #186369)
+  * Now supported ssl.  I suspected Replaces: lynx, lynx-ssl seemed too strong
+    so removed it now.  (Closes: #186872)
+  * Fixed Build-Depends on debhelper with the correct version.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  7 Apr 2003 13:46:40 +0900
+
+lynx-cur (2.8.5-8) unstable; urgency=low
+
+  * Replaced templates.fr with the correct one, I hope.  Thanks to
+    Denis Barbier <barbier@debian.org>  (Closes: #183058)
+  * Changed default URL to www.debian.org
+  * Fixed config to avoid infinite loops.  Thanks to Robert Luberda 
+    <robert@debian.org>  (Closes: #183096)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  3 Mar 2003 07:28:43 +0900
+
+lynx-cur (2.8.5-7) unstable; urgency=low
+
+  * This is of dev.14
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu,  6 Feb 2003 08:16:00 +0900
+
+lynx-cur (2.8.5-6) unstable; urgency=low
+
+  * This is of dev.13
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 24 Jan 2003 10:30:16 +0900
+
+lynx-cur (2.8.5-5) unstable; urgency=low
+
+  * Moved lynx-cur-wrapper stuffs to binary-indep in rules.  (Closes: #174372)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 27 Dec 2002 12:23:23 +0900
+
+lynx-cur (2.8.5-4) unstable; urgency=low
+
+  * This is of dev.12 and this fixed memory leak problem!
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 19 Dec 2002 11:39:42 +0900
+
+lynx-cur (2.8.5-3.5) unstable; urgency=low
+
+  * This is of dev.11 (dev.10 was skipped in upstream)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  2 Dec 2002 17:01:52 +0900
+
+lynx-cur (2.8.5-3.4) unstable; urgency=low
+
+  * Fixed prerm so that "update-alternatives --remove" would not be called
+    at upgrade.
+  * Modified patch-1 according to modification of lynx.cfg with dev.9 patch.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  7 Oct 2002 12:58:42 +0900
+
+lynx-cur (2.8.5-3.3) unstable; urgency=low
+
+  * This is of dev.9
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  7 Oct 2002 10:24:12 +0900
+
+lynx-cur (2.8.5-3.2) unstable; urgency=low
+
+  * Fixed lintian warning; mv etc_lynx.cfg stuffs from postinst to config.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 24 Sep 2002 12:08:09 +0900
+
+lynx-cur (2.8.5-3.1) unstable; urgency=low
+
+  * Added support of gnome-terminal and jfbterm in lynx-cur-wrapper.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 13 Aug 2002 13:22:53 +0900
+
+lynx-cur (2.8.5-3) unstable; urgency=low
+
+  * Added new french translation of templates contributed by Philippe
+    Batailler  (closes: #151720)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sat,  6 Jul 2002 21:09:04 +0900
+
+lynx-cur (2.8.5-2.6) unstable; urgency=low
+
+  * This is of dev.8 and the patches of Hataguchi Takeshi was included
+    in dev.8 patch so we didn't apply patch-2 anymore.
+  * I reverted config.{guess,sub} to those of dev.8 because they were
+    updated and I believed this would not cause trouble with mips.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sun,  2 Jun 2002 08:56:40 +0900
+
+lynx-cur (2.8.5-2.5) unstable; urgency=low
+
+  * Added catalan translation of templates contributed by Antoni Bella
+    <bella5@teleline.es>  (closes: #139735)
+  * Applied the patch of Hataguchi Takeshi <patakuti@t3.rim.or.jp>
+    for hilighting problem found in lynx-dev (Sat, 9 Mar 2002); patch-2.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 26 Mar 2002 13:39:57 +0900
+
+lynx-cur (2.8.5-2.4) unstable; urgency=low
+
+  * Added --enable-default-colors to configure options.  Thanks to 
+    MATSUDA Yoh-ichi <matsuda@palnet.or.jp> for reporting this.
+  * Applied the patch of Hataguchi Takeshi <patakuti@t3.rim.or.jp>
+    for hilighting problem found in lynx-dev (Thu, 7 Feb 2002); patch-2.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 18 Feb 2002 17:03:58 +0900
+
+lynx-cur (2.8.5-2.3) unstable; urgency=low
+
+  * Replaced config.guess with that of autotools-dev so that lynx-cur
+    can be built in mips.  (closes: #131056)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sun, 27 Jan 2002 09:45:03 +0900
+
+lynx-cur (2.8.5-2.2) unstable; urgency=low
+
+  * This is of dev.7
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue,  8 Jan 2002 07:29:52 +0900
+
+lynx-cur (2.8.5-2.1) unstable; urgency=low
+
+  * This is of dev.6
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed,  2 Jan 2002 19:15:54 +0900
+
+lynx-cur (2.8.5-2) unstable; urgency=low
+
+  * This is of dev.5
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 20 Nov 2001 09:56:31 +0900
+
+lynx-cur (2.8.5-1.9) unstable; urgency=low
+
+  * This is of dev.4
+  * Used ncurses instead of slang.  This enables us to reduce a script lynx
+    substantially because we need not to fiddle with TERM any more.
+  * Added lynx-cur.1 to fix lintian error.
+  * Modified debian/config so that dpkg-reconfigure would work.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri,  9 Nov 2001 10:02:46 +0900
+
+lynx-cur (2.8.5-1.7) unstable; urgency=low
+
+  * Fixed lynx_help/about_lynx.html because we did not install "COPYING".
+  * Supported building with debugging information through the environment
+    variable `DEB_BUILD_OPTIONS'
+  * Also rewrote rules a bit substantially.
+  * Updated Standards-Version: 3.5.1
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 10 Oct 2001 10:35:58 +0900
+
+lynx-cur (2.8.5-1.4) unstable; urgency=low
+
+  * This is of dev.3
+  * Fixed Priority (optional to extra).  Conflict with lynx perhaps forced 
+    this, I guessed.
+  * Closed bug really this time.  (closes: #114387)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Sat,  6 Oct 2001 08:15:41 +0900
+
+lynx-cur (2.8.5-1.3) unstable; urgency=low
+
+  * Versioned up because of the former failure.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri,  5 Oct 2001 14:37:45 +0900
+
+lynx-cur (2.8.5-1.2) unstable; urgency=low
+
+  * Added russian translation of templates contributed by ilgiz kalmetev 
+    <i.kalmetev@bis.bashtelecom.ru>  (closes: #114387)
+  * Moved local.cfg.in from /etc/lynx-cur/ to doc/lynx-cur
+  * Added External application support to lynx.cfg, now you can see Tables
+    with w3m, for example, from lynx.
+  * Fixed lintian errors, updated Standards-Version: 3.2.1 and changed
+    debconf (>=0.5.00) in Depends field.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu,  4 Oct 2001 13:43:11 +0900
+
+lynx-cur (2.8.5-1.1) unstable; urgency=low
+
+  * This is of dev.2
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 16 Aug 2001 09:43:45 +0900
+
+lynx-cur (2.8.5-1) unstable; urgency=low
+
+  * New Upstream Release.  This is of 2.8.5dev.1 and same as 2.8.4rel.1a
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 25 Jul 2001 10:58:03 +0900
+
+lynx-cur (2.8.4-4) unstable; urgency=low
+
+  * This is of rel.1, that is, this is Lynx v2.8.4 release.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 19 Jul 2001 09:57:03 +0900
+
+lynx-cur (2.8.4-3.8) unstable; urgency=low
+
+  * This is of pre.5
+  * Fixed typos in this file (pre.3 -> pre.4 in 3.7, filed -> field in 3.5).
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 16 Jul 2001 09:03:05 +0900
+
+lynx-cur (2.8.4-3.7) unstable; urgency=low
+
+  * This is of pre.4
+  * Modified patch-1 to eliminate warnings after pre.3 (Debian specific).
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 11 Jul 2001 07:38:57 +0900
+
+lynx-cur (2.8.4-3.6) unstable; urgency=low
+
+  * This is of pre.3
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 10 Jul 2001 09:23:57 +0900
+
+lynx-cur (2.8.4-3.5) unstable; urgency=low
+
+  * This is of pre.2
+  * Added gettext to Build-Depends: field.  (closes: #100366)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon, 11 Jun 2001 14:46:22 +0900
+
+lynx-cur (2.8.4-3.4) unstable; urgency=low
+
+  * This is of dev.21 + pre.1
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  4 Jun 2001 07:39:27 +0900
+
+lynx-cur (2.8.4-3.3) unstable; urgency=low
+
+  * Added german translation of templates contributed by 
+    <Joerg.Rieger@informatik.med.uni-giessen.de>.  (closes: #94130)
+  * Changed deprecated 'isdefault' to 'seen' in debconf config.  This is
+    borrowed from lynx, thanks Matthew Danish <mdanish@andrew.cmu.edu>.
+  * Updated ja.po of http://www2.iro.umontreal.ca/~pinard/po/ (closes: #99091)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Thu, 19 Apr 2001 10:03:03 +0900
+
+lynx-cur (2.8.4-3.2) unstable; urgency=low
+
+  * This is of dev.20 and this version wouldn't need curses lib any more.
+    (closes: #88089)
+  * Adopted spanish translation of templates contributed by 
+    Carlos Valdivia Yage <valyag@teleline.es>.  (closes: #92374)
+  * Refined handling of local.cfg a bit.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Mon,  2 Apr 2001 10:26:31 +0900
+
+lynx-cur (2.8.4-3.1) unstable; urgency=low
+
+  * This is of dev.19
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Tue, 27 Feb 2001 13:20:04 +0900
+
+lynx-cur (2.8.4-3) unstable; urgency=low
+
+  * Official Debian Release.  (closes: #85798)
+  * Standards-Version: 3.1.1, at least.
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 16 Feb 2001 16:41:56 +0900
+
+lynx-cur (2.8.4-2.11) unstable; urgency=low
+
+  * This is of dev.18 and aims to merge Debian.
+  * Separates wrapper part to lynx-cur-wrapper.
+
+ -- Atsuhito KOHDA <kohda@pm.tokushima-u.ac.jp>  Mon, 12 Feb 2001 14:32:33 +0900
+
+lynx-cur (2.8.4-2.9) unstable; urgency=low
+
+  * This is of dev.16 and ja.po was included in original distribution now.
+  * Added docs/README.ssl
+
+ -- Atsuhito KOHDA <kohda@pm.tokushima-u.ac.jp>  Wed,  3 Jan 2001 09:21:56 +0900
+
+lynx-cur (2.8.4-2.8) unstable; urgency=low
+
+  * This is of dev.15 and we used lynx2.8.4dev.15.tar.bz2 instead of patch.
+  * Updated ja.po of PO-Revision-Date: 2000-10-11 09:47+09:00
+
+ -- Atsuhito KOHDA <kohda@pm.tokushima-u.ac.jp>  Sat, 23 Dec 2000 10:03:22 +0900
+
+lynx-cur (2.8.4-2.7) unstable; urgency=low
+
+  * This is of dev.14.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat,  4 Nov 2000 09:19:05 +0900
+
+lynx-cur (2.8.4-2.6) unstable; urgency=low
+
+  * This is of dev.13.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 26 Oct 2000 07:56:58 +0900
+
+lynx-cur (2.8.4-2.5) unstable; urgency=low
+
+  * This is of dev.11.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 19 Oct 2000 11:17:38 +0900
+
+lynx-cur (2.8.4-2.4) unstable; urgency=low
+
+  * This is of dev.10.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 22 Sep 2000 13:46:58 +0900
+
+lynx-cur (2.8.4-2.3) unstable; urgency=low
+
+  * This is of dev.9.  This fixes serious damage of dev.8.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat,  2 Sep 2000 08:59:18 +0900
+
+lynx-cur (2.8.4-2.2) unstable; urgency=low
+
+  * This is of dev.8 and refined version of multibyte character patch for 
+    status line by Takeshi Hataguchi <patakuti@t3.rim.or.jp> is merged now.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 25 Aug 2000 16:41:15 +0900
+
+lynx-cur (2.8.4-2.1) unstable; urgency=low
+
+  * Apply refined version of multibyte character patch for status line by 
+    Takeshi Hataguchi <patakuti@t3.rim.or.jp>
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue,  8 Aug 2000 11:36:23 +0900
+
+lynx-cur (2.8.4-2) unstable; urgency=low
+
+  * This is of dev.7 and multibyte character patch for status line by 
+    Takeshi Hataguchi <patakuti@t3.rim.or.jp> is merged now.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri,  4 Aug 2000 07:24:05 +0900
+
+lynx-cur (2.8.4-1.9) unstable; urgency=low
+
+  * This is of dev.6
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue, 18 Jul 2000 14:49:44 +0900
+
+lynx-cur (2.8.4-1.8) unstable; urgency=low
+
+  * Apply multibyte character patch for status line by Takeshi Hataguchi
+    <patakuti@t3.rim.or.jp>
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun,  9 Jul 2000 07:55:50 +0900
+
+lynx-cur (2.8.4-1.7) unstable; urgency=low
+
+  * Add --without-included-gettext to configure option.
+  * Refine post{inst,rm} and preinst.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 29 Jun 2000 11:27:42 +0900
+
+lynx-cur (2.8.4-1.6) unstable; urgency=low
+
+  * Add settings for da.po in lynx script, postinst etc. which I forgot
+    by mistake.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue, 27 Jun 2000 07:38:51 +0900
+
+lynx-cur (2.8.4-1.5) unstable; urgency=low
+
+  * This is of dev.4
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun, 25 Jun 2000 09:14:19 +0900
+
+lynx-cur (2.8.4-1.4) unstable; urgency=low
+
+  * Fix patch-1 so that warnings disappear in dev.3
+  * Updated ru.po and added da.po
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu,  8 Jun 2000 09:38:54 +0900
+
+lynx-cur (2.8.4-1.3) unstable; urgency=low
+
+  * This is of dev.3
+  * Disabled PREPEND_BASE_TO_SOURCE in default lynx.cfg as lynx of Debian
+    which I forgot in 1.1 (sorry).
+  * Updated ja.po ("PO-Revision-Date: 2000-05-29 09:47+09:00\n") which was
+    downloaded from;
+    http://www.iro.umontreal.ca/contrib/po/trans/ja/lynx-2.8.3.rel1.ja.po
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue, 23 May 2000 08:39:39 +0900
+
+lynx-cur (2.8.4-1.2) unstable; urgency=low
+
+  * Updated ja.po ("PO-Revision-Date: 2000-05-19 21:43+0900\n")
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun, 21 May 2000 08:38:15 +0900
+
+lynx-cur (2.8.4-1.1) unstable; urgency=low
+
+  * Refine lynx script according to the suggestions of Klaus Weide 
+    <kweide@enteract.com> and also of Kenshi Muto <kmuto@topstudio.co.jp>
+    and of "Ken N." <kenn@applause.nu>.  Thanks all.
+  * Use INCLUDE so that sizes of lynx-*.cfg etc. reduce according to the
+    suggestions of Klaus Weide <kweide@enteract.com>.
+  * Remove --enable-charset-choice from configure option, this is also
+    suggested by Klaus Weide <kweide@enteract.com>.
+  * Replace ja.po with that of Masayuki Hatta <masayuki-h@geocities.co.jp>.
+    Thanks Masayuki Hatta.
+  * Add configure options used in lynx of Debian.
+  * Disabled PREPEND_BASE_TO_SOURCE in default lynx.cfg as lynx of Debian.
+  * Add '-rm -f intl/libintl.h' to rules unless 2nd time debuild fails.
+  * Replace cs, de, fr, nl, pt_BR, ru, sl po files with lynx 2.8.3
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 18 May 2000 11:19:36 +0900
+
+lynx-cur (2.8.4-1) unstable; urgency=low
+
+  * New Upstream Release.  This is of dev.1
+  * Refine lynx script and post{inst, rm} so that they can be used both
+    lynx-ja and lynx-cur with little modification.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat,  6 May 2000 09:31:50 +0900
+
+lynx-cur (2.8.3-3.4) unstable; urgency=low
+
+  * This is of rel.1
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Mon, 24 Apr 2000 08:48:57 +0900
+
+lynx-cur (2.8.3-3.3) unstable; urgency=low
+
+  * This is of pre.7
+  * Delete SITE_DEFS="-DSUPPORT_MULTIBYTE_EDIT" from rules.  This is not
+    necessary any more.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 21 Apr 2000 11:55:31 +0900
+
+lynx-cur (2.8.3-3.2) unstable; urgency=low
+
+  * This is of pre.6 and the patch of Hataguchi Takeshi <patakuti@t3.rim.or.jp>
+    seems included.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed, 19 Apr 2000 10:45:16 +0900
+
+lynx-cur (2.8.3-3.1) unstable; urgency=low
+
+  * This is of pre.5
+  * Fix HELPFILE in lynx.cfg which is duplicated by mistake.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat, 15 Apr 2000 10:02:42 +0900
+
+lynx-cur (2.8.3-3) unstable; urgency=low
+
+  * This is of pre.4
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed, 12 Apr 2000 11:09:40 +0900
+
+lynx-cur (2.8.3-2.10) unstable; urgency=low
+
+  * This is of pre.3
+  * Apply the patch of Hataguchi Takeshi <patakuti@t3.rim.or.jp>
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Mon, 10 Apr 2000 07:44:41 +0900
+
+lynx-cur (2.8.3-2.9) unstable; urgency=low
+
+  * This is of pre.2
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue,  4 Apr 2000 09:16:00 +0900
+
+lynx-cur (2.8.3-2.8) unstable; urgency=low
+
+  * Add README.jp which was forgotten by accident.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Mon,  3 Apr 2000 07:18:25 +0900
+
+lynx-cur (2.8.3-2.7) unstable; urgency=low
+
+  * This is of pre.1
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun,  2 Apr 2000 15:19:02 +0900
+
+lynx-cur (2.8.3-2.6) unstable; urgency=low
+
+  * This is of dev.23
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 30 Mar 2000 17:39:14 +0900
+
+lynx-cur (2.8.3-2.5) unstable; urgency=low
+
+  * This is of dev.22
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue, 14 Mar 2000 12:47:13 +0900
+
+lynx-cur (2.8.3-2.4) unstable; urgency=low
+
+  * This is of dev.21
+  * Remove --enable-kanji following CHANGES.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed,  1 Mar 2000 10:09:04 +0900
+
+lynx-cur (2.8.3-2.3) frozen-jp unstable-jp; urgency=low
+
+  * This is of dev.20; this version seems to improve handling of Japanese text
+    so into frozen-jp too but might be final for frozen-jp.
+  * Add "--enable-charset-choice --enable-kanji --enable-cjk" to configure.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 25 Feb 2000 08:08:19 +0900
+
+lynx-cur (2.8.3-2.2) frozen-jp unstable-jp; urgency=low
+
+  * Add frozen-jp because this is BUG fix version of 2.8.3-1.9 which
+    is in frozen-jp.
+  * Change template of debconf a bit so that it will show an important
+    note on /etc/lynx.cnf to a user.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat, 19 Feb 2000 08:59:46 +0900
+
+lynx-cur (2.8.3-2.1) unstable; urgency=low
+
+  * Fix configure option for new location of lynx.cfg (with --libdir).
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue,  1 Feb 2000 07:42:20 +0900
+
+lynx-cur (2.8.3-2) unstable; urgency=low
+
+  * Add debconf support.
+  * Move lynx-*.cfg and lynx.cfg* into /etc/lynx-cur directory.
+    (close Bug#JP/1137)
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed, 26 Jan 2000 08:22:58 +0900
+
+lynx-cur (2.8.3-1.9) unstable; urgency=low
+
+  * This is of dev.18
+  * Update to Standards-Version: 3.0.0
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Tue, 11 Jan 2000 16:35:55 +0900
+
+lynx-cur (2.8.3-1.8) unstable; urgency=low
+
+  * This is of dev.17 and lynx.cfg changed much so we change postinst
+    to reduce lynx-*.cfg and lynx.cfg.*
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 16 Dec 1999 15:31:30 +0900
+
+lynx-cur (2.8.3-1.7) unstable; urgency=low
+
+  * This is of dev.16
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat, 11 Dec 1999 08:36:49 +0900
+
+lynx-cur (2.8.3-1.6) unstable; urgency=low
+
+  * This is of dev.15 and for unstable not for experimental as former one.
+  * Fix wrong lynx.cfg.blck because COLOR settings of original lynx.cfg of 
+    2.8.3 is quite different from that of 2.8.2
+  * Delete  --enable-default-colors configure option again.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu, 18 Nov 1999 15:26:39 +0900
+
+lynx-cur (2.8.3-1.5) experimental; urgency=low
+
+  * This is of dev.14
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun,  7 Nov 1999 09:09:45 +0900
+
+lynx-cur (2.8.3-1.4) experimental; urgency=low
+
+  * This is of dev.13
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 29 Oct 1999 14:58:27 +0900
+
+lynx-cur (2.8.3-1.3) experimental; urgency=low
+
+  * This is of dev.12
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 15 Oct 1999 08:19:06 +0900
+
+lynx-cur (2.8.3-1.2.9) experimental; urgency=low
+
+  * This is of dev.10
+  * Change dhelp to doc-base
+  * Remove COPYING and CHANGES from doc/lynx-cur/
+    and correspondingly change lynx_help/about_lynx.html
+  * Replace fr.po with that of 2.8.2
+	
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Mon,  4 Oct 1999 12:20:08 +0900
+
+lynx-cur (2.8.3-1.2.8) experimental; urgency=low
+
+  * This is of dev.9
+  * Fix wrong HELPFILE entry of lynx.cfg for gzip-help.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed, 15 Sep 1999 10:45:32 +0900
+
+lynx-cur (2.8.3-1.2.7) experimental; urgency=low
+
+  * This is of dev.8
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun, 29 Aug 1999 08:17:44 +0900
+
+lynx-cur (2.8.3-1.2.6) experimental; urgency=low
+
+  * This is of dev.6
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun, 15 Aug 1999 13:10:58 +0900
+
+lynx-cur (2.8.3-1.2.5) experimental; urgency=low
+
+  * Change wrong unstable to experimental.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Mon,  2 Aug 1999 08:08:18 +0900
+
+lynx-cur (2.8.3-1.2.4) unstable; urgency=low
+
+  * Fix script lynx for TERM of krxvt entry.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sun,  1 Aug 1999 09:27:29 +0900
+
+lynx-cur (2.8.3-1.2.3) experimental; urgency=low
+
+  * This is of dev.5
+  * Use slang again and add -DSUPPORT_MULTIBYTE_EDIT to option of make
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Sat, 31 Jul 1999 09:13:23 +0900
+
+lynx-cur (2.8.3-1.2.2) experimental; urgency=low
+
+  * Use slang-ja instead of slang
+  * Move /usr/doc/lynx-cur to /usr/share/doc/lynx-cur as per the FHS
+    also /usr/man to /usr/share/man
+  * Remove duplicated update-menu and update-mime from post{inst,rm} because
+    dh_installmenu and dh_installmime created them.
+  * Add dhelp support
+  * Remove "unset TERMCAP" and "export COLORTERM=kterm" from kterm entry in
+    script lynx.
+  * Add lynx.cfg.dflt for default color and use option --enable-default-colors.
+  * Add include directive for private alternation of options.
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Fri, 16 Jul 1999 13:10:38 +0900
+
+lynx-cur (2.8.3-1.2) experimental; urgency=low
+
+  * This is of dev.4
+  * Add support of spanish, portguese and swedish but experimental.
+  * Refine script lynx a bit.
+  * Change de.po from original to http://www.slcc.edu/lynx/po/de.po
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed, 14 Jul 1999 16:47:48 +1000
+
+lynx-cur (2.8.3-1.1) experimental; urgency=low
+
+  * Modify script lynx slightly
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Thu,  8 Jul 1999 07:45:46 +1000
+
+lynx-cur (2.8.3-1) experimental; urgency=low
+
+  * Initial Release. This is of dev.3
+
+ -- Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>  Wed, 23 Jun 1999 11:35:02 +1000
+
+Local variables:
+mode: debian-changelog
+End:
--- lynx-cur-2.8.7dev11.orig/debian/compat
+++ lynx-cur-2.8.7dev11/debian/compat
@@ -0,0 +1 @@
+4
--- lynx-cur-2.8.7dev11.orig/debian/config
+++ lynx-cur-2.8.7dev11/debian/config
@@ -0,0 +1,60 @@
+#!/bin/sh -e
+
+CONFIGFILE=/etc/lynx-cur/local.cfg
+
+
+# Use debconf.
+. /usr/share/debconf/confmodule
+
+# Establish the preliminaries.
+db_version
+db_title 'Lynx-cur Configuration'
+
+if [ -e $CONFIGFILE ]; then
+    # parse configfile
+    if grep -q '^STARTFILE:' $CONFIGFILE ; then
+        defaulturl=`sed -n '/^STARTFILE:/{s/^STARTFILE://p}' < $CONFIGFILE`
+        # Store values from config file into debconf_db
+        db_set lynx-cur/defaulturl "$defaulturl"
+    fi
+else
+    #set a sane default value if no preconfiguration has yet happened
+    # (either by preseeding debconf or by pre-generating local.cfg
+    db_fget lynx-cur/defaulturl seen
+    if [ "$RET" = false ]; then
+        if [ ! -z "`dnsdomainname`" ]; then
+            db_set lynx-cur/defaulturl "http://www.`dnsdomainname`/"
+        else
+            db_reset lynx-cur/defaulturl
+        fi
+    fi
+fi
+
+ok=''
+while [ -z "$ok" ]; do
+
+# Ask the user what url should be displayed by default.
+    db_input low lynx-cur/defaulturl || true
+    db_go || true
+
+# Do some syntax checking on the url and see if it's ok.
+    db_get lynx-cur/defaulturl
+
+    case "$RET" in
+	http:*|ftp:*|news:*|nntp:*|gopher:*|file:*|/*)
+	ok=1
+	;;
+	*)
+	# Set default flag so the user is prompted again.
+	db_fset lynx-cur/defaulturl seen false
+	;;
+    esac
+done
+
+## # Important note to a user
+## if [ -f /etc/lynx.cfg ]; then
+##     db_input high lynx-cur/etc_lynx.cfg || true
+##     db_go || true
+## fi
+
+# vim:tabstop=4:expandtab:shiftwidth=4
--- lynx-cur-2.8.7dev11.orig/debian/control
+++ lynx-cur-2.8.7dev11/debian/control
@@ -0,0 +1,40 @@
+Source: lynx-cur
+Section: web
+Priority: extra
+Maintainer: Atsuhito KOHDA <kohda@debian.org>
+Homepage: http://lynx.isc.org/
+Build-Depends: debhelper (>= 4.1.16), dpatch, po-debconf, libncursesw5-dev, zlib1g-dev, gettext, libgnutls-dev, zip, unzip, sharutils, bzip2, telnet, openssh-client, exim4-daemon-light | mail-transport-agent
+Standards-Version: 3.7.2
+
+Package: lynx-cur
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: www-browser, news-reader
+Conflicts: lynx (<< 2.8.7dev9-1.1), lynx-ssl
+Recommends: mime-support
+Suggests: lynx-cur-wrapper
+Description: Text-mode WWW Browser with NLS support (development version)
+ Lynx is a fully-featured World Wide Web (WWW) client for users running
+ cursor-addressable, character-cell display devices.
+ It is very fast and easy to use. It will display HTML documents
+ containing links to files residing on the local system,
+ as well as files residing on remote systems running Gopher, HTTP, FTP,
+ WAIS, and NNTP servers.
+ .
+ This package contains a development version of lynx.  For a known-stable
+ version, please see the lynx package instead.
+
+Package: lynx-cur-wrapper
+Architecture: all
+Depends: lynx-cur
+Description: Wrapper for lynx-cur
+ This wrapper will provide almost all basic setup of lynx mainly for novice
+ users using LANG environment variable so a user needs essentially nothing
+ to do except setting LANG appropriately.
+
+Package: lynx
+Architecture: all
+Depends: lynx-cur (>= ${source:Version})
+Description: Text-mode WWW Browser (transitional package)
+ This is a transitional package and can safely be removed; see the
+ lynx-cur package instead.
--- lynx-cur-2.8.7dev11.orig/debian/copyright
+++ lynx-cur-2.8.7dev11/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Atsuhito KOHDA <kohda@debian.org> on
+Wed,  7 Jul 1999 07:29:50 +0900.
+
+It was downloaded from <http://lynx.isc.org/current/>
+
+Upstream Author: lynx-dev
+
+Copyright:
+
+== from COPYHEADER ==
+
+/* Copyright (C) 1995 University of Kansas.
+
+   This file is part of Lynx, a text-based WWW browser. 
+
+   Lynx is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License, version 2, as
+   published by the Free Software Foundation.
+
+   Lynx is distributed in the hope that it will be useful, but WITHOUT
+   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+   License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+   Any licensing or usage questions should be directed to Michael
+   Grobe <grobe@ukans.edu>.
+*/
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public 
+License can be found in the `/usr/share/common-licenses' directory.
--- lynx-cur-2.8.7dev11.orig/debian/dirs
+++ lynx-cur-2.8.7dev11/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- lynx-cur-2.8.7dev11.orig/debian/doc-base
+++ lynx-cur-2.8.7dev11/debian/doc-base
@@ -0,0 +1,10 @@
+Document: lynx-cur
+Title: Debian Lynx Manual
+Author: Michael Grobe <grobe@ukans.edu> et al.
+Abstract: This manual describes what lynx-cur is
+ and how it can be used on Debian systems.
+Section: Network/Web Browsing
+
+Format: HTML
+Index: /usr/share/doc/lynx-cur/lynx_help/lynx_help_main.html.gz
+Files: /usr/share/doc/lynx-cur/lynx_help/*.html.gz
--- lynx-cur-2.8.7dev11.orig/debian/local.cfg
+++ lynx-cur-2.8.7dev11/debian/local.cfg
@@ -0,0 +1,2 @@
+STARTFILE:Not-Configured-Yet
+#NNTPSERVER:news.server.dom
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.README.Debian
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.README.Debian
@@ -0,0 +1,26 @@
+lynx-cur-wrapper for Debian
+----------------------
+
+A wrapper script for lynx-cur.  
+
+lynx is defined through alternatives and real script is lynx-cur and 
+lynx-cur will call a binary lynx.cur with appropriate settings but if not, 
+please modify /usr/bin/lynx-cur.  (Check /usr/bin/lynx-cur if you need.)
+
+This wrapper will provide every basic setup for lynx mainly for novice users
+using LANG environment variable so a user needs essentially nothing to do 
+except setting LANG appropriately.
+
+But the current maintainer does not know about this issue so precisely 
+so please let me know any deficiency if you find.
+
+NOTE: 
+0) we added utf-8 support experimentally.  It would work only with mlterm
+   and uxterm at present.  Try the following for mlterm (same for uxterm);
+   LANG=ja_JP.UTF-8 mlterm &
+   and on mlterm, run "lynx" and see if lynx works fine or not ;-)
+
+1) with -use_mouse in kterm, EXTERNAL w3m does not work!
+
+2) the original lynx (2.8.5dev.1) deleted several po files; 
+	es it ko no pl pt zh.
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.copyright
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.copyright
@@ -0,0 +1,4 @@
+This is Debian specific and is under GPL.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public 
+License can be found in the `/usr/share/common-licenses' directory.
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.dirs
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.dirs
@@ -0,0 +1 @@
+usr/bin
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.install
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.install
@@ -0,0 +1 @@
+debian/lynx-cur-wrapper-conffiles/* /etc/lynx-cur/
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.postinst
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.postinst
@@ -0,0 +1,26 @@
+#!/bin/sh
+# postinst script for lynx-cur
+
+pack=lynx-cur
+cnfdir=/etc/${pack}
+
+set -e
+
+if [ "$1" != configure ]; then exit 0; fi
+
+update-alternatives --install /usr/bin/www-browser www-browser \
+       /usr/bin/lynx-cur 45 \
+       --slave /usr/share/man/man1/www-browser.1.gz www-browser.1.gz \
+       /usr/share/man/man1/lynx-cur.1.gz
+
+update-alternatives --install /usr/bin/lynx lynx /usr/bin/lynx-cur 16 \
+    --slave /usr/share/man/man1/lynx.1.gz lynx.1.gz \
+       /usr/share/man/man1/lynx-cur.1.gz
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.postrm
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.postrm
@@ -0,0 +1,25 @@
+#!/bin/sh
+# postrm script for lynx-cur-wrapper
+#
+# see: dh_installdeb(1)
+
+set -e
+
+case "$1" in
+       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+
+
+        ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper.prerm
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper.prerm
@@ -0,0 +1,26 @@
+#! /bin/sh
+# prerm script for lynx-cur
+#
+# see: dh_installdeb(1)
+
+set -e
+
+case "$1" in
+    remove|deconfigure)
+	update-alternatives --remove www-browser /usr/bin/lynx-cur
+	update-alternatives --remove lynx /usr/bin/lynx-cur
+        ;;
+    failed-upgrade|upgrade)
+        ;;
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 0
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur.1
+++ lynx-cur-2.8.7dev11/debian/lynx-cur.1
@@ -0,0 +1,35 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH LYNX-CUR 1 "Oct 10, 2001"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+lynx-cur \- a wrapper for lynx/lynx.cur
+.SH DESCRIPTION
+This manual page documents briefly the
+.B lynx-cur
+command.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program is Debian specific.
+.PP
+This will provide almost all basic setup of lynx mainly for novice users 
+using LANG environment variable, please look into /usr/bin/lynx-cur.
+Furthermore lynx will be linked to lynx-cur so you need not call lynx-cur
+explicitly.
+.SH SEE ALSO
+.BR lynx.cur (1).
+.SH AUTHOR
+This manual page was written by Atsuhito KOHDA <kohda@debian.org>,
+for the Debian GNU/Linux system (but may be used by others).
--- lynx-cur-2.8.7dev11.orig/debian/lynx.cur.wrappper
+++ lynx-cur-2.8.7dev11/debian/lynx.cur.wrappper
@@ -0,0 +1,100 @@
+#!/bin/sh
+
+cnfdir=/etc/lynx-cur
+binary=lynx.cur
+### default settings
+OPT=""
+
+# nl=dutch no=norwegian pl=polish pt=portuguese sl=slovenia sv=swedish
+# chinese=zh_CN.GB2312 and/or zh_TW.Big5 korean=ko_KR.eucKR
+
+case $LANG in
+	*.utf-8|*.UTF-8)   flg=utf   ;;
+	cs*) flg=cs ;;
+	da*) flg=da ;;
+	de*) flg=de ;;
+	es*) flg=es ;;
+	fr*) flg=fr ;;
+	it*) flg=it ;;
+	ja*) flg=ja ;;
+	ko*) flg=ko ;;
+	nl*) flg=nl ;;
+	no*) flg=no ;;
+	pl*) flg=pl ;;
+	pt*) flg=pt ;;
+	ru*) flg=ru ;;
+	sl*) flg=sl ;;
+	sv*) flg=sv ;;
+	zh*) flg=zh ;;
+	*)   flg=   ;;
+esac
+
+if [ X$LYNX_CFG = X ] ; then
+ if [ X$flg = Xja ] ; then
+###
+### Japanese environment
+###
+  if [ X$DISPLAY = X ] ; then
+############ non-X #############
+    if [ X$TERM = Xkon -o X$TERM = Xjfbterm ] ; then
+### kon or jfbterm?
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg.blck ${1+"$@"}
+    elif [ X$TERM = Xlinux ] ; then
+### linux console ?
+      export LANG=C
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg ${1+"$@"}
+    else
+### unsure, but ...
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg.dflt ${1+"$@"}
+    fi
+  else
+########## X Window ############
+    if [ X$TERM = Xkterm ] ; then
+      if [ X$COLORTERM = X -o X$COLORTERM = Xrxvt-xpm -o X$COLORTERM = Xrxvt ]
+### kterm or non-package krxvt ?
+      then
+        exec /usr/bin/${binary} -cfg=${cnfdir}/lynx-ja.cfg ${1+"$@"}
+# If reverse video
+#        exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg.blck ${1+"$@"}
+      fi
+    elif [ X$COLORTERM = Xrxvt-xpm -o X$COLORTERM = Xgnome-terminal ] ; then
+### krxvt or gnome-terminal?
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx-ja.cfg ${1+"$@"}
+    elif [ X$COLORTERM = Xrxvt -o X$TERM = Xxterm-debian -o X$TERM = Xxterm ]
+    then
+### rxvt or xterm ?
+      export LANG=C
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg ${1+"$@"}
+    else
+### unsure, but ...
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg.dflt ${1+"$@"}
+    fi
+  fi
+###
+### Unicode ?
+ elif [ X$flg = Xutf ]; then
+    if [ X$TERM = Xmlterm ]
+    then
+### mlterm ?
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx-utf.cfg ${1+"$@"}
+    elif [ X$TERM = Xxterm ]
+    then
+### uxterm ?
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx-utf.cfg ${1+"$@"}
+    else
+### unsure, but ...
+      exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg.dflt ${1+"$@"}
+    fi
+###
+### non-Japanese environment ?
+###
+ else
+  if [ X$flg != X ] ; then
+    exec /usr/bin/${binary} -cfg=${cnfdir}/lynx-${flg}.cfg ${1+"$@"}
+  else
+    exec /usr/bin/${binary} -cfg=${cnfdir}/lynx.cfg ${1+"$@"}
+  fi
+ fi
+else
+    exec /usr/bin/${binary} ${1+"$@"}
+fi
--- lynx-cur-2.8.7dev11.orig/debian/lynx.preinst
+++ lynx-cur-2.8.7dev11/debian/lynx.preinst
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+set -e
+
+# Inspired by
+# http://wiki.debian.org/DpkgConffileHandling
+# Remove a no-longer used conffile
+rm_or_moveconffile() {
+    PKGNAME="$1"
+    CONFFILE="$2"
+    NEWDIR="$3"
+    if [ -e "$CONFFILE" ]; then
+        md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`"
+        old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE '{s/ obsolete$//;s/.* //p}\"`"
+        if [ "$md5sum" != "$old_md5sum" ]; then
+	    test -e "$NEWDIR" || mkdir -m 755 -p "$NEWDIR"
+            echo "Obsolete conffile $CONFFILE has been modified by you." 1>&2
+	    if [ -e "$NEWDIR/`basename $CONFFILE`" ]; then
+	        echo "replacement conffile $NEWDIR/`basename $CONFFILE` already exists." 1>&2
+                echo "Saving as $CONFFILE.dpkg-bak ..." 1>&2
+                mv -f "$CONFFILE" "$CONFFILE".dpkg-bak
+            else
+                echo "Moving conffile $CONFFILE to new location $NEWDIR" 1>&2
+                mv -f "$CONFFILE" "$NEWDIR/"
+            fi
+        else
+            echo "Removing obsolete conffile $CONFFILE ..." 1>&2
+            rm -f "$CONFFILE"
+        fi
+    fi
+}
+
+
+
+case "$1" in
+    install|upgrade)
+    # Upgrading from a a real, non-dummy lynx package.
+    if dpkg --compare-versions "$2" 'lt-nl' '2.8.7dev9-1.1' ; then
+        update-alternatives --quiet --remove www-browser /usr/bin/lynx
+	update-alternatives --quiet --remove lynx /usr/bin/lynx.stable
+        rm_or_moveconffile lynx /etc/lynx.cfg /etc/lynx-cur
+        rm_or_moveconffile lynx /etc/lynx.lss /etc/lynx-cur
+    fi
+    ;;
+    *)
+esac
+
+#DEBHELPER#
--- lynx-cur-2.8.7dev11.orig/debian/menu
+++ lynx-cur-2.8.7dev11/debian/menu
@@ -0,0 +1,2 @@
+?package(lynx-cur):needs="text" section="Applications/Network/Web Browsing"\
+  title="Lynx-cur" command="lynx"
--- lynx-cur-2.8.7dev11.orig/debian/mime
+++ lynx-cur-2.8.7dev11/debian/mime
@@ -0,0 +1,2 @@
+text/html; /usr/bin/lynx -force_html %s; needsterminal; description=HTML Text; nametemplate=%s.html; priority=3
+text/html; /usr/bin/lynx -dump -force_html %s; copiousoutput; description=HTML Text; nametemplate=%s.html; priority=2
--- lynx-cur-2.8.7dev11.orig/debian/postinst
+++ lynx-cur-2.8.7dev11/debian/postinst
@@ -0,0 +1,63 @@
+#!/bin/sh
+# postinst script for lynx-beta
+pack=lynx-cur
+cnfdir=/etc/${pack}
+CONFIGFILE=${cnfdir}/local.cfg
+
+set -e
+
+if [ "$1" != configure ]; then exit 0; fi
+
+update-alternatives --install /usr/bin/www-browser www-browser \
+       /usr/bin/lynx.cur 40 \
+       --slave /usr/share/man/man1/www-browser.1.gz www-browser.1.gz \
+       /usr/share/man/man1/lynx.cur.1.gz
+
+update-alternatives --install /usr/bin/lynx lynx /usr/bin/lynx.cur 15 \
+    --slave /usr/share/man/man1/lynx.1.gz lynx.1.gz \
+       /usr/share/man/man1/lynx.cur.1.gz
+
+# do not try managing $CONFIGfile if it exists, but is not a regular file
+if test -f $CONFIGFILE && ! test -L $CONFIGFILE ; then
+
+# Use debconf.
+. /usr/share/debconf/confmodule
+
+if [ ! -f $CONFIGFILE ] ; then
+	cat << EOF > $CONFIGFILE
+# local overides for lynx-cur configuration
+STARTFILE:Not-Configured-Yet
+EOF
+	chmod 644 $CONFIGFILE
+fi
+
+cp -a $CONFIGFILE $CONFIGFILE.tmp
+
+db_get ${pack}/defaulturl
+# escape colons
+defaulturl=`echo "$RET" | sed -e 's_:_\\\\:_g'`
+
+# Check whether /etc/news/server exists and sync its value to NNTPSERVER setting:
+if [ -e /etc/news/server ] ; then
+	NNTPSERVER=`grep -s -v '^#' /etc/news/server | head -n 1`
+fi
+
+# add missing lines
+test -z "$defaulturl"  || grep -Eq '^STARTFILE:' $CONFIGFILE || \
+	echo "STARTFILE:Not-Configured-Yet" >> $CONFIGFILE
+test -z "$NNTPSERVER" || grep -Eq '^NNTPSERVER:' $CONFIGFILE || \
+	echo "NNTPSERVER:Not-Configured-Yet" >> $CONFIGFILE
+
+sed -e "s:^STARTFILE\\:.*:STARTFILE\\:${defaulturl}:" \
+	-e "s/^NNTPSERVER:.*/NNTPSERVER:${NNTPSERVER}/" \
+	< $CONFIGFILE > $CONFIGFILE.tmp
+mv -f $CONFIGFILE.tmp $CONFIGFILE
+
+fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- lynx-cur-2.8.7dev11.orig/debian/postrm
+++ lynx-cur-2.8.7dev11/debian/postrm
@@ -0,0 +1,16 @@
+#! /bin/sh
+# postrm script for lynx-cur
+pack=lynx-cur
+cnfdir=/etc/${pack}
+
+set -e
+
+if [ "$1" = "purge" ]; then
+    rm -f ${cnfdir}/local.cfg
+fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
--- lynx-cur-2.8.7dev11.orig/debian/preinst
+++ lynx-cur-2.8.7dev11/debian/preinst
@@ -0,0 +1,37 @@
+#!/bin/sh
+pack=lynx-cur
+
+set -e
+
+case "$1" in
+    install|upgrade)
+# delete old cfg file
+for i in de en es fr it pt sv zh ko
+    do rm -f /etc/lynx-${i}.cfg
+done
+rm -f /etc/lynx.cfg.blck /etc/lynx.cfg.dflt /etc/lynx.cfg.b
+
+# handle duplicated lynx.mo
+#    for l in ca cs da de et fr hu it ja nl pt_BR ru sl sv tr uk zh_CN zh_TW
+#    do
+#      dpkg-divert --package lynx-cur --add --rename --divert \
+#      /usr/share/locale/${l}/LC_MESSAGES/lynx.mo.old \
+#	  /usr/share/locale/${l}/LC_MESSAGES/lynx.mo
+#    done
+    ;;
+
+    abort-upgrade)
+    ;;
+
+    *)
+        echo "preinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- lynx-cur-2.8.7dev11.orig/debian/prerm
+++ lynx-cur-2.8.7dev11/debian/prerm
@@ -0,0 +1,26 @@
+#! /bin/sh
+# prerm script for lynx-cur
+#
+# see: dh_installdeb(1)
+
+set -e
+
+case "$1" in
+    remove|deconfigure)
+	update-alternatives --remove www-browser /usr/bin/lynx.cur
+	update-alternatives --remove lynx /usr/bin/lynx.cur
+        ;;
+    failed-upgrade|upgrade)
+        ;;
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 0
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- lynx-cur-2.8.7dev11.orig/debian/rules
+++ lynx-cur-2.8.7dev11/debian/rules
@@ -0,0 +1,146 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Uncomment this to turn on debug mode.
+#export DEB_BUILD_OPTIONS="debug nostrip"
+
+#export DH_COMPAT=4
+export DH_OPTIONS=
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+DEBOP=--enable-debug
+else
+DEBOP=
+endif
+
+PACKAGE		:= $(shell dpkg-parsechangelog| 		\
+			sed -n 's/^Source: \(.*\)$$/\1/p')
+DSTDIR		:= $(CURDIR)/debian/$(PACKAGE)
+BINDIR          := $(DSTDIR)/usr/bin
+DOCDIR		:= $(DSTDIR)/usr/share/doc/$(PACKAGE)
+SUBPACK		:= $(PACKAGE)-wrapper
+SUBDIR		:= $(CURDIR)/debian/$(SUBPACK)
+
+include /usr/share/dpatch/dpatch.make
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+	# Add here commands to configure the package.
+	COMPRESS=/usr/bin/compress \
+	./configure --prefix=/usr --libexecdir=/usr/lib \
+	--sysconfdir=/etc/lynx-cur --localstatedir=/var \
+	--libdir=/etc/lynx-cur --enable-8bit-toupper --enable-externs \
+	--enable-nsl-fork --enable-cgi-links --enable-exec-links \
+	--enable-exec-scripts --enable-persistent-cookies --enable-nls \
+	--enable-gzip-help --enable-prettysrc --enable-source-cache \
+	--enable-cjk --enable-default-colors --enable-nested-tables \
+	--enable-japanese-utf8 --enable-ipv6 \
+        --enable-forms-options --enable-justify-elts --enable-partial \
+        --enable-read-eta --enable-scrollbar --enable-syslog \
+	--with-zlib --without-included-gettext \
+	--with-screen=ncursesw --enable-justify-elts \
+	--with-gnutls=/usr --enable-ipv6 \
+	${DEBOP}
+#	--with-nss-compat --with-gnutls=/usr --enable-gnutls-compat 
+#	--enable-color-style --enable-charset-choice --enable-font-switch
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) x=".cur"
+
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	debconf-updatepo
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	[ ! -f makefile ] || $(MAKE) distclean x=".cur"
+	-rm -f intl/libintl.h
+
+	dh_clean
+
+install: install-indep install-arch
+install-indep:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs -i
+	install -m 755 debian/lynx.cur.wrappper $(SUBDIR)/usr/bin/lynx-cur
+
+install-arch:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -s 
+	dh_installdirs -s
+#	chmod +x scripts/*.sh
+	# Add here commands to install the package into debian/$(package).
+	$(MAKE) install-full x=".cur" prefix=$(DSTDIR)/usr \
+	libdir=$(DSTDIR)/etc/$(PACKAGE) \
+	sysconfdir=$(DSTDIR)/etc/$(PACKAGE) docdir=$(DOCDIR) \
+	helpdir=$(DOCDIR)/lynx_help \
+	mandir=$(DSTDIR)/usr/share/man/man1
+	cd $(DOCDIR) ; rm -rf samples test
+	cd $(DOCDIR) ; rm -f COPYING lynx_help/COPYING lynx_help/COPYHEADER \
+		CHANGES COPYING.asc COPYHEADER.asc
+	cd $(DSTDIR)/usr/share/man/man1 ; mv lynx.1 lynx.cur.1
+
+# Build architecture-independent files here.
+# for lynx-cur-wrapper
+binary-indep: DH_OPTIONS=-i
+binary-indep: build install-indep
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman debian/lynx-cur.1
+	dh_installchangelogs
+	dh_install
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: DH_OPTIONS=-a
+binary-arch: build install-arch
+	dh_testdir
+	dh_testroot
+	dh_installdebconf
+	dh_installdocs
+	dh_installmenu
+	dh_installmime
+	dh_installchangelogs CHANGES
+	dh_install
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
--- lynx-cur-2.8.7dev11.orig/debian/templates
+++ lynx-cur-2.8.7dev11/debian/templates
@@ -0,0 +1,16 @@
+Template: lynx-cur/defaulturl
+Type: string
+Default: http://www.debian.org/
+_Description: Lynx's homepage:
+ Please enter the default URL to use if none is given when invoking lynx.
+ .
+ You must enter either a full URL (including the "http://", etc.) or an
+ absolute pathname.
+
+Template: lynx-cur/etc_lynx.cfg
+Type: note
+_Description: Please check old /etc/lynx.cfg
+ /etc/lynx.cfg is found but the configuration file of lynx-cur is
+ /etc/lynx-cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl.
+ .
+ Please check it and it will be better to PURGE lynx or lynx-ssl.
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-cs.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-cs.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:cs,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-da.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-da.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:da,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-de.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-de.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:de,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-es.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-es.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:es,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-fr.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-fr.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:fr,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-it.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-it.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:it,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-ja.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-ja.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:euc-jp
+PREFERRED_LANGUAGE:ja,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-ko.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-ko.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:euc-kr
+PREFERRED_LANGUAGE:ko,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-nl.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-nl.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:nl,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-no.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-no.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:no,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-pl.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-pl.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:pl,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-pt.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-pt.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:pt,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-ru.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-ru.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:ru,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-sl.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-sl.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:sl,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-sv.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-sv.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:iso-8859-1
+PREFERRED_LANGUAGE:sv,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-utf.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-utf.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:utf-8
+PREFERRED_LANGUAGE:utf-8,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx-zh.cfg
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx-zh.cfg
@@ -0,0 +1,5 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:big5
+PREFERRED_LANGUAGE:zh,en;q=0.9,*;q=0.5
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx.cfg.blck
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx.cfg.blck
@@ -0,0 +1,13 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:euc-jp
+PREFERRED_LANGUAGE:ja,en;q=0.9,*;q=0.5
+COLOR:0:lightgray:black 
+COLOR:1:blue:black 
+COLOR:2:yellow:blue 
+COLOR:3:green:black 
+COLOR:4:magenta:black 
+COLOR:5:blue:black 
+COLOR:6:red:black 
+COLOR:7:magenta:cyan
--- lynx-cur-2.8.7dev11.orig/debian/lynx-cur-wrapper-conffiles/lynx.cfg.dflt
+++ lynx-cur-2.8.7dev11/debian/lynx-cur-wrapper-conffiles/lynx.cfg.dflt
@@ -0,0 +1,13 @@
+# Include all the common options:
+INCLUDE:/etc/lynx-cur/lynx.cfg
+# Now override a couple:
+CHARACTER_SET:euc-jp
+PREFERRED_LANGUAGE:ja,en;q=0.9,*;q=0.5
+COLOR:0:default:default 
+COLOR:1:blue:default 
+COLOR:2:yellow:blue 
+COLOR:3:green:default 
+COLOR:4:magenta:default 
+COLOR:5:blue:default 
+COLOR:6:red:default 
+COLOR:7:magenta:cyan
--- lynx-cur-2.8.7dev11.orig/debian/po/POTFILES.in
+++ lynx-cur-2.8.7dev11/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
--- lynx-cur-2.8.7dev11.orig/debian/po/ca.po
+++ lynx-cur-2.8.7dev11/debian/po/ca.po
@@ -0,0 +1,68 @@
+#
+# Catalan translation for lynx-cur package.
+# Copyright (C) 2006 Atsuhito Kohda.
+# This file is distributed under the same license as the lynx-cur package.
+#
+# Jordà Polo <jorda@ettin.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 2.8.6dev18\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-16 20:56+0200\n"
+"Last-Translator: Jordà Polo <jorda@ettin.org>\n"
+"Language-Team: Català <debian-l10n-catalan@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Pàgina inicial de Lynx:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Si us plau, introduïu la URL que s'usarà per defecte si s'executa lynx sense "
+"arguments."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Heu d'introduir una URL completa (incloent \"http://\", etc.) o una ruta "
+"absoluta."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Si us plau comproveu l'antic /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"/etc/lynx.cfg existeix però el fitxer de configuració de lynx-cur és /etc/"
+"lynx-cur/lynx.cfg, pel que /etc/lynx.cfg deu ser de lynx o lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr "Si us plau, comproveu-ho i millor que PURGUEU lynx o lynx-ssl."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/cs.po
+++ lynx-cur-2.8.7dev11/debian/po/cs.po
@@ -0,0 +1,74 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-16 10:40+0200\n"
+"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Domovská stránka lynxu:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Zadejte výchozí URL, které se použije, pokud při startu lynxu žádné nezadáte."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr "Musíte zadat buď celé URL (včetně \"http://\") nebo absolutní cestu."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Zkontrolujte starý /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"Byl sice nalezen soubor /etc/lynx.cfg, ale lynx-cur používá konfigurační "
+"soubor /etc/lynx-cur/lynx.cfg, takže nalezený /etc/lynx.cfg patří asi balíku "
+"lynx nebo lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Bude lepší, když soubor zkontrolujete a poté lynx nebo lynx-ssl ze systému "
+"VYČISTÍTE."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/de.po
+++ lynx-cur-2.8.7dev11/debian/po/de.po
@@ -0,0 +1,81 @@
+# translation of de.po_[DSOzya].po to German
+# translation of de.po_[DSOzya].po to German
+# translation of de.po to German
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+# Jens Nachtigall <nachtigall@web.de>, 2004, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: de.po_[DSOzya]\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-17 09:23+0200\n"
+"Last-Translator: Jens Nachtigall <nachtigall@web.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.10.2\n"
+"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Startseite von lynx:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Bitte geben Sie die Standard-URL ein, die lynx verwenden soll, wenn Sie beim "
+"Aufruf von lynx keine andere URL angeben."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Sie müssen entweder die komplette URL (inklusive »http://« usw.) oder den "
+"absoluten Pfad-Namen angeben."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Bitte überprüfen Sie die alte /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"/etc/lynx.cfg wurde gefunden, aber die Konfigurationsdatei von lynx-cur ist /"
+"etc/lynx-cur/lynx.cfg. Daher stammt /etc/lynx.cfg vermutlich von lynx oder "
+"lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Bitte überprüfen Sie das. Es ist besser, wenn Sie lynx oder lynx-ssl "
+"VOLLSTÄNDIG entfernen (engl. »purge«)."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/es.po
+++ lynx-cur-2.8.7dev11/debian/po/es.po
@@ -0,0 +1,78 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: 2.8.6dev18\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-19 12:14+0200\n"
+"Last-Translator: David Martínez Moreno <ender@debian.org>\n"
+"Language-Team: Spanish Translation Team <debian-l10n-spanish@lists.debian."
+"org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Página de inicio de lynx:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Por favor, introduzca el URL a usar por defecto si se llama a lynx sin "
+"argumentos."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Debe introducir un URL completo (incluyendo \"http://\", etc.) o una ruta "
+"absoluta."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Por favor, compruebe el fichero antiguo /etc/lynx.cfg."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"/etc/lynx.cfg existe en su sistema pero el fichero de configuración de lynx-"
+"cur es /etc/lynx-cur/lynx.cfg, por lo que /etc/lynx.cfg pertenecería a lynx "
+"o lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Por favor, compruébelo. Le recomendamos PURGAR lynx o lynx-ssl (para "
+"eliminar sus ficheros de configuración)."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.es.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/fr.po
+++ lynx-cur-2.8.7dev11/debian/po/fr.po
@@ -0,0 +1,76 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur 2.8.5-8\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-14 17:19+0200\n"
+"Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Page d'accueil de lynx :"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Veuillez donner l'URL par défaut à utiliser quand aucune page n'est indiquée "
+"au lancement de lynx."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Vous devez donner soit l'URL complète (avec « http:// », etc.) soit un chemin "
+"complet."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Veuillez examiner l'ancien fichier /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"/etc/lynx.cfg existe mais le fichier de configuration de lynx-cur est /etc/"
+"lynx-cur/lynx.cfg ; /etc/lynx.cfg appartient sans doute à lynx ou à lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Veuillez le vérifier. Il est préférable de « purger » lynx ou lynx-ssl si "
+"c'est le cas."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/it.po
+++ lynx-cur-2.8.7dev11/debian/po/it.po
@@ -0,0 +1,64 @@
+# Italian (it) translation of debconf templates for lynx-cur
+# Copyright (C) 2008 Software in the Public Interest
+# This file is distributed under the same license as the lynx-cur package.
+# Luca Monducci <luca.mo@tiscali.it>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur 2.8.7dev9\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-05-06 07:30+0900\n"
+"PO-Revision-Date: 2008-08-04 16:01+0200\n"
+"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Pagina iniziale di Lynx:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Inserire l'URL predefinito da usare quando lynx è richiamato senza."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Si deve inserire un URL completo (includendo \"http://\", ecc.) oppure un "
+"percorso assoluto."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Esaminare il vecchio file /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"Il file /etc/lynx.cfg esiste ma il file di configurazione di lynx-cur è /etc"
+"/lynx-cur/lynx.cfg quindi /etc/lynx.cfg è quello di lynx o lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Si consiglia di esaminarlo e preferibilmente di rimuovere completamente il "
+"pacchetto lynx o lynx-ssl."
--- lynx-cur-2.8.7dev11.orig/debian/po/ja.po
+++ lynx-cur-2.8.7dev11/debian/po/ja.po
@@ -0,0 +1,70 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur 2.8.7dev9-1.2\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-05-06 07:30+0900\n"
+"PO-Revision-Date: 2008-08-03 21:04+0900\n"
+"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "lynx のホームページ:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"何も指定せずに lynx を起動したときのデフォルト URL を入力してください。"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"\"http://\" の部分を含む完全な URL か、絶対パス名を入力する必要があります。"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "古い /etc/lynx.cfg をチェックしてください。"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"/etc/lynx.cfg が見付かりました。lynx-cur の設定ファイルは /etc/lynx-cur/lynx."
+"cfg なので、この /etc/lynx.cfg は lynx か lynx-ssl の設定ファイルと思われま"
+"す。"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr "確認後、lynx あるいは lynx-ssl を完全に削除 (purge) することをお勧めします。"
--- lynx-cur-2.8.7dev11.orig/debian/po/nl.po
+++ lynx-cur-2.8.7dev11/debian/po/nl.po
@@ -0,0 +1,70 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2007-03-13 22:06+0100\n"
+"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Dutch\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Door lynx te gebruiken thuispagina:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Welk internet-adres (URL) dient standaard gebruikt te worden wanneer lynx "
+"zonder url aangeroepen wordt?"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"U dient of een volledige URL in te geven (dus met de 'http://' en "
+"dergelijke), of  een absolute bestandsnaam in te geven."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Gelieve het oude bestand /etc/lynx.cfg te controleren."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"Er is een bestand '/etc/lynx.cfg' aangetroffen. Het configuratiebestand van "
+"lynx-cur is echter '/etc/lynx.cfg'. Dit bestand is waarschijnlijk van of het "
+"'lynx'-pakket of het 'lynx-ssl'-pakket."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Gelieve dit na te kijken; het is aan te raden om lynx en/of lynx-ssl te "
+"wissen."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/pt.po
+++ lynx-cur-2.8.7dev11/debian/po/pt.po
@@ -0,0 +1,69 @@
+# Portuguese translations for lynx-cur package.
+# Copyright (C) 2007 Miguel Figueiredo
+# This file is distributed under the same license as the lynx-cur package.
+# Miguel Figueiredo <elmig@debianpt.org>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2007-04-19 22:19+0100\n"
+"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
+"Language-Team: Portuguese <traduz@debianpt.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "'homepage' do Lynx:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Por favor introduza o URL por omissão a utilizar se não for indicado nenhum "
+"ao invocar o lynx."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Tem de introduzir ou um URL completo (incluindo o \"http://\", etc.) ou um "
+"caminho absoluto."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Por favor verifique o antigo /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"Foi encontrado o /etc/lynx.cfg mas o ficheiro de configuração do lynx-cur é /"
+"etc/lynx-cur/lynx.cfg por isso o /etc/lynx.cfg deverá ser do lynx ou do lynx-"
+"ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Por favor verifique-o e será melhor fazer 'PURGE' ao lynx ou ao lynx-ssl."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/pt_BR.po
+++ lynx-cur-2.8.7dev11/debian/po/pt_BR.po
@@ -0,0 +1,77 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur_2.8.5-12\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-19 00:22-0300\n"
+"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
+"Language-Team: l10n portuguese <debian-l10n-portuguese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Página inicial do lynx :"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Por favor, informe a URL padrão a ser usada caso nenhuma página seja "
+"informada como parâmetro na execução do lynx."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Você deverá informar uma URL completa (incluindo o \"http://\", etc.) ou um "
+"caminho absoluto."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Por favor, confira o antigo arquivo /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"O arquivo /etc/lynx.cfg foi encontrado, mas o arquivo de configuração para o "
+"lynx-cur é /etc/lynx-cur/lynx.cfg, então /etc/lynx.cfg deve ser do lynx ou "
+"lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Por favor, confira esse arquivo. Seria melhor expurgar (remover "
+"completamente) o pacote lynx ou o pacote lynx-ssl."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/ru.po
+++ lynx-cur-2.8.7dev11/debian/po/ru.po
@@ -0,0 +1,81 @@
+# translation of lynx-cur_2.8.6dev18-2.1_ru.po to Russian
+# translation of lynx-cur_2.8.5-13.po to russian
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+#
+# Ilgiz Kalmetev <translator@ilgiz.pp.ru>, 2003.
+# Yuri Kozlov <kozlov.y@gmail.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur_2.8.5-13\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-16 21:44+0300\n"
+"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Страница по умолчанию:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Пожалуйста, введите URL, который будет использоваться по умолчанию при "
+"запуске lynx без параметров."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Вы должны ввести либо полный URL (включая \"http://\" и т.д.), либо "
+"абсолютный путь."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Пожалуйста, проверьте старый файл /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"Найден файл /etc/lynx.cfg, но lynx-cur использует в качестве файла настроек "
+"файл /etc/lynx-cur/lynx.cfg, так что файл /etc/lynx.cfg принадлежит lynx или "
+"lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Пожалуйста, проверьте это и будет лучше ПОЛНОСТЬЮ УДАЛИТЬ (PURGE) lynx или "
+"lynx-ssl."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/sv.po
+++ lynx-cur-2.8.7dev11/debian/po/sv.po
@@ -0,0 +1,72 @@
+# Translators, if you are not familiar with the PO format, gettext
+# documentation is worth reading, especially sections dedicated to
+# this format, e.g. by running:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+# Some information specific to po-debconf are available at
+# /usr/share/doc/po-debconf/README-trans
+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
+# Developers do not need to manually edit POT or PO files.
+# , fuzzy
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur 2.8.6-15\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-17 11:04+0100\n"
+"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Lynx hemsida:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr "Ange standard-URLen att använda om ingen URL anges när lynx startas."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Du måste ange antingen en fullständig URL (inkluderat http:// etc.) eller en "
+"absolut sökväg."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Kontrollera den gamla /etc/lynx.cfg"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"/etc/lynx.cfg hittades men konfigurationsfilen för lynx-cur är /etc/lynx-cur/"
+"lynx.cfg så /etc/lynx.cfg bör vara för lynx eller lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
+"Kontrollera det och det är bättre att AVINSTALLERA lynx eller lynx-ssl."
+
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/po/templates.pot
+++ lynx-cur-2.8.7dev11/debian/po/templates.pot
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr ""
--- lynx-cur-2.8.7dev11.orig/debian/po/vi.po
+++ lynx-cur-2.8.7dev11/debian/po/vi.po
@@ -0,0 +1,68 @@
+# Vietnamese Translation for lynx-cur.
+# Copyright © 2006 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: lynx-cur 2.8.6dev18-3\n"
+"Report-Msgid-Bugs-To: lynx-cur@packages.debian.org\n"
+"POT-Creation-Date: 2008-12-18 22:13+0900\n"
+"PO-Revision-Date: 2006-06-18 15:46+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Lynx's homepage:"
+msgstr "Trang chủ của Lynx:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the default URL to use if none is given when invoking lynx."
+msgstr ""
+"Hãy nhập địa chỉ Mạng mặc định cần dùng nếu không được đưa ra khi gọi trình "
+"Lynx."
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You must enter either a full URL (including the \"http://\", etc.) or an "
+"absolute pathname."
+msgstr ""
+"Bạn phải nhập hoặc một địa chỉ Mạng đầy đủ (v.d. http://www.miền.com/) hoặc "
+"một tên đường dẫn tuyệt đối."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check old /etc/lynx.cfg"
+msgstr "Hãy xem lại tập tin cấu hình cũ </etc/lynx.cfg>"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"/etc/lynx.cfg is found but the configuration file of lynx-cur is /etc/lynx-"
+"cur/lynx.cfg so /etc/lynx.cfg would be of lynx or lynx-ssl."
+msgstr ""
+"Đã tìm tập tin cấu hình </etc/lynx.cfg> nhưng mà tập tin cấu hình của trình "
+"Lynx-cur là </etc/lynx-cur/lynx.cfg> thì tập tin </etc/lynx.cfg> thuộc về "
+"trình Lynx chính nó, hay Lynx-ssl."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "Please check it and it will be better to PURGE lynx or lynx-ssl."
+msgstr "Hãy xem lại nó, và khuyên bạn TẨY gói Lynx hay Lynx-ssl."
+
+# URL: do not translate/ địa chỉ Mạng: đừng dịch
+#~ msgid "http://www.debian.org/"
+#~ msgstr "http://www.debian.org/"
--- lynx-cur-2.8.7dev11.orig/debian/patches/00list
+++ lynx-cur-2.8.7dev11/debian/patches/00list
@@ -0,0 +1,3 @@
+patch-1
+#patch-2
+#patch-3
--- lynx-cur-2.8.7dev11.orig/debian/patches/patch-1
+++ lynx-cur-2.8.7dev11/debian/patches/patch-1
@@ -0,0 +1,201 @@
+#! /bin/sh -e
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Align the manpage to Debian behaviour
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+case "$1" in
+	-patch) patch -f --no-backup-if-mismatch --dry-run -p0 < $0 && patch -f --no-backup-if-mismatch -p0 < $0;;
+	-unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;;
+	*)
+		echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+		exit 1;;
+esac
+exit 0
+
+@DPATCH@
+--- lynx.cfg.orig	2005-01-06 10:49:47.000000000 +0900
++++ lynx.cfg	2005-01-06 10:54:23.000000000 +0900
+@@ -93,7 +93,7 @@
+ #
+ # Normally we expect you will connect to a remote site, e.g., the Lynx starting
+ # site:
+-STARTFILE:http://lynx.isc.org/
++#STARTFILE:http://lynx.isc.org/
+ #
+ # As an alternative, you may want to use a local URL.  A good choice for this is
+ # the user's home directory:
+@@ -118,9 +118,10 @@
+ # This definition will be overridden if the "LYNX_HELPFILE" environment
+ # variable has been set.
+ #
+-HELPFILE:http://lynx.isc.org/release/lynx2-8-6/lynx_help/lynx_help_main.html
++#HELPFILE:http://lynx.isc.org/release/lynx2-8-6/lynx_help/lynx_help_main.html
+ .ex
+-#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
++##HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
++HELPFILE:file://localhost/usr/share/doc/lynx-cur/lynx_help/lynx_help_main.html
+ 
+ 
+ .h2 DEFAULT_INDEX_FILE
+@@ -399,7 +400,7 @@
+ # Lynx (case insensitive).
+ # Find RFC 1345 at http://www.ics.uci.edu/pub/ietf/uri/rfc1345.txt .
+ #
+-#CHARACTER_SET:iso-8859-1
++CHARACTER_SET:iso-8859-1
+ 
+ .h2 LOCALE_CHARSET
+ # LOCALE_CHARSET overrides CHARACTER_SET if true, using the current locale to
+@@ -496,7 +497,7 @@
+ # compatibility problems with other browsers, see also PREPEND_BASE_TO_SOURCE.
+ # Note that the prepending is not done for -source dumps.
+ #
+-#PREPEND_CHARSET_TO_SOURCE:TRUE
++PREPEND_CHARSET_TO_SOURCE:FALSE
+ 
+ 
+ .h2 NCR_IN_BOOKMARKS
+@@ -552,7 +553,7 @@
+ # the 'o'ptions menu and save that preference in their RC file.
+ # This may be a comma-separated list of languages in decreasing preference.
+ #
+-#PREFERRED_LANGUAGE:en
++PREFERRED_LANGUAGE:en
+ 
+ 
+ .h2 PREFERRED_CHARSET
+@@ -939,8 +940,8 @@
+ # executed.  This is much less dangerous than enabling all execution
+ # links, but can still be dangerous.
+ #
+-#LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
+-#LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
++LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
++LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
+ 
+ 
+ .h2 TRUSTED_EXEC
+@@ -988,7 +989,7 @@
+ # as well (i.e., they will only be able to access lynxexec or lynxprog
+ # URLs which meet any ALWAYS_TRUSTED_EXEC rules).
+ #
+-#TRUSTED_EXEC:none
++TRUSTED_EXEC:none
+ 
+ 
+ .h2 ALWAYS_TRUSTED_EXEC
+@@ -1010,7 +1011,7 @@
+ #
+ # The default ALWAYS_TRUSTED_EXEC rule is "none".
+ #
+-#ALWAYS_TRUSTED_EXEC:none
++ALWAYS_TRUSTED_EXEC:none
+ 
+ 
+ .h2 TRUSTED_LYNXCGI
+@@ -1030,7 +1031,7 @@
+ # ====
+ # Do not define this.
+ #
+-#TRUSTED_LYNXCGI:none
++TRUSTED_LYNXCGI:none
+ 
+ 
+ .h2 LYNXCGI_ENVIRONMENT
+@@ -1792,7 +1793,7 @@
+ # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
+ # may save the preference in the RC file).
+ #
+-#NO_DOT_FILES:TRUE
++NO_DOT_FILES:FALSE
+ 
+ 
+ .h1 Internal Behavior
+@@ -2075,13 +2076,13 @@
+ #
+ # Unix:
+ # ====
+-#GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
++GLOBAL_EXTENSION_MAP:/etc/mime.types
+ # VMS:
+ # ===
+ #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
+ #
+ #	Unix (sought in user's home directory):
+-#PERSONAL_EXTENSION_MAP:.mime.types
++PERSONAL_EXTENSION_MAP:.mime.types
+ #	VMS (sought in user's sys$login directory):
+ #PERSONAL_EXTENSION_MAP:mime.types
+ 
+@@ -2217,6 +2218,8 @@
+ #SUFFIX:.dms:application/x-dms
+ #SUFFIX:.html:text/html
+ #SUFFIX:.txt:text/plain
++SUFFIX:.tgz:application/octet-stream
++SUFFIX:.deb:application/octet-stream
+ 
+ 
+ .h2 XLOADIMAGE_COMMAND
+@@ -2321,13 +2324,13 @@
+ #
+ # Unix:
+ # ====
+-#GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
++GLOBAL_MAILCAP:/etc/mailcap
+ # VMS:
+ # ===
+ #GLOBAL_MAILCAP:Lynx_Dir:mailcap
+ #
+ # 	Sought in user's home (Unix) or sys$login (VMS) directory.
+-#PERSONAL_MAILCAP:.mailcap
++PERSONAL_MAILCAP:.mailcap
+ 
+ .h2 PREFERRED_MEDIA_TYPES
+ # When doing a GET, lynx lists the MIME types which it knows how to present
+@@ -3439,7 +3442,7 @@
+ 
+ .h2 SYSLOG_REQUESTED_URLS
+ # Log the requested URLs using the syslog interface.
+-#SYSLOG_REQUESTED_URLS:TRUE
++SYSLOG_REQUESTED_URLS:FALSE
+ 
+ .h2 SYSLOG_TEXT
+ # Add the given text to calls made to syslog, to distinguish Lynx from other
+@@ -3463,3 +3466,19 @@
+ #
+ # Each BROKEN_FTP_EPSV gives a string match for the reported FTP server version
+ #BROKEN_FTP_EPSV:(Version wu-2.6.2-12)
++
++# external
++EXTERNAL:ftp:w3m %s:TRUE
++EXTERNAL:file:w3m %s:TRUE
++EXTERNAL:http:w3m %s:TRUE
++EXTERNAL:http:wget %s:TRUE
++EXTERNAL:http:wget -r %s:TRUE
++EXTERNAL:ftp:netscape %s:TRUE
++EXTERNAL:file:netscape %s:TRUE
++EXTERNAL:http:netscape %s:TRUE
++# include
++INCLUDE:/etc/lynx-cur/local.cfg
++INCLUDE:~/.lynx/colors:COLOR
++INCLUDE:~/.lynx/keymap:KEYMAP
++INCLUDE:~/.lynx/viewers:VIEWER
++INCLUDE:~/.lynx/external:EXTERNAL
+--- lynx_help/about_lynx.html.orgl	Tue Oct  9 12:34:06 2001
++++ lynx_help/about_lynx.html	Tue Oct  9 12:35:16 2001
+@@ -54,9 +54,8 @@
+ is the work of developers on the
+ <A HREF="#lynx-dev_list"><EM>lynx-dev mailing list</EM></A>.
+ It is distributed
+-<A HREF="COPYHEADER"
+->without restrictions on usage or redistribution</A>
+-under the <A HREF="COPYING">GNU
++without restrictions on usage or redistribution</A>
++under the GNU
+ General Public License (Version 2)</A>.
+ 
+ <P>Lynx was built over an early version of the Common Code Library
--- lynx-cur-2.8.7dev11.orig/debian/patches/patch-2
+++ lynx-cur-2.8.7dev11/debian/patches/patch-2
@@ -0,0 +1,45 @@
+#! /bin/sh -e
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Align the manpage to Debian behaviour
+## utf patch of patakuti 
+## http://www.t3.rim.or.jp/~patakuti/tmp/lynx/lynx.patch_for_285dev14UTF8
+## modified for 2.8.6dev.3
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+case "$1" in
+	-patch) patch -f --no-backup-if-mismatch --dry-run -p0 < $0 && patch -f --no-backup-if-mismatch -p0 < $0;;
+	-unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;;
+	*)
+		echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+		exit 1;;
+esac
+exit 0
+
+@DPATCH@
+--- userdefs.h.~1.101.~	2007-08-03 10:07:39.000000000 +0900
++++ userdefs.h	2007-08-24 14:06:05.000000000 +0900
+@@ -340,6 +340,9 @@
+  * configure-script.
+  */
+ 
++#define SYSTEM_MAIL "sendmail"
++#define SYSTEM_MAIL_FLAGS "-t -oi"
++
+ /**************************
+  * A place to put temporary files, it is almost always in "/tmp/"
+  * for UNIX systems.  If you include "$USER" in the definition
+@@ -1503,6 +1506,10 @@
+ 	 * locations, you probably will have to preset the path to them with
+ 	 * environment variables (see INSTALLATION, Section II-1d).
+ 	 */
++
++#define TELNET_PATH     "/usr/bin/telnet"
++#define RLOGIN_PATH     "/usr/bin/rlogin"
++
+ #endif /* DOSPATH */
+ #endif /* VMS */
+ 
--- lynx-cur-2.8.7dev11.orig/debian/patches/patch-3
+++ lynx-cur-2.8.7dev11/debian/patches/patch-3
@@ -0,0 +1,97 @@
+#! /bin/sh -e
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix src/tidy_tls.c X509_get_issuer_name to actually take the
+## DP: issuer DN of the present certificate and not hope that it is
+## DP: the same as taking the subject DN of the "next" certificate
+## DP: which may or may not exist. Debian Bug #499945 has details.
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+case "$1" in
+	-patch) patch -f --no-backup-if-mismatch --dry-run -p0 < $0 && patch -f --no-backup-if-mismatch -p0 < $0;;
+	-unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;;
+	*)
+		echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+		exit 1;;
+esac
+exit 0
+
+@DPATCH@
+--- src/tidy_tls.c~
++++ src/tidy_tls.c
+@@ -1,6 +1,7 @@
+ /*
+  * $LynxId: tidy_tls.c,v 1.1 2008/04/27 22:49:52 tom Exp $
+  * Copyright 2008, Thomas E. Dickey
++ * with fix Copyright 2008 by Thomas Viehmann
+  *
+  * Required libraries:
+  *	libgnutls
+@@ -17,11 +18,16 @@
+ 
+ static int last_error = 0;
+ 
+-#define GetDnByOID(target, oid) \
++// ugly, but hey, we could just use a more sane api, too
++#define GetDnByOID(target, oid, thewhat) \
+ 		len = sizeof(target); \
+-		gnutls_x509_crt_get_dn_by_oid(xcert, oid, 0, 0, target, &len)
++                if (! thewhat) \
++		  gnutls_x509_crt_get_dn_by_oid(xcert, oid, 0, 0, target, &len); \
++                else \
++                  gnutls_x509_crt_get_issuer_dn_by_oid(xcert, oid, 0, 0, target, &len)
+ 
+-static int ExtractCertificate(const gnutls_datum_t * cert, X509_NAME * result)
++// thewhat: which DN to get 0 = subject, 1 = issuer
++static int ExtractCertificate(const gnutls_datum_t * cert, X509_NAME * result, int thewhat)
+ {
+     gnutls_x509_crt_t xcert;
+     int rc;
+@@ -30,19 +36,19 @@
+     if ((rc = gnutls_x509_crt_init(&xcert)) >= 0) {
+ 	if ((rc = gnutls_x509_crt_import(xcert, cert, GNUTLS_X509_FMT_DER)) >= 0) {
+ 	    GetDnByOID(result->country,
+-		       GNUTLS_OID_X520_COUNTRY_NAME);
++		       GNUTLS_OID_X520_COUNTRY_NAME, thewhat);
+ 	    GetDnByOID(result->organization,
+-		       GNUTLS_OID_X520_ORGANIZATION_NAME);
++		       GNUTLS_OID_X520_ORGANIZATION_NAME, thewhat);
+ 	    GetDnByOID(result->organizational_unit_name,
+-		       GNUTLS_OID_X520_ORGANIZATIONAL_UNIT_NAME);
++		       GNUTLS_OID_X520_ORGANIZATIONAL_UNIT_NAME, thewhat);
+ 	    GetDnByOID(result->common_name,
+-		       GNUTLS_OID_X520_COMMON_NAME);
++		       GNUTLS_OID_X520_COMMON_NAME, thewhat);
+ 	    GetDnByOID(result->locality_name,
+-		       GNUTLS_OID_X520_LOCALITY_NAME);
++		       GNUTLS_OID_X520_LOCALITY_NAME, thewhat);
+ 	    GetDnByOID(result->state_or_province_name,
+-		       GNUTLS_OID_X520_STATE_OR_PROVINCE_NAME);
++		       GNUTLS_OID_X520_STATE_OR_PROVINCE_NAME, thewhat);
+ 	    GetDnByOID(result->email,
+-		       GNUTLS_OID_PKCS9_EMAIL);
++		       GNUTLS_OID_PKCS9_EMAIL, thewhat);
+ 	    rc = 0;
+ 	}
+ 	gnutls_x509_crt_deinit(xcert);
+@@ -570,7 +576,7 @@
+     X509_NAME *result;
+ 
+     if ((result = typeCalloc(X509_NAME)) != 0) {
+-	if (ExtractCertificate(&cert[1], result) < 0) {
++	if (ExtractCertificate(cert, result, 1) < 0) {
+ 	    free(result);
+ 	    result = 0;
+ 	}
+@@ -586,7 +592,7 @@
+     X509_NAME *result;
+ 
+     if ((result = typeCalloc(X509_NAME)) != 0) {
+-	if (ExtractCertificate(&cert[0], result) < 0) {
++	if (ExtractCertificate(cert, result, 0) < 0) {
+ 	    free(result);
+ 	    result = 0;
+ 	}