summaryrefslogtreecommitdiff
path: root/debian/control
blob: 031af038732ad3af6eabf1af7cf6d83df3117f50 (plain)
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
30
31
32
33
34
35
36
37
38
39
Source: libgnupg-interface-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           intrigeri <intrigeri@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: gnupg,
                     gnupg1 <!nocheck>,
                     libmath-bigint-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmoox-handlesvia-perl <!nocheck>,
                     libmoox-late-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgnupg-interface-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgnupg-interface-perl.git
Homepage: https://metacpan.org/release/GnuPG-Interface
Rules-Requires-Root: no

Package: libgnupg-interface-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gnupg | gnupg1,
         libmath-bigint-perl,
         libmoo-perl,
         libmoox-handlesvia-perl,
         libmoox-late-perl
Description: Perl interface to GnuPG
 GnuPG::Interface and its associated modules are designed
 to provide an object-oriented method for interacting with
 GnuPG, being able to perform functions such as but not
 limited to encrypting, signing, decryption, verification,
 and key-listing parsing.