File: control

package info (click to toggle)
libnews-article-perl 1.27-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: perl: 856; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,050 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
Source: libnews-article-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 perl,
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Maintainer: Russ Allbery <rra@debian.org>
Standards-Version: 4.5.1
Homepage: https://metacpan.org/release/News-Article
Vcs-Git: https://salsa.debian.org/rra/libnews-article-perl.git
Vcs-Browser: https://salsa.debian.org/rra/libnews-article-perl

Package: libnews-article-perl
Architecture: all
Depends:
 libpgp-sign-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 default-mta | mail-transport-agent,
Description: Perl modules for manipulating Usenet articles
 Provides News::Article, News::FormArticle, News::AutoReply, and
 News::FormReply, which are Perl modules for manipulating Usenet articles
 and mail messages.  Supported capabilities include modifying headers,
 signing articles with either the PGPMoose or pgpverify algorithms,
 posting and mailing articles, and instantiating them from templates.  It
 was primarily written for use by gateways and moderation programs.