teseq 1.1.1-5 source package in Ubuntu

Changelog

teseq (1.1.1-5) unstable; urgency=medium

  * debian/control: Bump Standards-Version to "4.6.2".
  * debian/copyright: Update packaging copyright years.

 -- Marcos Talau <email address hidden>  Thu, 07 Sep 2023 11:13:43 +0530

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
Noble release universe devel

Downloads

File Size SHA-256 Checksum
teseq_1.1.1-5.dsc 2.1 KiB 78bf5c3415c61c718dfeea9a955363daeab4cf3f1f8bc3c7e1ad55fb91e4ced9
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-5.debian.tar.xz 6.0 KiB 29df814619d5cc584e81ea0d1fcb13b5b3b510fdd808c1829ef9b095edfc476b

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