Codebase list libcrypt-ssleay-perl / eb0a8bd
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on libdevel-checklib-perl, libio-socket-ip-perl and perl. * libcrypt-ssleay-perl: Drop versioned constraint on libio-socket-ip-perl and perl in Recommends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 Build-Depends: debhelper (>= 10),
77 dh-sequence-perl-openssl,
88 libbytes-random-secure-perl,
9 libdevel-checklib-perl (>= 1.09),
9 libdevel-checklib-perl,
1010 libssl-dev,
1111 libtest-pod-coverage-perl,
1212 libtest-pod-perl,
1414 perl-openssl-defaults,
1515 perl-xs-dev,
1616 perl:native,
17 perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.26)
17 perl | libio-socket-ip-perl
1818 Standards-Version: 4.1.3
1919 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-ssleay-perl
2020 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-ssleay-perl.git
2626 ${perl:Depends},
2727 ${shlibs:Depends},
2828 libbytes-random-secure-perl
29 Recommends: perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.26)
29 Recommends: perl | libio-socket-ip-perl
3030 Description: OpenSSL support for LWP
3131 This perl module provides support for the HTTPS protocol under LWP, so
3232 that an LWP::UserAgent can make HTTPS GET & HEAD & POST requests. Please