File: control

package info (click to toggle)
libregexp-log-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 152 kB
  • sloc: perl: 144; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,199 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
35
Source: libregexp-log-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 debhelper (>= 10~),
 dh-buildinfo,
 libtest-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.5
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libregexp-log-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libregexp-log-perl
Homepage: https://metacpan.org/release/Regexp-Log
Testsuite: autopkgtest-pkg-perl

Package: libregexp-log-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: base class for log files regexp builders
 Regexp::Log is a base class for a variety of modules that generate
 regular expressions for performing the usual data munging tasks on log
 files that cannot be simply split().
 .
 The goal of this module family is to compute regular expressions based
 on the configuration string of the log.
 .
 Please note that there is I<nothing useful> you can do with
 Regexp::Log! Use one of its derived classes!