File: control

package info (click to toggle)
libpgp-sign-perl 0.20-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 1
  • sloc: makefile: 4; perl: 2
file content (25 lines) | stat: -rw-r--r-- 826 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
Source: libpgp-sign-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper (>= 9),
 gnupg1,
 perl,
Maintainer: Russ Allbery <rra@debian.org>
Standards-Version: 3.9.8
Homepage: https://www.eyrie.org/~eagle/software/pgp-sign/
Vcs-Git: https://git.eyrie.org/git/perl/pgp-sign.git -b debian/master
Vcs-Browser: https://git.eyrie.org/?p=perl/pgp-sign.git

Package: libpgp-sign-perl
Architecture: all
Depends:
 gnupg1,
 ${misc:Depends},
 ${perl:Depends},
Description: Perl module to create detached PGP signatures
 PGP::Sign creates and checks detached PGP signatures for textual data
 using GnuPG.  Other PGP implementations are also supported with run-time
 configuration.  Secret key passphrases are passed via a pipe, and no
 temporary files are required for signature generation (but are for
 signature verification).