html2text 2.2.3-2 source package in Ubuntu

Changelog

html2text (2.2.3-2) unstable; urgency=medium

  [ Boyuan Yang ]
  * New upstream version 2.2.3. (Closes: #963701)
  * debian/watch: Fix monitoring script.
  * debian/control: Bump Standards-Version to 4.6.2..
  * debian/README.source: Dropped, completely useless.
  * debian/rules: Use dpkg buildtools.mk to provide CC.
  * debian/docs: Refresh and rename to html2text.docs.
  * debian/patches/:
    - 100-fix-makefile.patch: Dropped, upstream migrated to autotools.
    - 110-triplet-cc.patch: Dropped, ditto.
    - 200-close-files-inside-main-loop.patch: Dropped. Program rewritten
      in cpp, patch no longer applicable. Besides, this patch is almost
      meaningless given html2text does not execute long.
    - 400-remove-builtin-http-support.patch: Dropped. We do not add
      extra patches to diverge from upstream development.
    - 500-utf8-support.patch: Dropped, upstream has utf8 support by default.

  [ Bruno Naibert de Campos ]
  * Removed Debian customizations. Consequently:
      - debian/control: Removed information about in the long description.
      - debian/NEWS: Added information about this change.
      - debian/patches/: Removed:
          ~ 510-disable-backspaces.patch.
          ~ 611-recognize-input-encoding.patch.
          ~ 630-recode-output-to-locale-charset.patch.
      - debian/README.Debian: No longer needed.
  * Removed specific script for testing. Consequently:
      - debian/tests/runtests: Removed.
      - debian/rules: Removed override_dh_auto_test.
  * debian/copyright:
      - Removed a comment from the first copyright block.
      - Updated the packaging and upstream copyright years.
  * debian/examples: Updated file path.
  * debian/html2text.1: Removed. Manpage added by upstream.
  * debian/html2text.docs: added the upstream HISTORY file.
  * debian/manpages: Updated manpages location.
  * debian/NEWS: Added information about removing Debian customizations.
  * debian/patches/:
      - The upstream fixed some points in source code. Consequently, removed:
          ~ 550-skip-numbers-in-html-tag-attributes.patch.
          ~ 600-multiple-meta-tags.patch.
          ~ 800-replace-zeroes-with-null.patch.
          ~ 810-fix-deprecated-conversion-warnings.patch.
          ~ 900-complete-utf8-entities-table.patch.
          ~ 950-validate-width-parameter.patch.
          ~ 960-fix-utf8-mode-quadratic-runtime.patch.
          ~ 970-fix-arg-parsing.patch.
          ~ 980-catch-alloc-err.patch.
  * debian/rules:
      - Removed override_dh_installman. The upstream fixed the source
        code.
      - Removed no more needed override_dh_auto_clean and
        override_dh_auto_install.
  * debian/source/lintian-overrides:
      - Added override a false positive.
      - Updated renamed tag.
  * debian/tests/control: Updated tests to be compliant with the new upstream
    version.

 -- Bruno Naibert de Campos <email address hidden>  Sat, 20 Jan 2024 03:24:02 -0300

Upload details

Uploaded by:
Bruno Naibert de Campos
Uploaded to:
Sid
Original maintainer:
Bruno Naibert de Campos
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe web

Downloads

File Size SHA-256 Checksum
html2text_2.2.3-2.dsc 1.8 KiB aa2a7965b49c8c4a938b80c0c5efd90dac066079729fbfb4a6d3fd6ae71bc809
html2text_2.2.3.orig.tar.gz 246.0 KiB 29e4b04e7cc7b9b6acb7db76edf4739d3a72a672f37452267e707d40249520ee
html2text_2.2.3-2.debian.tar.xz 38.0 KiB 61cd15e8108385998ef084cb7f0a026886384af53bc83edc648be532ef4bf6db

No changes file available.

Binary packages built by this source

html2text: advanced HTML to text converter

 html2text is a converter from HTML to plain text.
 .
 html2text reads HTML documents supplied in the command line (or from standard
 input), converts each of them into a stream of plain text characters and
 writes output to the file or the terminal.
 .
 html2text was written because the author wasn't happy with the
 output of "lynx -dump" and so he wrote something better.

html2text-dbgsym: debug symbols for html2text