File: control

package info (click to toggle)
libtest-signature-perl 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 115
  • sloc: perl: 1,352; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,167 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
Source: libtest-signature-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libfile-find-rule-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Test-Signature
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-signature-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-signature-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtest-signature-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libmodule-signature-perl
Description: Perl module that provides automatic SIGNATURE testing
 "Module::Signature" allows you to verify that a distribution has not
 been tampered with. "Test::Signature" lets that be tested as part of the
 distribution's test suite.
 .
 IMPORTANT: This is not a substitute for the users verifying the
 distribution themselves. By the time this module is run, the users will
 have already run your Makefile.PL or Build.PL scripts which could have
 been compromised.