txt2html 1:2.53-1 source package in Ubuntu

Changelog

txt2html (1:2.53-1) unstable; urgency=medium

  * New upstream version 1:2.53.
  * epoch: added 1: to accept version changes from the upstream.
  * New upstream homepage. (Closes: #930381)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/clean: no longer needed. Removed.
  * debian/control: bumped Standards-Version to 4.4.0.
  * debian/copyright: updated upstream and packaging data.
  * debian/docs:
      - Added CONTRIBUTING.md and README.txt2html.
      - Renamed README to README.md.
  * debian/patches/*: removed all patches. The upstream fixed the source
    code. Thanks!
  * debian/rules: removed no longer needed override_dh_installchangelogs
    target.
  * debian/tests/control: added a new test.
  * debian/watch: updated to use the new upstream homepage.

 -- Joao Eriberto Mota Filho <email address hidden>  Fri, 02 Aug 2019 22:49:58 -0300

Upload details

Uploaded by:
Varun Hiremath
Uploaded to:
Sid
Original maintainer:
Varun Hiremath
Architectures:
all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
txt2html_2.53-1.dsc 2.1 KiB 678ac20cd807e7aa84f98f879d55bcc5d0481d73ee6d92febdf99ebd1b32f99b
txt2html_2.53.orig.tar.gz 131.3 KiB f7adeb65f50e6687fbd1740dbe25bf92affec36021fe06d8bd2cf7f9984f072f
txt2html_2.53-1.debian.tar.xz 4.1 KiB 0d23d1bf1cbbcb50bad49aa76b02fb41748d592b21b3ddf9f481baf20ac9e23c

Available diffs

No changes file available.

Binary packages built by this source

txt2html: Text to HTML converter

 txt2html is a Perl program that converts plain text to HTML.
 .
 It supports headings, lists, simple character markup, and hyperlinking, and is
 highly customizable. It recognizes some of the apparent structure of the
 source document (mostly whitespace and typographic layout), and attempts to
 mark that structure explicitly using HTML.
 .
 The purpose for this tool is to provide an easier way of converting existing
 text documents to HTML format, giving something nicer than just whapping the
 text into a big PRE block. txt2html can also be used to aid in writing new
 HTML documents, but there are probably better ways of doing that.