teseq 1.1.1-3 source package in Ubuntu

Changelog

teseq (1.1.1-3) unstable; urgency=medium

  * debian/control: Bump Standards-Version to 4.6.1, no changes.

 -- Marcos Talau <email address hidden>  Thu, 09 Jun 2022 11:28:51 -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

Downloads

File Size SHA-256 Checksum
teseq_1.1.1-3.dsc 2.1 KiB f6471ba62bfb86ebd3cf1855820ac653ab5bd09e3f570bdae9eb0221f60c3f56
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-3.debian.tar.xz 5.8 KiB 5ea24b69271bfcbde84a7eba3eb96838bda3b0743367b2f410d7157481ae2ae9

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