File: control

package info (click to toggle)
libmodule-signature-perl 0.88-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 352 kB
  • sloc: perl: 2,117; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,188 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
Source: libmodule-signature-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: gnupg | gnupg2,
                     libipc-run-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-signature-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-signature-perl.git
Homepage: https://metacpan.org/release/Module-Signature
Rules-Requires-Root: no

Package: libmodule-signature-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: gnupg | gnupg2
Multi-Arch: foreign
Description: module to manipulate CPAN SIGNATURE files
 Module::Signature is a Perl module that adds cryptographic authentications to
 CPAN distributions, via the special SIGNATURE file. It also includes the
 cpansign tool to sign distributions and to verify signatures, and supports
 using many different cryptographic hashing algorithms.