summaryrefslogtreecommitdiff
path: root/debian/control
blob: ba2d1f743f1a9ac9e67e1c80ae2d79d30566cb86 (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
Source: libcrypt-cbc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcrypt-blowfish-perl <!nocheck>,
                     libcrypt-cast5-perl <!nocheck>,
                     libcrypt-des-ede3-perl <!nocheck>,
                     libcrypt-des-perl <!nocheck>,
                     libcrypt-rijndael-perl <!nocheck>,
                     libcrypt-pbkdf2-perl <!nocheck>,
                     libcryptx-perl <!nocheck>,
                     libmath-int128-perl <!nocheck>,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-cbc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-cbc-perl.git
Homepage: https://metacpan.org/release/Crypt-CBC
Rules-Requires-Root: no

Package: libcrypt-cbc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcrypt-pbkdf2-perl,
         libcryptx-perl,
         libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl | libcrypt-cast5-perl
Recommends: libmath-int128-perl
Description: implementation of cipher block chaining (CBC) mode
 In combination with a block cipher such as Crypt::Rijndael or
 Crypt::Blowfish, you can encrypt and decrypt messages of arbitrarily
 long length using Crypt::CBC. The encrypted messages are compatible
 with the encryption format used by SSLeay.