File: control

package info (click to toggle)
prolix 0.03-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: perl: 430; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,520 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
42
Source: prolix
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdata-munge-perl,
 libipc-run-perl,
 libjson-perl,
 libmoose-perl,
 libmoosex-configfromfile-perl,
 libmoosex-getopt-perl (>= 0.39),
 libstring-shellquote-perl,
 libterm-readkey-perl,
 libtry-tiny-perl,
 perl,
 libtest-pod-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/prolix.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/prolix.git
Homepage: http://search.cpan.org/dist/App-Prolix/

Package: prolix
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdata-munge-perl,
 libipc-run-perl,
 libjson-perl,
 libmoose-perl,
 libmoosex-configfromfile-perl,
 libmoosex-getopt-perl (>= 0.39),
 libstring-shellquote-perl,
 libterm-readkey-perl,
 libtry-tiny-perl
Description: tool to interactively filter chatty command output
 prolix launches a command and captures its standard output and error,
 suppressing uninteresting lines according to a pattern. Yet unlike grep -v,
 prolix is an interactive program: When you find that the output you're being
 shown is still too verbose, simply hit enter and add additional suppression
 patterns. Suppression patterns can be full or substring line matches as well
 as regular expressions. You can also apply substitutions to lines, for example
 shorten overly chatty fields.