libterm-vt102-perl 0.91-3 source package in Ubuntu

Changelog

libterm-vt102-perl (0.91-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Declare compliance with Debian Policy 4.4.0.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Drop override_dh_compress.
    debhelper in compat level 12 doesn't compress examples anymore.

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:44:13 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libterm-vt102-perl_0.91-3.dsc 2.1 KiB 71168585bbbf5c11f0c0a910bed40484ec727c6f7a1735c5ad346dd0219c3836
libterm-vt102-perl_0.91.orig.tar.gz 29.1 KiB f954e0310941d45c0fc3eb4a40f5d3a00d68119e277d303a1e6af11ded6fbd94
libterm-vt102-perl_0.91-3.debian.tar.xz 5.4 KiB 1c8259732480583ff4ac70a09e1ae9c9b7b7875bc16c91226bffd64a31f33d51

Available diffs

No changes file available.

Binary packages built by this source

libterm-vt102-perl: module to emulate a DEC VT102 terminal

 The Term::VT102 class provides emulation of most of the functions of a DEC
 VT102 terminal. Once initialised, data passed to a VT102 object is processed
 and the in-memory "screen" modified accordingly. This "screen" can be
 interrogated by the external program in a variety of ways.
 .
 This allows your program to interface with full-screen console programs by
 running them in a subprocess and passing their output to a VT102 class. You
 can then see what the application has written on the screen by querying the
 class appropriately.