diff -Nru libcrypt-openssl-x509-perl-1.9.14/debian/changelog libcrypt-openssl-x509-perl-1.9.14/debian/changelog --- libcrypt-openssl-x509-perl-1.9.14/debian/changelog 2022-11-04 10:45:58.000000000 +0000 +++ libcrypt-openssl-x509-perl-1.9.14/debian/changelog 2022-09-10 21:34:52.000000000 +0000 @@ -1,8 +1,10 @@ -libcrypt-openssl-x509-perl (1.9.14-1build1) lunar; urgency=medium +libcrypt-openssl-x509-perl (1.9.14-2) unstable; urgency=medium - * Rebuild against new perlapi-5.36. + * Replace no_crypt-openssl-guess.patch with build dependency on + libcrypt-openssl-guess-perl. + * Declare compliance with Debian Policy 4.6.1. - -- Gianfranco Costamagna Fri, 04 Nov 2022 11:45:58 +0100 + -- gregor herrmann Sat, 10 Sep 2022 23:34:52 +0200 libcrypt-openssl-x509-perl (1.9.14-1) unstable; urgency=medium diff -Nru libcrypt-openssl-x509-perl-1.9.14/debian/control libcrypt-openssl-x509-perl-1.9.14/debian/control --- libcrypt-openssl-x509-perl-1.9.14/debian/control 2022-05-08 15:21:39.000000000 +0000 +++ libcrypt-openssl-x509-perl-1.9.14/debian/control 2022-09-10 21:34:52.000000000 +0000 @@ -11,13 +11,13 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-perl-openssl, libconvert-asn1-perl (>= 0.33) , - libextutils-pkgconfig-perl, + libcrypt-openssl-guess-perl, libssl-dev, libtest-pod-perl , perl-openssl-defaults, perl-xs-dev, perl:native -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-x509-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-x509-perl.git Homepage: https://metacpan.org/release/Crypt-OpenSSL-X509 diff -Nru libcrypt-openssl-x509-perl-1.9.14/debian/patches/no_crypt-openssl-guess.patch libcrypt-openssl-x509-perl-1.9.14/debian/patches/no_crypt-openssl-guess.patch --- libcrypt-openssl-x509-perl-1.9.14/debian/patches/no_crypt-openssl-guess.patch 2022-05-08 15:21:39.000000000 +0000 +++ libcrypt-openssl-x509-perl-1.9.14/debian/patches/no_crypt-openssl-guess.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -Description: Use ExtUtils::PkgConfig instead of (unpackaged) Crypt::OpenSSL::Guess -Origin: vendor -Bug: *** FIXME *** -Forwarded: not-needed -Author: gregor herrmann -Reviewed-by: gregor herrmann -Last-Update: 2022-05-08 -Applied-Upstream: *** FIXME *** - ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -8,11 +8,12 @@ - use ExtUtils::MakeMaker; - - use Config; --use Crypt::OpenSSL::Guess qw(openssl_lib_paths openssl_inc_paths); -+use ExtUtils::PkgConfig; -+my %pkg_info = ExtUtils::PkgConfig->find ('libcrypto'); - - my %args = ( -- LIBS => [openssl_lib_paths().' -lssl -lcrypto'], -- INC => openssl_inc_paths(), -+ LIBS => [$pkg_info{libs}], -+ INC => $pkg_info{cflags}, - ); - - #my $api_ver = '0x00908000L'; # (version 0.9.8) diff -Nru libcrypt-openssl-x509-perl-1.9.14/debian/patches/series libcrypt-openssl-x509-perl-1.9.14/debian/patches/series --- libcrypt-openssl-x509-perl-1.9.14/debian/patches/series 2022-05-08 15:21:39.000000000 +0000 +++ libcrypt-openssl-x509-perl-1.9.14/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -no_crypt-openssl-guess.patch