File: control

package info (click to toggle)
perl-openssl-defaults 3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 68 kB
  • ctags: 5
  • sloc: makefile: 21; sh: 18; perl: 15; ansic: 11
file content (36 lines) | stat: -rw-r--r-- 1,567 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
29
30
31
32
33
34
35
36
Source: perl-openssl-defaults
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10), libssl-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/perl-openssl-defaults.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/perl-openssl-defaults.git

Package: perl-openssl-defaults
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Provides: perl-openssl-abi-${perl-openssl-abi-version}
Breaks: libnet-ssleay-perl (<< 1.78-2),
 libcrypt-ssleay-perl (<< 0.73.04-2),
 libcrypt-openssl-bignum-perl (<< 0.07-2),
 libcrypt-openssl-dsa-perl (<< 0.18-2),
 libcrypt-openssl-pkcs10-perl (<< 0.16-2),
 libcrypt-openssl-pkcs12-perl (<< 0.7-3),
 libcrypt-openssl-rsa-perl (<< 0.28-5),
 libcrypt-openssl-x509-perl (<< 1.8.7-3),
 libcrypt-smime-perl (<< 0.19-2)
Multi-Arch: same
Description: version compatibility baseline for Perl OpenSSL packages
 A subset of Perl XS module packages expose the OpenSSL binary interface
 to Perl code. This can lead to incompatibilities if these packages are
 linked against different versions of OpenSSL.
 .
 This package provides a virtual package "perl-openssl-abi-x" that
 corresponds to the libssl-dev package SONAME it was built against.
 The packages that need to stay compatible with each other can depend
 on this.
 .
 Tools are also provided for generating this dependency with minimum
 hassle. See the instructions in README.Debian.