File: control

package info (click to toggle)
teseq 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,572 kB
  • sloc: ansic: 3,509; sh: 1,607; perl: 335; makefile: 50
file content (34 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: teseq
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 check <!nocheck>,
 debhelper-compat (= 13),
 help2man,
 pkg-config,
 texinfo,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.gnu.org/software/teseq/
Vcs-Git: https://salsa.debian.org/debian/teseq.git
Vcs-Browser: https://salsa.debian.org/debian/teseq

Package: teseq
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: utility for rendering terminal typescripts human-readable
 GNU Teseq is a tool for analyzing files that contain control
 characters and terminal control sequences. It is intended to be
 useful for diagnosing terminal emulators, and programs that make
 heavy use of terminal features (such as those based on the Curses
 library).
 .
 It is primarily targeted at individuals who possess a basic
 understanding of terminal control sequences, especially CSI
 sequences; however, by default Teseq will try to identify and
 describe the sequences that it encounters, and the behavior they
 might produce in a terminal.