txt2man 1.6.0-6 source package in Ubuntu
Changelog
txt2man (1.6.0-6) unstable; urgency=medium * debian/control: - Added groff to Suggests field because groff installs lots of packages. (Closes: #945045) - Added 'Rules-Requires-Root: no' to source stanza. - Bumped Standards-Version to 4.4.1. * debian/patches/50_fix-gawk-warnings.patch: created to remove redundant escapes causing warnings in gawk >= 5.0.1. (Closes: #945048) * debian/salsa-ci.yml: added to provide CI tests for Salsa. -- Joao Eriberto Mota Filho <email address hidden> Wed, 20 Nov 2019 23:19:28 -0300
Upload details
- Uploaded by:
- Joao Eriberto Mota Filho
- Uploaded to:
- Sid
- Original maintainer:
- Joao Eriberto Mota Filho
- Architectures:
- all
- Section:
- text
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | text |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
txt2man_1.6.0-6.dsc | 1.8 KiB | f88f5ca1495742d19c1957c3d694ef9ad69b3006bd77168709095215d5c7a748 |
txt2man_1.6.0.orig.tar.gz | 16.5 KiB | f6939e333a12e1ecceccaa547b58f4bf901a580cd2d8f822f8c292934c920c99 |
txt2man_1.6.0-6.debian.tar.xz | 18.8 KiB | ac2830dd5369c67b4dfabb233de84c2fce526e21b275d19597563fb1ec290122 |
Available diffs
- diff from 1.6.0-5 to 1.6.0-6 (1.5 KiB)
No changes file available.
Binary packages built by this source
- txt2man: convert flat ASCII text to manpage format
txt2man is program that converts simple texts to manpages easily.
The syntax of the ASCII text should looks like the output provided
by man(1) program. So, you need write a text file using a visual
approach of a manpage and txt2man will convert it. The txt2man(1)
manpage is short and sufficient to understand how the program works.
.
A command to extract comments from source code (src2man) and a
command to build an indexed volume from a set of manpages (bookman)
are also provided by this package.
.
txt2man is very useful for programmers and Debian packaging.