File: control

package info (click to toggle)
libterm-filter-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 184 kB
  • ctags: 23
  • sloc: perl: 718; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 1,339 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
Source: libterm-filter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libio-pty-easy-perl,
                     libmoose-perl,
                     libscope-guard-perl,
                     libterm-readkey-perl,
                     libtest-fatal-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-filter-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libterm-filter-perl.git
Homepage: https://metacpan.org/release/Term-Filter
Testsuite: autopkgtest-pkg-perl

Package: libterm-filter-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-pty-easy-perl,
         libmoose-perl,
         libscope-guard-perl,
         libterm-readkey-perl
Description: Perl module to run an interactive terminal session, filtering input and output
 Term::Filter is a Moose role which implements running a program in a pty
 while being able to filter the data that goes into and out of it. This
 can be used to alter the inputs and outputs of a terminal based program, or to
 intercept the data going in or out to record it or rebroadcast it.