termrec 0.19-2 source package in Ubuntu

Changelog

termrec (0.19-2) unstable; urgency=medium

  * Bump watch file to version 4.
  * dh 13.
  * Apply janitor fixes.
  * Mark libtool droppings as non-installed.

 -- Adam Borowski <email address hidden>  Tue, 13 Sep 2022 17:24:35 +0200

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
termrec_0.19-2.dsc 1.9 KiB abb207f50e62b5757185385f97877118bb3cc2329295535a3cd379353c5c5cd2
termrec_0.19.orig.tar.gz 112.6 KiB 0550c12266ac524a8afb764890c420c917270b0a876013592f608ed786ca91dc
termrec_0.19-2.debian.tar.xz 2.9 KiB dc2bd5a7a385f6da16b43e77ea9549786118f68a0c5d0983483fc8d9e62ad21e

Available diffs

No changes file available.

Binary packages built by this source

libtty-dev: terminal/ttyrec library -- development

 libtty is a library for handling terminal output. It is kind of "reverse
 curses" -- it is on the receiving end of tty data, accepting vt100 codes
 and managing a virtual terminal. It lacks input handling thus is unfit
 for a real terminal emulator, but includes functions for storing a history
 of frames to handle a "video" recording.
 .
 A second part of the library provides ways to read/write/edit ttyrec/-like
 files, including transparent compression or streaming them from network.
 .
 This package contains the library headers.

libtty1: No summary available for libtty1 in ubuntu noble.

No description available for libtty1 in ubuntu noble.

libtty1-dbgsym: debug symbols for libtty1
termrec: terminal videos/scripts recorder and player

 This package contains "termrec", a program which can record a terminal
 session and "termplay" to play it back. They can handle both line-based
 programs and full-screen things that use curses or curses-like methods.
 Unlike "ttyrec" or "asciinema", termrec can go back, use .gz/.bz2/.xz/.zst
 transparently, and read/write/convert several formats.

termrec-dbgsym: debug symbols for termrec