summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:37:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:37:17 +0000
commit69cb215a954eb985f5dfc34aaa753f83702e331f (patch)
tree2b546f4aad692d612d15376a3a90090f4fb91495
parentAdding upstream version 2.9.0dev.12. (diff)
downloadlynx-debian/2.9.0dev.12-1.tar.xz
lynx-debian/2.9.0dev.12-1.zip
Adding debian version 2.9.0dev.12-1.debian/2.9.0dev.12-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/README.Debian58
-rw-r--r--debian/changelog2166
-rw-r--r--debian/clean1
-rw-r--r--debian/control74
-rw-r--r--debian/copyright124
-rw-r--r--debian/gbp.conf3
-rw-r--r--debian/local.cfg2
-rw-r--r--debian/lynx-common.doc-base10
-rw-r--r--debian/lynx-common.docs2
-rw-r--r--debian/lynx-common.install3
-rw-r--r--debian/lynx-common.mime2
-rw-r--r--debian/lynx.install1
-rw-r--r--debian/lynx.links7
-rw-r--r--debian/lynx.lintian-overrides13
-rw-r--r--debian/lynx.menu2
-rw-r--r--debian/lynx.postinst22
-rw-r--r--debian/lynx.postrm16
-rw-r--r--debian/lynx.prerm26
-rw-r--r--debian/patches/21_do_not_strip_-g.diff17
-rw-r--r--debian/patches/30_build_path_in_binary.diff18
-rw-r--r--debian/patches/aboutlynx.patch19
-rw-r--r--debian/patches/lynxcfg.patch219
-rw-r--r--debian/patches/nested_tables.patch17
-rw-r--r--debian/patches/series5
-rwxr-xr-xdebian/rules65
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata8
-rw-r--r--debian/upstream/signing-key.asc107
-rw-r--r--debian/watch4
29 files changed, 3012 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..b979efe
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,58 @@
+lynx for Debian
+---------------
+
+Developemnet version of lynx with NLS support.
+
+* If you need SSL support based on OpenSSL, please try the followings:
+1. modify debian/rules (uncomment the following line).
+ #SSL=ssl
+2. rebuild the package and install it.
+
+* In /etc/lynx/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/local.cfg, you may check the settings of
+
+STARTFILE:, NNTPSERVER:
+
+* In /etc/lynx/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
+
+ -- Atsuhito KOHDA <kohda@debian.org>, Wed, 7 Jul 1999 07:29:50 +0900
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..69dfd7c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,2166 @@
+lynx (2.9.0dev.12-1) unstable; urgency=low
+
+ * New upstream version,
+ + Update debian/copyright.
+
+ -- Andreas Metzler <ametzler@debian.org> Sun, 15 Jan 2023 15:21:43 +0100
+
+lynx (2.9.0dev.11-1) unstable; urgency=medium
+
+ [ Elimar Riesebieter ]
+ * New upstream version
+
+ [ Andreas Metzler ]
+ * Update debian/copyright for new upstream release.
+
+ -- Andreas Metzler <ametzler@debian.org> Fri, 30 Dec 2022 13:23:32 +0100
+
+lynx (2.9.0dev.10-2) unstable; urgency=medium
+
+ * Recommend mailcap instead of transition package mime-support.
+ Closes: #1001407
+ * Migrate lintian overrides to new []-format.
+ * Update copyright info for debian subdirectory.
+ * Bump Standards-Version.
+ * Run wrap-and-sort -ast.
+
+ -- Andreas Metzler <ametzler@debian.org> Wed, 28 Dec 2022 13:26:14 +0100
+
+lynx (2.9.0dev.10-1) unstable; urgency=medium
+
+ * New upstream version with stability fixes and translation updates.
+ * Declare compliance with Debian Policy 4.6.0. (No changes needed.)
+ * Remove inactive team members from Uploaders field.
+
+ -- Axel Beckert <abe@debian.org> Thu, 28 Oct 2021 04:31:20 +0200
+
+lynx (2.9.0dev.9-2) unstable; urgency=medium
+
+ * Upload to unstable again after the Bullseye release.
+ * Add CVE-ID and fix missing whitespace in previous changelog entry.
+
+ -- Axel Beckert <abe@debian.org> Sun, 15 Aug 2021 15:48:04 +0200
+
+lynx (2.9.0dev.9-1) experimental; urgency=high
+
+ * New upstream version.
+ + Strip user/password from ssl_host in HTLoadHTTP, incorrectly passed
+ as part of the server name indicator (Debian #991971) -TD
+ Fixes CVE-2021-38165: Does not pass user/passwd. Closes: #991971
+ * Add b-d on pkg-config.
+
+ -- Andreas Metzler <ametzler@debian.org> Sat, 07 Aug 2021 17:45:43 +0200
+
+lynx (2.9.0dev.8-1) experimental; urgency=low
+
+ [ Elimar Riesebieter ]
+ * Import upstream version 2.9.0dev.7.
+ + Refresh patches where needed.
+ + skip 40_parallel_build_fix.diff. Done upstream on a BSD compatible way.
+ + modify SGML parsing to allow DEL and INS tags to work on a block-level
+ rather than only inline (Closes: #981351)
+ * Import new signing key
+
+ [ Andreas Metzler ]
+ * Add new, new signing key 19882D92DDA4C400C22C0D56CC2AF4472167BE03 from
+ https://invisible-island.net/public/
+ * New upstream version.
+ * Switch b-d from libidn11-dev to libidn2-dev, it is the new upstream
+ default.
+
+ -- Andreas Metzler <ametzler@debian.org> Sun, 01 Aug 2021 11:54:38 +0200
+
+lynx (2.9.0dev.6-2) unstable; urgency=medium
+
+ [ Axel Beckert ]
+ * Retroactively mention #961080 in previous debian/changelog entry.
+
+ [ Debian Janitor ]
+ * Fix day-of-week for changelog entries 2.8.8dev.2-1, 2.8.6-1.
+
+ [ Andreas Metzler ]
+ * Hardcode paths for gzip et al for improved reproducible build with/without
+ usrmerge. (Patch by Vagrant Cascadian) Closes: #983208
+ * [lintian] Use v4 watchfile standard.
+ * Add override for lintian false positive
+ debian-changelog-file-is-a-symlink.
+ * 40_parallel_build_fix.diff: Use "grouped target" to fix doc breakage on
+ parallel build. Closes: #983209
+ * Bump Standards-Version to 4.5.1. (No changes)
+
+ -- Andreas Metzler <ametzler@debian.org> Tue, 02 Mar 2021 13:02:20 +0100
+
+lynx (2.9.0dev.6-1) unstable; urgency=medium
+
+ * Import upstream version 2.9.0dev.6.
+ + Refresh patches where needed.
+ + minor formatting fixes for manual page (Closes: #961080)
+ * Bump debhelper compatibility to 13.
+
+ -- Axel Beckert <abe@debian.org> Sun, 13 Sep 2020 16:57:01 +0200
+
+lynx (2.9.0dev.5-1) unstable; urgency=medium
+
+ * Import upstream version 2.9.0dev.5.
+ * Declare compliance with Debian Policy 4.5.0. (No changes needed.)
+
+ -- Axel Beckert <abe@debian.org> Fri, 28 Feb 2020 15:28:01 +0100
+
+lynx (2.9.0dev.4-1) unstable; urgency=medium
+
+ * Import upstream version 2.9.0dev.4.
+
+ -- Axel Beckert <abe@debian.org> Thu, 29 Aug 2019 00:31:57 +0200
+
+lynx (2.9.0dev.2-1) unstable; urgency=medium
+
+ * New upstream version 2.9.0dev.2
+
+ -- Elimar Riesebieter <riesebie@lxtec.de> Fri, 02 Aug 2019 09:37:08 +0200
+
+lynx (2.9.0dev.1-2) unstable; urgency=medium
+
+ [ Andreas Metzler ]
+ * 30_build_path_in_binary.diff: Strip out build path from cfg_defs.h for
+ improved build reproducibility.
+
+ [ Axel Beckert ]
+ * Declare compliance with Debian Policy 4.4.0. (No changes needed.)
+ * Upload to unstable again.
+
+ -- Axel Beckert <abe@debian.org> Mon, 08 Jul 2019 01:52:54 +0200
+
+lynx (2.9.0dev.1-1) experimental; urgency=medium
+
+ * New upstream version 2.9.0dev.1
+ * Dropped fix-tls-1.3.patch. Applied from upstream
+ * Refresh patches where necessary.
+ * Removed debian/lynx.preinst as it handles a now unsupported version.
+
+ -- Elimar Riesebieter <riesebie@lxtec.de> Thu, 14 Feb 2019 16:15:30 +0100
+
+lynx (2.8.9rel.1-3) unstable; urgency=medium
+
+ * Apply patch by Andreas Metzler to fix HTTPS connections to sites which
+ offer TLS 1.3. (Closes: #918934)
+ * Declare compliance with Debian Policy 4.3.0. (No changes needed.)
+ * Bump debhelper compatibility level to 12.
+ + Replace debian/compat with a versioned b-d on debhelper-compat.
+ * Re-export upstream key minimally. Fixes lintian warning
+ public-upstream-key-not-minimal.
+
+ -- Axel Beckert <abe@debian.org> Fri, 11 Jan 2019 02:40:05 +0100
+
+lynx (2.8.9rel.1-2) unstable; urgency=medium
+
+ * Mark lynx-common as "Multi-Arch: foreign", too. (Closes: #906443)
+ * Declare compliance with Debian Policy 4.2.0. (No changes needed.)
+
+ -- Axel Beckert <abe@debian.org> Sat, 18 Aug 2018 00:29:31 +0200
+
+lynx (2.8.9rel.1-1) unstable; urgency=medium
+
+ * Import upstream release 2.8.9rel.1.
+ + Refresh patches where necessary.
+ * Declare compliance with Debian Policy 4.1.5. (No changes needed.)
+ * Drop uversionmangle from debian/watch to follow upstream numbering.
+ * Switch debian/watch from primary FTP-only site to mirror with HTTPS.
+ This will add some detection lag for the benefit of using a secured
+ protocol.
+
+ -- Axel Beckert <abe@debian.org> Mon, 09 Jul 2018 22:58:40 +0200
+
+lynx (2.8.9pre.1-1) unstable; urgency=medium
+
+ * Import upstream version 2.8.9pre.1
+ - Fix an inconsistency in message for "-listonly" option (Closes: #805753)
+
+ -- Elimar Riesebieter <riesebie@lxtec.de> Mon, 11 Jun 2018 08:51:09 +0200
+
+lynx (2.8.9dev19-1) unstable; urgency=medium
+
+ * Import upstream version 2.8.9dev19.
+
+ -- Axel Beckert <abe@debian.org> Sun, 20 May 2018 20:55:04 +0200
+
+lynx (2.8.9dev18-1) unstable; urgency=medium
+
+ [ Elimar Riesebieter ]
+ * Import upstream version 2.8.9dev18.
+ - modify legacy feature from Lynx 2.7.2 which checks the hostname of a URI
+ to guess whether to use HTTP, FTP, etc., depending upon the prefix of the
+ URIs hostname. This is now an optional feature, GUESS_SCHEME, which
+ defaults to FALSE (Closes: #893907)
+ * Refreshed lynxcfg.patch.
+ * Declare compliance with Debian Policy 4.1.4. (No changes needed.)
+
+ [ Axel Beckert ]
+ * Add a debian/gbp.conf so that signed tags and pristine-tar are default.
+
+ -- Elimar Riesebieter <riesebie@lxtec.de> Mon, 07 May 2018 09:48:44 +0200
+
+lynx (2.8.9dev17-1) unstable; urgency=medium
+
+ * Update FTP-based URL in watch file and switch to it for now as it
+ seems more uptodate.
+ * Import upstream version 2.8.9dev17.
+ + Drop parallel.patch, fixed upstream.
+ + Refresh remaining patches where necessary.
+
+ -- Axel Beckert <abe@debian.org> Thu, 22 Mar 2018 02:35:17 +0100
+
+lynx (2.8.9dev16-3) unstable; urgency=medium
+
+ [ Axel Beckert ]
+ * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
+ * Switch to debhelper compatibility level 11.
+ + Update versioned debhelper build-depency accordingly.
+ + Use technique described in #887390 to workaround incompatibility
+ between dh v11 and autoconf-dickey.
+ * Update Vcs-* headers for move to salsa.debian.org.
+
+ [ Adrian Bunk ]
+ * Patch po/makefile.inn to use unique names for temporary files. Fixes
+ parallel build FTBFS. (Closes: #890811)
+
+ -- Axel Beckert <abe@debian.org> Mon, 19 Feb 2018 22:15:35 +0100
+
+lynx (2.8.9dev16-2) unstable; urgency=low
+
+ [ Denis Briand + Axel Beckert ]
+ * Use file://localhost/usr/share/doc/lynx/lynx_help/about_lynx.html.gz
+ as STARTFILE in lynx.cfg. (Closes: #821905)
+
+ [ Axel Beckert ]
+ * Set "Rules-Requires-Root: no".
+ * Bump debhelper compatibility level to 10.
+ + Update versioned debhelper build-depency accordingly.
+ + Remove "--parallel" and "--with autotools" from debian/rules.
+ + Drop build-depency on autotools-dev.
+ + Use dh_autoreconf with autoreconf-dickey, otherwise FTBFS.
+ - Add build-depency on autoconf-dickey.
+ + Explicitly pass --enable-debug to configure to fix lintian warning
+ debug-file-with-no-debug-symbols after switching to autoconf-dickey.
+ * Drop transitional package lynx-cur.
+ * Switch Homepage, debian/copyright Source and debian/watch to HTTPS.
+ * Remove ftp:// URL from debian/copyright (but leave it as comment in
+ debian/watch): Currently just runs into timeouts (and would be
+ unencrypted anyways).
+ * Declare compliance with Debian Policy 4.1.1. (No changes needed.)
+ * Enable HTMLized configuration file documentation. (Closes: #879991)
+ + Remove tmp[0-9]* files in clean target.
+
+ -- Axel Beckert <abe@debian.org> Mon, 30 Oct 2017 19:32:24 +0100
+
+lynx (2.8.9dev16-1) unstable; urgency=medium
+
+ * Import upstream version 2.8.9dev16
+ + Refresh patches lynxcfg.patch and nested_tables.patch.
+ + Adds a note in the comments for INCLUDE in lynx.cfg regarding the
+ default directory searches LYOpenCFG(), added in 2.8.4dev.20.
+ (Closes: #818047)
+
+ -- Axel Beckert <abe@debian.org> Wed, 12 Jul 2017 08:44:26 +0200
+
+lynx (2.8.9dev15-1) unstable; urgency=medium
+
+ * Import upstream version 2.8.9dev15
+ + Refresh patches where necessary.
+ + Adds a note in lynx.cfg about default values. (Closes: #408448)
+ + Correct logic in HTCopy() when re-reading a page. (Closes: #863008)
+ * debian/copyright: Change some URLs to HTTPS as suggested by DUCK.
+ * Remove lintian override for "iff" false positive again, as #865055 is
+ now fixed in lintian.
+
+ -- Axel Beckert <abe@debian.org> Wed, 05 Jul 2017 15:18:34 +0200
+
+lynx (2.8.9dev14-2) unstable; urgency=medium
+
+ * Upload to unstable again.
+ * Declare compliance with Debian Policy 4.0.0. (No changes needed.)
+ * Add lintian override for not-spelling-error "iff" (c.f. #865055)
+
+ -- Axel Beckert <abe@debian.org> Sun, 18 Jun 2017 23:58:04 +0200
+
+lynx (2.8.9dev14-1) experimental; urgency=medium
+
+ * Import upstream version 2.8.9dev14
+ + Amends fix for #841155, adding check for complete multibyte strings
+ to decide when the cell-limit has been met. (Closes: #862148)
+
+ -- Axel Beckert <abe@debian.org> Thu, 11 May 2017 03:18:58 +0200
+
+lynx (2.8.9dev13-1) experimental; urgency=low
+
+ * Import new upstream version 2.8.9dev13
+ + Corrects logic in cell2char(), which gave up too early in
+ determining the number of cells needed for a multibyte string in the
+ editable text-fields (Closes: #841155)
+ + Improves manual page discussion of environment variables, especially
+ http_proxy (c.f. #791452)
+ + Refresh patches lynxcfg.patch and 21_do_not_strip_-g.diff.
+
+ -- Axel Beckert <abe@debian.org> Wed, 03 May 2017 02:30:38 +0200
+
+lynx (2.8.9dev11-1) unstable; urgency=medium
+
+ * Import new upstream version 2.8.9dev11
+ + Fixes CVE-2016-9179. (Closes: #843258)
+ * Clarify item about CVE-2016-9179 in previous changelog entry.
+ * Simplify debian/watch to only match so far used combinations and to
+ only look for a single compression type (bzip2).
+ * Use passive FTP in debian/watch.
+
+ -- Axel Beckert <abe@debian.org> Thu, 17 Nov 2016 01:43:23 +0100
+
+lynx (2.8.9dev10-1) unstable; urgency=medium
+
+ * Import new upstream version 2.8.9dev10.
+ + Addresses #843258 (CVE-2016-9179) by clarifying documentation and
+ warning messages. (c.f. RFCs 1738 sect. 3.3 and RFC 3986 sect. 3.2)
+ * debian/watch: Comment out one of two possible URLs as uscan can only
+ handle one download source.
+ * Update several URLs in packaging from http:// to https:// (via DUCK).
+ * Update source URL in debian/copyright. Issue reported by DUCK.
+
+ -- Axel Beckert <abe@debian.org> Wed, 09 Nov 2016 02:42:12 +0100
+
+lynx (2.8.9dev9-1) unstable; urgency=medium
+
+ [ Andreas Metzler ]
+ * Fix arch-indep only build. (Closes: #814436)
+
+ [ Axel Beckert ]
+ * Import new upstream version 2.8.9dev9.
+ + Drop work-around-gnutls_protocol_set_priority-removal.patch, fixed
+ upstream.
+ + Fixes displaying U+200F RIGHT-TO-LEFT MARK. (Closes: #808949)
+ * Reorder URLs in watch file so that the mirrors come second. Recent
+ versions of uscan otherwise won't download new versions but just
+ report them.
+ * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
+ * Switch Vcs-Git header from git:// to https://.
+
+ -- Axel Beckert <abe@debian.org> Wed, 27 Apr 2016 10:14:39 +0200
+
+lynx (2.8.9dev8-4) unstable; urgency=low
+
+ * Upload to unstable again.
+ * Add bug report number which was yet unknown at the time of the
+ previous upload.
+ * Update work-around-gnutls_protocol_set_priority-removal.patch as
+ suggested by Andreas Metzler.
+
+ -- Axel Beckert <abe@debian.org> Mon, 25 Jan 2016 20:25:41 +0100
+
+lynx (2.8.9dev8-3) experimental; urgency=low
+
+ * Add patch to fix FTBFS against GnuTLS ≥ 3.4.0 (Closes: #812424)
+
+ -- Axel Beckert <abe@debian.org> Sat, 23 Jan 2016 20:24:30 +0100
+
+lynx (2.8.9dev8-2) experimental; urgency=low
+
+ [ Axel Beckert ]
+ * Rename source and primary binary package back to "lynx" again, make
+ "lynx-cur" the transitional package. (Closes: #490265)
+ * Change source package back to "Priority: optional". ("Priority: extra"
+ dates back to the time where lynx and lynx-cur both were
+ non-transitional packages and shipped different versions.)
+
+ [ Elimar Riesebieter ]
+ * Break out a lynx-common package. Lintian won't emit an
+ "arch-dep-package-has-big-usr-share" warning anymore. We'll save
+ around 1.1 MB (arch-1) times. Around 2 MB (depends on architecture)
+ are preserved for the binary package. (Closes: #797442)
+ * Add myself to uploaders.
+
+ -- Axel Beckert <abe@debian.org> Tue, 22 Dec 2015 23:32:42 +0100
+
+lynx-cur (2.8.9dev8-1) unstable; urgency=low
+
+ * New upstream development release.
+ + Remove all patches applied upstream (partially applied modified)
+ + export NO_BUILDSTAMP to make build reproducible (instead of
+ patching)
+ * Prefix all debhelper files with the according package name for
+ consistency.
+ * Add additional upstream signing key (702353E0F7E48EDB).
+ * Add ftp://invisible-island.net/lynx/tarballs/ to debian/watch as it
+ seems to contain a different set of files.
+
+ -- Axel Beckert <abe@debian.org> Tue, 22 Dec 2015 22:17:18 +0100
+
+lynx-cur (2.8.9dev6-5) unstable; urgency=medium
+
+ * Change Homepage header and watch file since lynx.isc.org is deprecated.
+ * Add patch to fix typos found by lintian.
+ * Add lintian override for XWINDOWS misspelling since this can be the
+ value or name of an environment variable and we don't want to change
+ Lynx's user interface to become incompatible with upstream
+ respectively previous versions in Debian.
+
+ -- Axel Beckert <abe@debian.org> Sat, 28 Nov 2015 15:36:10 +0100
+
+lynx-cur (2.8.9dev6-4) unstable; urgency=low
+
+ [ Reiner Herrmann ]
+ * 40_reproducible_build.diff: Sort cfg_defs.h independent of locale.
+ Closes: #792770
+
+ [ Simon Kainz ]
+ * Add patch gnutls_add_rehandshake_support.diff. (Closes: #797059)
+ * Add patch add_client_certificate_support.diff. (Closes: #797901)
+
+ [ Axel Beckert ]
+ * Fix license name spelling error in debian/copyright. Thanks lintian!
+
+ -- Axel Beckert <abe@debian.org> Thu, 03 Sep 2015 20:51:23 +0200
+
+lynx-cur (2.8.9dev6-3) unstable; urgency=medium
+
+ * Upload to unstable. The change in the previous upload (to experimental)
+ Closes: #785383.
+
+ -- Andreas Metzler <ametzler@debian.org> Sat, 16 May 2015 11:16:43 +0200
+
+lynx-cur (2.8.9dev6-2) experimental; urgency=medium
+
+ * gnutls_set_default_priority.diff: Use gnutls_set_default_priority()
+ instead of a custom priority string. See #784430.
+
+ -- Andreas Metzler <ametzler@debian.org> Thu, 14 May 2015 12:57:12 +0200
+
+lynx-cur (2.8.9dev6-1) unstable; urgency=medium
+
+ * New upstream version.
+ + Refresh patches 20_use_gzip-n.diff and 21_do_not_strip_-g.diff
+ + Truncates SSL prompts with an ellipsis if it's too long for the
+ screen-width. (Closes: #783476)
+ + Adds a note about OCSP to url-support documentation (c.f. #745835)
+ + Change defaults for SSL prompts when a problem is detected to "no"
+ (Closes: #783477)
+
+ -- Axel Beckert <abe@debian.org> Sun, 10 May 2015 21:37:15 +0200
+
+lynx-cur (2.8.9dev5-2) unstable; urgency=medium
+
+ * Upload to unstable again.
+ * Change Andy's e-mail address to a permanent one.
+ * debian/copyright:
+ + Use canonical short name GPL-2 instead of GPL-2.0
+ + Fix lintian warning dep5-copyright-license-name-not-unique
+
+ -- Axel Beckert <abe@debian.org> Sun, 26 Apr 2015 03:11:05 +0200
+
+lynx-cur (2.8.9dev5-1) experimental; urgency=medium
+
+ * Use improved package description by Justin B Rye (with minor changes).
+ Closes: #710737
+ * New upstream version.
+ + Removes limit of 4 digits for page jumps on ix86. Closes: #699068
+ + Loosen the check in IsOurFile() to permit hard-linked files.
+ Closes: #429606
+ + Translation updates include corrected description of keybinding.
+ Closes: #484250
+
+ -- Andreas Metzler <ametzler@debian.org> Mon, 13 Apr 2015 19:36:20 +0200
+
+lynx-cur (2.8.9dev4-2) experimental; urgency=low
+
+ [ Axel Beckert ]
+ * Add Vcs-Headers.
+ * Remove obsolete emacs "local variables" from debian/changelog.
+ * Update Michael Grobe's e-mail address in debian/copyright. (Outdated
+ e-mail address reported by DUCK, thanks!)
+ * Apply wrap-and-sort.
+ * Drop long-time transitional package lynx-cur-wrapper.
+ * Add DEP12 upstream metadata file.
+ * Replace version Conflicts headers with Breaks + Replaces. Fixes
+ lintian warning conflicts-with-version.
+ * Add patch to make build reproducible by removing all occurrences of
+ the __DATE__ and __TIME__ macros.
+ * Update all patch headers to be DEP3-compliant.
+
+ [ Denis Briand ]
+ * New maintainers. Add team and co-maintainers e-mail
+ addresses. (Closes: #773942)
+ * Update debian/copyright to machine-readable format version 1.
+ * Switch NESTED_TABLES option to false (Closes: #387555)
+ * Add Delete key usage into manpage (Closes: #74358)
+
+ -- Axel Beckert <abe@debian.org> Fri, 20 Mar 2015 04:46:50 +0100
+
+lynx-cur (2.8.9dev4-1) experimental; urgency=medium
+
+ * QA upload.
+ * 21_do_not_strip_-g.diff: Build with -g. (Thanks, Simon Ruderich)
+ * New upstream version:
+ + Makes use of gnutls_certificate_verification_status_print
+ instead of only checking a selection of verification errors.
+ Closes: #745835
+
+ -- Andreas Metzler <ametzler@debian.org> Mon, 26 Jan 2015 18:57:50 +0100
+
+lynx-cur (2.8.9dev3-1) experimental; urgency=medium
+
+ * QA upload.
+ * Build with hardening +all.
+ * New upstream version.
+
+ -- Andreas Metzler <ametzler@debian.org> Sun, 11 Jan 2015 13:53:43 +0100
+
+lynx-cur (2.8.9dev2-1) experimental; urgency=medium
+
+ * QA upload.
+ * Set maintainer to QA. - Thanks, Atsuhito KOHDA.
+ * Add watchfile from PTS (Thanks, Bart Martens), but use uversionmangle.
+ * Drop unused debian/lynx2.8.8dev.6a.patch from debian diff.
+ * Convert to 3.0 (quilt) format.
+ * 20_use_gzip-n.diff: Use gzip -n for compressing helpfiles. (Lintian error
+ package-contains-timestamped-gzip)
+ * Simplify debian/rules.
+ * Use debhelper v9 mode and dh.
+ + Handles DEB_BUILD_OPTIONS=nostrip correctly. Closes: #437547
+ * Enable signature checking in watchfile.
+ * lynx-cur-wrapper/lynx depend on lynx-cur (>= 2.8.9dev1) instead of (>=
+ ${source:Version}). Closes: #532759
+ * Let any package providing telnet-client fullfill the build-depency.
+ Closes: #670718
+ * New upstream version.
+ + Does not use gcrypt directly anymore (see #753699), drop b-d on
+ libgcrypt20-dev.
+ + Update debian/copyright from COPYHEADER.
+ * Upload to experimental to avoid any negative effect on the release.
+
+ -- Andreas Metzler <ametzler@debian.org> Sat, 27 Dec 2014 16:47:01 +0100
+
+lynx-cur (2.8.9dev1-2) unstable; urgency=medium
+
+ * Fixed B-D by adding libgcrypt20-dev. libgnutls-dev installs automatically
+ libgcrypt11-dev but libgnutls28-dev doesn't install libgcrypt20-dev
+ automatically. Thanks to Thorsten Glaser <tg AT mirbsd.de> and Andreas
+ Metzler <ametzler AT bebt.de> (Closes: #753699)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 08 Jul 2014 14:19:54 +0900
+
+lynx-cur (2.8.9dev1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Changed build-dependency: from libgnutls-dev to libgnutls28-dev.
+ Thanks to Andreas Metzler <ametzler AT bebt.de> (Closes: #753128)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Thu, 03 Jul 2014 15:48:36 +0900
+
+lynx-cur (2.8.8pre5-1) unstable; urgency=medium
+
+ * New upstream release
+ - change quality value for application/xhtml+xml mime type.
+ (Closes: #725178)
+ - modify forms-submit to trim query-parameters from the action URI if it
+ happens to be a file-URL. (Closes: #738121)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 17 Feb 2014 11:16:55 +0900
+
+lynx-cur (2.8.8pre4-1) unstable; urgency=medium
+
+ * New upstream release
+ - modify the LOCALE_CHARSET feature (Closes: #737416)
+
+ -- Atsuhito Kohda <kohda@debian.org> Wed, 05 Feb 2014 10:54:27 +0900
+
+lynx-cur (2.8.8pre3-1) unstable; urgency=medium
+
+ * New upstream release
+ * Updated debian/patches/aboutlynx.patch
+
+ -- Atsuhito Kohda <kohda@debian.org> Thu, 16 Jan 2014 12:16:03 +0900
+
+lynx-cur (2.8.8pre2-1) unstable; urgency=medium
+
+ * New upstream release
+ - typographical fixes for manpage (Closes: #732236)
+
+ -- Atsuhito Kohda <kohda@debian.org> Fri, 27 Dec 2013 14:58:21 +0900
+
+lynx-cur (2.8.8pre1-1) unstable; urgency=low
+
+ * New upstream release
+ - add clarification in manpage regarding -force_html option versus -dump
+ or -crawl. (Closes: #254603, #295273)
+ - simplify file-URLs shown in reference list of -dump. (Closes: #334787)
+ - improve manpage descriptions of -reload, -get_data and -post_data.
+ (Closes: #350853)
+ - modify the INFO page (Closes: #398274)
+ - extend the "Bad HTML" warning feature to -dump option when the -stderr
+ option is also set (Closes: #398304)
+ - modify configuration of COLOR_STYLE value in lynx.cfg, allowing multiple
+ filenames to be specified and providing those as choices in the O'ptions
+ menu (Closes: #404893)
+ - correct search logic to match links which are wrapped on the right margin.
+ (Closes: #546264)
+ - add -list_inline option, which modifies -dump output to put links inline
+ with the text. (Closes: #584080)
+ - improve warning message for GNUTLS_CERT_SIGNER_NOT_FOUND (Closes: #695653)
+ - minor change to Content-Length logic to work with Amazon's cookies
+ (Closes: #720541)
+ - ignore non-fatal return codes from gnutls_handshake (Closes: #724812)
+ * Applied a patch to use dh_autotools-dev to update config.{sub,guess}
+ for new ports. Thanks to Matthias Klose <doko AT debian DOT org>
+ (Closes: #729864)
+
+ -- Atsuhito Kohda <kohda@debian.org> Mon, 02 Dec 2013 15:45:55 +0900
+
+lynx-cur (2.8.8dev.16-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Atsuhito Kohda <kohda@debian.org> Fri, 02 Aug 2013 14:12:39 +0900
+
+lynx-cur (2.8.8dev.15-2) unstable; urgency=low
+
+ * Mark lynx-cur Multi-Arch: foreign. Thanks to Colin Watson
+ <cjwatson AT ubuntu DOT com> (Closes: #694904)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Fri, 18 Jan 2013 14:17:53 +0900
+
+lynx-cur (2.8.8dev.15-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - Fixed a security bug, CVE-2012-5821: improve checking of certificates
+ in the gnutls_certificate_verify_peers2() by handling special case where
+ self-signed certificates should be reported (patch by Jamie Strandboge).
+ (Closes: #692443)
+ - revise nsl-fork logic for passing addrinfo and hostent data back
+ to eliminate fixed limit on the number of records to return
+ (Closes: #691904)
+ - corrected position of highlighting from search/whereis function when using
+ multibyte characters. (Closes: #673385)
+ * Updated patches files in debian/patches.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Wed, 21 Nov 2012 21:54:10 +0900
+
+lynx-cur (2.8.8dev.14-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - correct formatting of large file-sizes in directory listing
+ (Closes: #666213)
+ - fix an unbounded loop in restrictions_fun() which could cause a core dump
+ (Closes: #616107)
+ - limit downloaded files by Content-Length if any, to match behavior of IE,
+ Firefox and some other browsers; (Closes: #681214)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Thu, 23 Aug 2012 12:00:21 +0900
+
+lynx-cur (2.8.8dev.12-2) unstable; urgency=low
+
+ * Applied use-dpkg-buildflags.patch which added hardening flags for
+ makeuctb. Thanks to Simon Ruderich <simon AT ruderich DOT org>
+ (Closes: #664656)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Sun, 25 Mar 2012 19:46:44 +0900
+
+lynx-cur (2.8.8dev.12-1) unstable; urgency=low
+
+ * New Upstream Release.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Thu, 23 Feb 2012 16:07:22 +0900
+
+lynx-cur (2.8.8dev.11-1) unstable; urgency=low
+
+ * New Upstream Release.
+ * Simplified packaging a bit. Now control-ssl was generated from
+ control-gnu.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 20 Feb 2012 11:44:17 +0900
+
+lynx-cur (2.8.8dev.10-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - add "submit" and "reset" commands (Closes: #603645)
+ - modify check in HText_endForm (Closes: #603648)
+ * Modified packaging a bit so that it is easy to rebuild the package
+ which supports SSL based on OpenSSL (cf. README.Debian).
+ * Updated patches.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 14 Feb 2012 08:02:14 +0900
+
+lynx-cur (2.8.8dev.9-3) unstable; urgency=low
+
+ * Enabled hardened build flags. Thanks to Moritz Muehlenhoff
+ <jmm AT debian.org>. (Closes: #654097)
+ * Converted from dpatch to quilt. Thanks to lintian. Also cleaned up
+ some lintian warnings.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 03 Jan 2012 07:30:50 +0900
+
+lynx-cur (2.8.8dev.9-2) unstable; urgency=low
+
+ * Merging in unstable.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 21 Jun 2011 12:21:36 +0900
+
+lynx-cur (2.8.8dev.9-1) experimental; urgency=low
+
+ * New Upstream Release. Updated patch-1.
+ * Yet continue to change packaging.
+ Removed unnecessary po-debconf from Build-Depends.
+ - now no alternatives for lynx.1 (Closes: #258858)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 13 Jun 2011 14:39:34 +0900
+
+lynx-cur (2.8.8dev.8-2) experimental; urgency=low
+
+ * New packaging. So drastically changed packaging, this should go
+ experimental for test.
+ Provided only transition lynx-cur-wrapper so conflicted
+ with lynx-cur-wrapper (<< 2.8.8dev.8-2).
+ Removed update-alternatives of lynx from old lynx-cur and lynx-cur-wrapper
+ - not fiddling with local.cfg anymore. (Closes: #515848, #607005, #627126)
+ - not used alternatives anymore. (Closes: #268925)
+ - made lynx-cur-wrapper as transition package. (Closes: #293068, #619318)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 07 Jun 2011 13:10:45 +0900
+
+lynx-cur (2.8.8dev.8-1) unstable; urgency=low
+
+ * New Upstream Release.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Wed, 26 Jan 2011 13:21:26 +0900
+
+lynx-cur (2.8.8dev.7-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - add PERSONAL_MAIL_NAME to options menu and .lynxrc (Closes: #603647)
+ - remind user how to cancel message (Closes: #292787)
+ - add HTML5_CHARSETS feature (Closes: #604466, #514897)
+ - add EXTERNAL_MENU feature to lynx.cfg (Closes: #603646)
+ - add check in getfile() when handling a "mailto:" url, to prevent it
+ when the user has requested a dump (Closes: #533308)
+ - makes RMDIR_PATH configurable (Closes: #604984)
+ * Replaced obsolete "netscape" to "x-www-brpwser" in patch-1
+ (Closes: #600693)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 13 Dec 2010 15:38:16 +0900
+
+lynx-cur (2.8.8dev.6-3) unstable; urgency=low
+
+ * Applied lynx2.8.8dev.6b.patch (by patches/patch-3)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 08 Nov 2010 21:23:34 +0900
+
+lynx-cur (2.8.8dev.6-2) unstable; urgency=low
+
+ * Applied lynx2.8.8dev.6a.patch (by patches/patch-3)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 08 Nov 2010 13:48:24 +0900
+
+lynx-cur (2.8.8dev.6-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - amend change for Debian #514897 to exclude XML documents
+ (Closes: #592883)
+ - use HTParsePort() in a few places, e.g., HTFinger.c, to allow for IPv6
+ addresses with colons (Closes: #587330)
+ - add option -unique-urls (Closes: #586762)
+ * Updated patch-1 for a new upstream source.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Fri, 05 Nov 2010 16:05:27 +0900
+
+lynx-cur (2.8.8dev.5-1) unstable; urgency=high
+
+ * New upstream release. This should fix a security bug so urgency=high.
+ * Fixed a security bug, CVE-2010-2810 (Closes: #594300)
+ * A fix for #592078 with patch-3 is not necessary so removed it.
+ * Some bugs forgotten to be closed.
+ - unable to reproduce. (Closes: #575922)
+ - a problem of gnutls. (Closes: #592718)
+ - if necessary, please reopen. (Closes: #490265)
+ - only a report of a patch for 2.8.7dev9-1.1 (Closes: #489360)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Thu, 26 Aug 2010 09:50:33 +0900
+
+lynx-cur (2.8.8dev.4-3) unstable; urgency=low
+
+ * Applied a patch from the upstream. (Closes: #592078)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 09 Aug 2010 11:06:00 +0900
+
+lynx-cur (2.8.8dev.4-2) unstable; urgency=low
+
+ * Applied a patch from the upstream (Mon, 28 Jun 2010 20:32:58 -0400 (EDT)).
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 29 Jun 2010 09:44:13 +0900
+
+lynx-cur (2.8.8dev.4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Sat, 26 Jun 2010 12:19:47 +0900
+
+lynx-cur (2.8.8dev.3-3) unstable; urgency=low
+
+ * Fixed a problem of ssl connection by a patch from the upstream.
+ Closes: #579501
+
+ -- Atsuhito KOHDA <kohda@debian.org> Thu, 06 May 2010 10:48:26 +0900
+
+lynx-cur (2.8.8dev.3-2) unstable; urgency=low
+
+ * Fixed a small error in 2.8.8dev.3
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 27 Apr 2010 20:45:15 +0900
+
+lynx-cur (2.8.8dev.3-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - modify print_wwwfile_to_fd() to add field values to the printed form
+ Closes: #574940
+ - correct a place where LYStrExtent2 was used where byte-count is needed
+ Closes: #561363
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 26 Apr 2010 15:22:19 +0900
+
+lynx-cur (2.8.8dev.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Dropped empty lynx-cur-wrapper.postrm
+ * Fix pending l10n issues. Debconf translations:
+ - Finnish (Esko Arajärvi). Closes: #537446
+
+ -- Christian Perrier <bubulle@debian.org> Fri, 19 Mar 2010 06:42:57 +0100
+
+lynx-cur (2.8.8dev.2-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - modify trimming of URI in LYSetCookie() to eliminate trimming of
+ final leaf (Closes: #460108)
+ * Updated rules, control and patches files.
+ * Changed lynx.cfg and now we set LOCALE_CHARSET:TRUE
+ * Added libidn11-dev to Build-Depends to fix #541694 (Closes: #541694)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Sat, 19 Dec 2009 20:04:44 +0900
+
+lynx-cur (2.8.8dev.1-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - add optional support for IDNA using GNU libidn (Closes: #352596)
+ - ignore LEFT-TO-RIGHT-MARK (U+200E) in HTML files (Closes: #408835)
+ - correct check for return-value from gnutls_certificate_verify_peers2(),
+ which caused some sites to be treated as if they were version-1 X.509 CAs
+ (Closes: #231609)
+ - change compiled-in default for SYSLOG_REQUESTED_URLS to false.
+ (Closes: #537907)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 31 Aug 2009 20:04:44 +0900
+
+lynx-cur (2.8.7rel.1-1) unstable; urgency=low
+
+ * New Upstream Release.
+ * Linked against libbsd to fix a security problem. (Closes: #532520)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Wed, 8 Jul 2009 21:08:12 +0900
+
+lynx-cur (2.8.7pre6-1) unstable; urgency=low
+
+ * New Upstream Release.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Wed, 24 Jun 2009 12:24:37 +0900
+
+lynx-cur (2.8.7pre5-1) unstable; urgency=low
+
+ * New Upstream Release.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Sun, 7 Jun 2009 21:50:20 +0900
+
+lynx-cur (2.8.7pre4-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - amend fix for Debian #388622 (Closes: #388622)
+ - suppress check for "disabled" attribute in a select, as a workaround
+ (Closes: #525934)
+ - accommodate (in)compatibility "feature" in HTML5 draft (Closes: #514897)
+ - Sanitize build-dependencies. Applied suggested patch which I forgot
+ to do in former versions. (Closes: #481767)
+ * Sanitize build-dependencies. Removed exim4, bzip2, unzip, zip also.
+ There remain sharutils, telnet, openssh-client now.
+ * Uncomment SSL_CERT_FILE line in lynx.cfg (Closes: #529482)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Wed, 27 May 2009 12:44:09 +0900
+
+lynx-cur (2.8.7pre2-1) unstable; urgency=low
+
+ * New Upstream Release.
+ - modify Lynx's DTD information. (Closes: #398986)
+ - correct length of padding with underscores. (Closes: #519199)
+ - fix a few cases where PUTC's intended for pretty-src would display in the
+ HTML view. (Closes: #521489)
+ * Can use persistent cookies now but please edit /etc/lynx-cur/lynx.cfg
+ and make it looks as "PERSISTENT_COOKIES:TRUE" (Closes: #426481)
+ * Updated patch-1 so it should be applied cleanly.
+ * Fixed typo in 2.8.7pre1-1 changelog.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Fri, 01 May 2009 13:02:04 +0900
+
+lynx-cur (2.8.7pre1-1) unstable; urgency=low
+
+ * New Upstream Release.
+ * Changed default setting in lynx.cfg "SHOW_CURSOR:TRUE" for test.
+ There could be more smart way however. (Closes: #516726)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Sun, 22 Mar 2009 18:14:38 +0900
+
+lynx-cur (2.8.7dev13-1) unstable; urgency=low
+
+ * New Upstream Release.
+ * Stopped to apply patches/patch-2 which was unnecessary anymore.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Mon, 02 Feb 2009 19:57:58 +0900
+
+lynx-cur (2.8.7dev12-2) unstable; urgency=low
+
+ * Fixed broken UTF-8 displaying in local files with dev12.
+ The patch is fetched from lynx-dev ML and stored in patches/patch-2.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 20 Jan 2009 09:50:51 +0900
+
+lynx-cur (2.8.7dev12-1) unstable; urgency=low
+
+ * New Upstream Release.
+ * Removed unnecessary patch-2 and updated patch-1
+ * Fixed Description, i.e. removed reference to lynx. (Closes: #509929)
+ * It seemed I forgot to close #258859 which was fixed long time ago.
+ (Closes: #258859)
+ * Clean up preinst a bit.
+
+ -- Atsuhito KOHDA <kohda@debian.org> Fri, 02 Jan 2009 20:48:55 +0900
+
+lynx-cur (2.8.7dev11-2) unstable; urgency=low
+
+ * Fix HTFile.c with a patch of Thomas Dickey. (Closes: #509321)
+ * Fix lynx.cur.wrapper so that it will read the default lynx.cfg
+ (Closes: #509411)
+
+ -- Atsuhito KOHDA <kohda@debian.org> Tue, 23 Dec 2008 17:08:55 +0900
+
+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> Mon, 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
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..eb0770f
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+tmp[0-9]*
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..613c96e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,74 @@
+Source: lynx
+Section: web
+Priority: optional
+Maintainer: Debian Lynx Packaging Team <pkg-lynx-maint@lists.alioth.debian.org>
+Uploaders:
+ Axel Beckert <abe@debian.org>,
+ Andreas Metzler <ametzler@debian.org>,
+ Elimar Riesebieter <riesebie@lxtec.de>,
+Homepage: https://lynx.invisible-island.net/
+Build-Depends:
+ autoconf-dickey,
+ debhelper-compat (= 13),
+ gettext,
+ libbsd-dev,
+ libbz2-dev,
+ libgnutls28-dev,
+ libidn2-dev,
+ libncursesw5-dev,
+ openssh-client,
+ pkg-config,
+ sharutils,
+ telnet | telnet-client,
+ zlib1g-dev,
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/lynx-team/lynx
+Vcs-Git: https://salsa.debian.org/lynx-team/lynx.git
+Rules-Requires-Root: no
+
+Package: lynx-common
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Recommends:
+ lynx,
+Breaks:
+ lynx-cur (<< 2.8.9dev8-2~),
+ lynx-cur-wrapper (<< 2.8.8dev.8-2),
+Replaces:
+ lynx-cur (<< 2.8.9dev8-2~),
+ lynx-cur-wrapper (<< 2.8.8dev.8-2),
+Description: shared files for lynx package
+ In continuous development since 1992, Lynx sets the standard for
+ text-mode web clients.
+ .
+ This package contains architecture-independent files shared by the
+ lynx package over any architecture available in Debian. Examples of
+ such shared files are: manpages, locale and mimetype definitions, and
+ configuration files.
+
+Package: lynx
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ lynx-common,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Provides:
+ news-reader,
+ www-browser,
+Breaks:
+ lynx-cur (<< 2.8.9dev8-2~),
+ lynx-cur-wrapper (<< 2.8.8dev.8-2),
+Replaces:
+ lynx-cur (<< 2.8.9dev8-2~),
+ lynx-cur-wrapper (<< 2.8.8dev.8-2),
+Conflicts:
+ lynx-ssl,
+Recommends:
+ mailcap,
+Description: classic non-graphical (text-mode) web browser
+ In continuous development since 1992, Lynx sets the standard for
+ text-mode web clients. It is fast and simple to use, with support for
+ browsing via FTP, Gopher, HTTP, HTTPS, NNTP, and the local file system.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..277a7c3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,124 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Lynx
+Upstream-Contact: <lynx-dev@nongnu.org>
+Source: https://invisible-mirror.net/archives/lynx/tarballs/
+
+Files: *
+Copyright: 1997-2023, Thomas E. Dickey <dickey@invisible-island.net>
+License: GPL-2
+Comment:
+ == from COPYHEADER ==
+ Copyright 1997-2021,2022 Thomas E. Dickey
+ .
+ This copyright notice must be included in all copies or substantial
+ portions of Lynx. It outlines rights and restrictions for Lynx which
+ override the guidelines given in the COPYING file.
+ .
+ Most of the content of the Lynx release (and corresponding copyright) is
+ the work of developers on the lynx-dev mailing list, who have agreed to
+ distribute their work under the terms and conditions of the GNU General
+ Public License (Version 2). Note that the License text after the terms
+ and conditions is advisory in nature, and contains neither terms nor
+ conditions. You may choose to follow that advice.
+ .
+ The copyright owners and developers for Lynx grant their express
+ permission for using any version of these common libraries (which are
+ known to have problematic licensing issues) with any operating system or
+ platform, irregardless of the manner in which the libraries are
+ connected to the Lynx program:
+ .
+ GNUTLS
+ .
+ libbsd https://libbsd.freedesktop.org/releases/
+ .
+ libidn
+ .
+ OpenSSL https://www.openssl.org
+ .
+ Additionally, the developers understand that these additional libraries
+ have no licensing issues. Permission is in any case granted to use Lynx
+ without restriction for these as well:
+ .
+ libbz2 https://www.bzip.org/
+ .
+ libiconv
+ .
+ libutf8 https://www.haible.de/bruno/packages-libutf8.html
+ .
+ nss_compat_ossl https://fedoraproject.org/wiki/Nss_compat_ossl
+ .
+ zlib https://www.gzip.org/zlib/
+ .
+ The list given is by no means exhaustive and may not be interpreted to
+ limit the set of libraries with which Lynx can be used.
+ .
+ The granted right to "use" (besides the obvious ability to run the
+ program as a user) covers all development activities such as of building,
+ modifying, distributing modified versions.
+ .
+ Any licensing questions should be directed to the mailing list:
+ .
+ lynx-dev@nongnu.org
+ .
+ or to the developer/maintainer (Thomas E. Dickey):
+ .
+ dickey@invisible-island.net
+ .
+ ------------------------------------------------------------------------------
+ For reference, below is the original copyright notice for Lynx (2.4.2).
+ ------------------------------------------------------------------------------
+ /* 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 Lynx; see the file COPYING. If not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+ .
+ Any licensing or usage questions should be directed to Michael
+ Grobe <grobe@ukans.edu>.
+ */
+ ------------------------------------------------------------------------------
+ -- vile:txtmode fc=72 noti
+ -- $LynxId: COPYHEADER,v 1.20 2022/03/11 01:17:23 tom Exp $
+ ------------------------------------------------------------------------------
+ =====================
+
+Files: debian/*
+Copyright: 1999-2014, Atsuhito KOHDA <kohda@debian.org>
+ 2008 , Thomas Viehmann <tv@beamnet.de>
+ 2008-2023, Andreas Metzler <ametzler@debian.org>
+ 2010 , Christian Perrier <bubulle@debian.org>
+ 2015-2021, Axel Beckert <abe@debian.org>
+ 2015-2017, Denis Briand <debian@denis-briand.fr>
+ 2015-2022. Elimar Riesebieter <riesebie@lxtec.de>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..5474c60
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/local.cfg b/debian/local.cfg
new file mode 100644
index 0000000..28781ed
--- /dev/null
+++ b/debian/local.cfg
@@ -0,0 +1,2 @@
+STARTFILE:http://www.debian.org/
+#NNTPSERVER:news.server.dom
diff --git a/debian/lynx-common.doc-base b/debian/lynx-common.doc-base
new file mode 100644
index 0000000..9368d13
--- /dev/null
+++ b/debian/lynx-common.doc-base
@@ -0,0 +1,10 @@
+Document: lynx
+Title: Debian Lynx Manual
+Author: Michael Grobe <grobe@ukans.edu> et al.
+Abstract: This manual describes what lynx is
+ and how it can be used on Debian systems.
+Section: Network/Web Browsing
+
+Format: HTML
+Index: /usr/share/doc/lynx-common/lynx_help/lynx_help_main.html.gz
+Files: /usr/share/doc/lynx-common/lynx_help/*.html.gz
diff --git a/debian/lynx-common.docs b/debian/lynx-common.docs
new file mode 100644
index 0000000..cdeace8
--- /dev/null
+++ b/debian/lynx-common.docs
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/lynx_doc/*
+debian/tmp/usr/share/lynx_help
diff --git a/debian/lynx-common.install b/debian/lynx-common.install
new file mode 100644
index 0000000..9a5eb0d
--- /dev/null
+++ b/debian/lynx-common.install
@@ -0,0 +1,3 @@
+etc/*
+usr/share/locale/*
+usr/share/man/*/*
diff --git a/debian/lynx-common.mime b/debian/lynx-common.mime
new file mode 100644
index 0000000..4777956
--- /dev/null
+++ b/debian/lynx-common.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
diff --git a/debian/lynx.install b/debian/lynx.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/lynx.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/lynx.links b/debian/lynx.links
new file mode 100644
index 0000000..ae6a1e9
--- /dev/null
+++ b/debian/lynx.links
@@ -0,0 +1,7 @@
+usr/share/doc/lynx-common/COPYHEADER usr/share/doc/lynx/COPYHEADER
+usr/share/doc/lynx-common/PROBLEMS.gz usr/share/doc/lynx/PROBLEMS.gz
+usr/share/doc/lynx-common/README.Debian usr/share/doc/lynx/README.Debian
+usr/share/doc/lynx-common/README.gz usr/share/doc/lynx/README.gz
+usr/share/doc/lynx-common/changelog.gz usr/share/doc/lynx/changelog.gz
+usr/share/doc/lynx-common/docs usr/share/doc/lynx/docs
+usr/share/doc/lynx-common/lynx_help usr/share/doc/lynx/lynx_help
diff --git a/debian/lynx.lintian-overrides b/debian/lynx.lintian-overrides
new file mode 100644
index 0000000..45bb3e3
--- /dev/null
+++ b/debian/lynx.lintian-overrides
@@ -0,0 +1,13 @@
+# While this isn't a false positive, "XWINDOWS" can be the value or
+# name of an environment variable and we don't want to change Lynx's
+# user interface to become incompatible with upstream respectively
+# previous versions in Debian, so we ignore this specific case of a
+# misspelled project name.
+
+lynx: spelling-error-in-binary XWINDOWS X [usr/bin/lynx]
+
+# false positive. The _Debian_ changelog is not a symlink, just the
+# upstream one. #973759
+# The directory usr/share/doc/lynx cannot be made a symlink since
+# -common is arch all and lynx is arch any.
+lynx: debian-changelog-file-is-a-symlink [usr/share/doc/lynx/changelog.gz]
diff --git a/debian/lynx.menu b/debian/lynx.menu
new file mode 100644
index 0000000..631d946
--- /dev/null
+++ b/debian/lynx.menu
@@ -0,0 +1,2 @@
+?package(lynx):needs="text" section="Applications/Network/Web Browsing"\
+ title="Lynx" command="lynx"
diff --git a/debian/lynx.postinst b/debian/lynx.postinst
new file mode 100644
index 0000000..47ed709
--- /dev/null
+++ b/debian/lynx.postinst
@@ -0,0 +1,22 @@
+#!/bin/sh
+# postinst script for lynx
+pack=lynx
+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 40 \
+ --slave /usr/share/man/man1/www-browser.1.gz www-browser.1.gz \
+ /usr/share/man/man1/lynx.1.gz
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/lynx.postrm b/debian/lynx.postrm
new file mode 100644
index 0000000..2df1ee9
--- /dev/null
+++ b/debian/lynx.postrm
@@ -0,0 +1,16 @@
+#! /bin/sh
+# postrm script for lynx
+pack=lynx
+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#
diff --git a/debian/lynx.prerm b/debian/lynx.prerm
new file mode 100644
index 0000000..b4b3b81
--- /dev/null
+++ b/debian/lynx.prerm
@@ -0,0 +1,26 @@
+#! /bin/sh
+# prerm script for lynx
+#
+# see: dh_installdeb(1)
+
+set -e
+
+case "$1" in
+ remove|deconfigure)
+ update-alternatives --remove www-browser /usr/bin/lynx
+# update-alternatives --remove lynx /usr/bin/lynx
+ ;;
+ 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
diff --git a/debian/patches/21_do_not_strip_-g.diff b/debian/patches/21_do_not_strip_-g.diff
new file mode 100644
index 0000000..851e303
--- /dev/null
+++ b/debian/patches/21_do_not_strip_-g.diff
@@ -0,0 +1,17 @@
+Description: Stop ./configure from stripping out -g from CFLAGS
+Author: Andreas Metzler <ametzler@debian.org>,
+ Simon Ruderich <simon@ruderich.org>
+Origin: vendor
+Last-Update: 2021-07-27
+
+--- a/configure
++++ b/configure
+@@ -4098,7 +4098,7 @@
+ test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo "${CFLAGS}" | sed -e 's%-g %%' -e 's%-g$%%' -e 's%[ ]% %g' -e 's% [ ]*% %g' -e 's%^ %%' -e 's% $%%'`
+ ;;
+ (*)
+- test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo "${CFLAGS}" | sed -e 's%-g %%' -e 's%-g$%%' -e 's%[ ]% %g' -e 's% [ ]*% %g' -e 's%^ %%' -e 's% $%%'`
++ :
+ ;;
+ esac
+ fi
diff --git a/debian/patches/30_build_path_in_binary.diff b/debian/patches/30_build_path_in_binary.diff
new file mode 100644
index 0000000..a285533
--- /dev/null
+++ b/debian/patches/30_build_path_in_binary.diff
@@ -0,0 +1,18 @@
+Description: Strip out build path from cfg_defs.h
+ For build reproducibility when building in a different directory. Debian
+ builds use -fdebug-prefix-map=$builddir=.
+Author: Andreas Metzler <ametzler@debian.org>
+Origin: vendor
+Forwarded: no
+Last-Update: 2021-07-27
+
+--- a/scripts/cfg_defs.sh
++++ b/scripts/cfg_defs.sh
+@@ -21,6 +21,7 @@ static const struct {
+ EOF
+
+ sed \
++ -e "s@`pwd`@SUPRRESSED4REPRODUCIBLEBUILD@g" \
+ -e '/^#/d' \
+ -e 's/^.[^=]*_cv_//' \
+ -e 's/=\${.*=/=/' \
diff --git a/debian/patches/aboutlynx.patch b/debian/patches/aboutlynx.patch
new file mode 100644
index 0000000..91de3ee
--- /dev/null
+++ b/debian/patches/aboutlynx.patch
@@ -0,0 +1,19 @@
+Description: Modify about_lynx.html for Debian package
+Author: Atsuhito Kohda <kohda@debian.org>
+Forwarded: not-needed
+
+--- ./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
+@@ -62,9 +62,9 @@
+ the University of Kansas. However most of the release (and
+ corresponding copyright) 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 General
+- Public License (Version 2)</a>.</p>
++ is distributed without restrictions on usage
++ or redistribution under the GNU General
++ Public License (Version 2).</p>
+
+ <p><strong>Lynx</strong> was built over an early version of the
+ Common Code Library developed by the CERN WWW Project. That code
diff --git a/debian/patches/lynxcfg.patch b/debian/patches/lynxcfg.patch
new file mode 100644
index 0000000..643f0cd
--- /dev/null
+++ b/debian/patches/lynxcfg.patch
@@ -0,0 +1,219 @@
+Description: Modify the lynx.cfg to Debian system
+Author: Atsuhito Kohda <kohda@debian.org>
+Author: Denis Briand <debian@denis-briand.fr>
+Author: Axel Beckert <abe@debian.org>
+Forwarded: not-needed
+Last-Update: 2020-07-27
+
+--- a/lynx.cfg
++++ b/lynx.cfg
+@@ -108,12 +108,13 @@
+ #
+ # Normally we expect you will connect to a remote site, e.g., the Lynx starting
+ # site:
+-STARTFILE:https://lynx.invisible-island.net/
++#STARTFILE:https://lynx.invisible-island.net/
+ #
+ # As an alternative, you may want to use a local URL. A good choice for this is
+ # the user's home directory:
+ .ex
+ #STARTFILE:file://localhost/~/
++STARTFILE:file://localhost/usr/share/doc/lynx/lynx_help/about_lynx.html.gz
+ #
+ # Your choice of STARTFILE should reflect your site's needs, and be a URL that
+ # you can connect to reliably. Otherwise users will become confused and think
+@@ -132,9 +133,10 @@
+ # This definition will be overridden if the "LYNX_HELPFILE" environment
+ # variable has been set.
+ #
+-HELPFILE:https://lynx.invisible-island.net/lynx_help/lynx_help_main.html
++#HELPFILE:https://lynx.invisible-island.net/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-common/lynx_help/lynx_help_main.html
+
+ .h2 DEFAULT_INDEX_FILE
+ # DEFAULT_INDEX_FILE is the default file retrieved when the
+@@ -454,7 +456,7 @@
+ # Find RFC 1345 at
+ .url http://tools.ietf.org/html/rfc1345
+ #
+-#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
+@@ -468,6 +470,7 @@
+ # happens to give useful values, but other implementations are not guaranteed
+ # to do this.
+ #LOCALE_CHARSET:FALSE
++LOCALE_CHARSET:TRUE
+
+ .h2 HTML5_CHARSETS
+ # HTML5_CHARSETS is an alternative to ASSUME_CHARSET and ASSUME_LOCAL_CHARSET.
+@@ -565,7 +568,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
+ # NCR_IN_BOOKMARKS:TRUE allows you to save 8-bit characters in bookmark titles
+@@ -617,7 +620,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
+ # PREFERRED_CHARSET specifies the character set in MIME notation (e.g.,
+@@ -809,7 +812,7 @@
+ # 'o'ptions menu and saved in the RC file, and always can be toggled
+ # via the -show_cursor command line switch.
+ #
+-#SHOW_CURSOR:FALSE
++SHOW_CURSOR:TRUE
+
+ .h2 UNDERLINE_LINKS
+ # UNDERLINE_LINKS controls whether links are underlined by default, or shown
+@@ -997,8 +1000,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
+ # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
+@@ -1045,7 +1048,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
+ # If EXEC_LINKS was defined, any lynxexec or lynxprog URL can be made
+@@ -1066,7 +1069,7 @@
+ #
+ # The default ALWAYS_TRUSTED_EXEC rule is "none".
+ #
+-#ALWAYS_TRUSTED_EXEC:none
++ALWAYS_TRUSTED_EXEC:none
+
+ .h2 TRUSTED_LYNXCGI
+ # Unix:
+@@ -1085,7 +1088,7 @@
+ #
+ # The default TRUSTED_LYNXCGI rule is "none".
+ #
+-#TRUSTED_LYNXCGI:none
++TRUSTED_LYNXCGI:none
+
+ .h2 LYNXCGI_ENVIRONMENT
+ # Unix:
+@@ -1422,7 +1425,7 @@
+ # The default is FALSE, so that the feature needs to be enabled here
+ # explicitly if you want it.
+ #
+-#PERSISTENT_COOKIES:FALSE
++PERSISTENT_COOKIES:FALSE
+
+ .h2 COOKIE_FILE
+ # COOKIE_FILE is the default file from which persistent cookies are read
+@@ -1869,7 +1872,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
+
+@@ -2130,13 +2133,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
+
+@@ -2271,6 +2274,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
+ # VMS:
+@@ -2374,13 +2379,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
+@@ -3599,7 +3604,7 @@
+ # should accept, in case the $SSL_CERT_FILE environment variable is not set,
+ # e.g.,
+ #
+-#SSL_CERT_FILE:/etc/ssl/certs/ca-certificates.crt
++SSL_CERT_FILE:/etc/ssl/certs/ca-certificates.crt
+ #SSL_CERT_FILE:NULL
+
+ .h2 SSL_CLIENT_CERT_FILE
+@@ -3646,7 +3651,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
+@@ -3821,6 +3826,22 @@
+ # not support HTTP/1.0 which can be used by switching to the later protocol.
+ #HTTP_PROTOCOL:1.0
+
++# 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:x-www-browser %s:TRUE
++EXTERNAL:file:x-www-browser %s:TRUE
++EXTERNAL:http:x-www-browser %s:TRUE
++# include
++INCLUDE:/etc/lynx/local.cfg
++INCLUDE:~/.lynx/colors:COLOR
++INCLUDE:~/.lynx/keymap:KEYMAP
++INCLUDE:~/.lynx/viewers:VIEWER
++INCLUDE:~/.lynx/external:EXTERNAL
++
+ .h2 GUESS_SCHEME
+ # When true, Lynx may fill in a missing "scheme" for URIs which you provide.
+ # This is different from URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES.
diff --git a/debian/patches/nested_tables.patch b/debian/patches/nested_tables.patch
new file mode 100644
index 0000000..b397506
--- /dev/null
+++ b/debian/patches/nested_tables.patch
@@ -0,0 +1,17 @@
+Description: turn off nested-tables option
+Author: Denis Briand <debian@denis-briand.fr>
+Bug-Debian: https://bugs.debian.org/387555
+
+Index: lynx/lynx.cfg
+===================================================================
+--- lynx.orig/lynx.cfg
++++ lynx/lynx.cfg
+@@ -3044,7 +3044,7 @@ COLOR:6:brightred:black
+ # It is enabled by default when the COLOR_STYLE configuration is used,
+ # and false otherwise.
+ #
+-#NESTED_TABLES: true
++NESTED_TABLES: false
+
+ .h2 NO_TABLE_CENTER
+ # Normally table cells are centered on the table grid.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..75da15a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,5 @@
+lynxcfg.patch
+aboutlynx.patch
+21_do_not_strip_-g.diff
+nested_tables.patch
+30_build_path_in_binary.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7e4ca22
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,65 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND := -Wall -DNO_BUILDSTAMP
+
+SSL=gnu
+# uncomment the next line if you want openssl version
+#SSL=ssl
+
+ifeq ($(SSL),gnu)
+ CONFTLS := --with-gnutls=/usr
+else
+ CONFTLS := --with-ssl
+endif
+
+# Ensure the most compatible helper program paths to work on both
+# usrmerge and non-usrmerge systems.
+BINARY_PATHS += GZIP=/bin/gzip
+BINARY_PATHS += UNCOMPRESS=/bin/gunzip
+BINARY_PATHS += MV=/bin/mv
+BINARY_PATHS += ZCAT=/bin/zcat
+BINARY_PATHS += TAR=/bin/tar
+BINARY_PATHS += RM=/bin/rm
+
+override_dh_auto_configure:
+ifeq ($(SSL),gnu)
+ sed -i -e s/libssl-dev/libgnutls28-dev/g debian/control
+else
+ sed -i -e s/libgnutls28-dev/libssl-dev/g debian/control
+endif
+
+ env cf_cv_SYSTEM_MAIL=/usr/sbin/sendmail \
+ COMPRESS=/usr/bin/compress BZIP2=/bin/bzip2 UNZIP=/usr/bin/unzip \
+ ZIP=/usr/bin/zip \
+ LIBS="-lbsd" \
+ DH_COMPAT=10 dh_auto_configure --verbose -- \
+ --sysconfdir=/etc/lynx \
+ --enable-8bit-toupper --enable-externs --enable-debug \
+ --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-htmlized-cfg \
+ --enable-forms-options --enable-justify-elts --enable-partial \
+ --enable-read-eta --enable-scrollbar --enable-syslog \
+ --with-zlib --with-bzlib --without-included-gettext \
+ --with-screen=ncursesw --enable-justify-elts \
+ $(BINARY_PATHS) \
+ $(CONFTLS)
+
+override_dh_autoreconf:
+ dh_autoreconf autoreconf-dickey -- -f -i
+
+override_dh_auto_install:
+ dh_auto_install --verbose -- install-full
+ cd debian/tmp/usr/share/lynx_help && rm -vf COPYING COPYHEADER
+ cd debian/tmp/usr/share/lynx_doc && rm -rvf CHANGES \
+ COPYHEADER.asc COPYING COPYING.asc samples test
+
+override_dh_link:
+ rm -fv debian/lynx/usr/share/doc/lynx/changelog
+ dh_link
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..0132691
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+%YAML 1.1
+---
+# https://wiki.debian.org/UpstreamMetadata
+Archive: https://savannah.nongnu.org/projects/lynx/
+Bug-Database: https://savannah.nongnu.org/bugs/?group=lynx
+Bug-Submit: https://savannah.nongnu.org/bugs/?func=additem&group=lynx
+Contact: lynx-dev@nongnu.org
+Name: Lynx
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
new file mode 100644
index 0000000..0345e6e
--- /dev/null
+++ b/debian/upstream/signing-key.asc
@@ -0,0 +1,107 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+=mmVY
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a80b2d7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+
+opts=pgpsigurlmangle=s/$/.asc/ \
+https://invisible-mirror.net/archives/lynx/tarballs/ lynx(\d[^\s/]*)\.tar\.bz2