teseq 1.1.1-4 source package in Ubuntu

Changelog

teseq (1.1.1-4) unstable; urgency=medium

  * Update Maintainer mail.
  * debian/source/lintian-overrides:
    - Update very-long-line-length-in-source-file.

 -- Marcos Talau <email address hidden>  Thu, 08 Sep 2022 14:40:43 -0300

Upload details

Uploaded by:
Marcos Talau
Uploaded to:
Sid
Original maintainer:
Marcos Talau
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
teseq_1.1.1-4.dsc 2.1 KiB 730ed7a51e6bd37241139a5def8ed8ba3f5f8cf593bfa4610f302650cec28552
teseq_1.1.1.orig.tar.gz 317.4 KiB 32fbd22bc1e16796a02a3915ac6c29015607a19b00a50de570c747860b009622
teseq_1.1.1.orig.tar.gz.asc 455 bytes b2830f3081fced766566177da171b63fe9f8ce9188cd542e2e1b5f556484a3b8
teseq_1.1.1-4.debian.tar.xz 5.9 KiB 44200f819fc34718f7c4adb521f5625315ca4a5e76a279614c9ec5d3d07db67a

Available diffs

No changes file available.

Binary packages built by this source

teseq: utility for rendering terminal typescripts human-readable

 GNU Teseq is a tool for analyzing files that contain control characters
 and terminal control sequences, by printing these control sequences and
 their meanings in readable English. It is intended to be useful for
 debugging terminal emulators, and programs that make heavy use of
 advanced terminal features such as cursor movement, coloring, and other
 effects.
 .
 Teseq is useful for:
   - Creating animated, interactive demos to run on the terminal (see
     https://asciinema.org/a/7445 for a video on how to do this).
   - Knowing the exact output of a program (did it have spaces at the
     end of the line? Or maybe it contains invisible control characters?).
   - Examining a text file's contents unambiguously, like cat -v or the ed
     program's l command (but with much more information).
   - Stripping control sequences from a text file, e.g. to produce a plain
     ascii text file from a typescript file generated by the script command.
   - Examining the invisible control sequences within a text file, that affect
     graphical formatting or character encoding, in order to understand how
     they work and where they appear in the file.
   - Debugging graphical terminal applications, and terminal emulators.

teseq-dbgsym: debug symbols for teseq