File: control

package info (click to toggle)
libpostfix-parse-mailq-perl 1.005-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 152 kB
  • ctags: 4
  • sloc: perl: 228; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,016 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
Source: libpostfix-parse-mailq-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libmixin-linewise-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Postfix-Parse-Mailq
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpostfix-parse-mailq-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpostfix-parse-mailq-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libpostfix-parse-mailq-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libmixin-linewise-perl
Description: module to parse the postfix mail queue
 Postfix::Parse::Mailq is a Perl module that reads the output of Postfix's
 mailq command and returns the contents of the queue as an arrayref. Each
 record is then reported as a hashref.