Source: libnet-ssleay-perl Version: 1.88-1 Tags: patch User: [email protected] Usertags: cross-satisfiability
Thanks to Niko's work, perl stuff now tends to cross build fairly well. libnet-ssleay-perl does need a tweak though. It still depends on perl, which is unsatisfiable unless annotated :native or :any. However, libnet-ssleay-perl is a perl extension module and therefore needs the new perl-xs-dev (which will become a real package lateron and is temporarily provided by libperl-dev). Please consider applying the attached patch. If libnet-ssleay-perl needs to be backported to stable, please consider deferring patch application until after bullseye is released or leaving a comment in debian/control. Helmut
diff --minimal -Nru libnet-ssleay-perl-1.88/debian/changelog libnet-ssleay-perl-1.88/debian/changelog --- libnet-ssleay-perl-1.88/debian/changelog 2019-07-19 03:59:57.000000000 +0200 +++ libnet-ssleay-perl-1.88/debian/changelog 2019-11-17 12:44:24.000000000 +0100 @@ -1,3 +1,10 @@ +libnet-ssleay-perl (1.88-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Update Build-Depends perl -> perl-xs-dev. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 17 Nov 2019 12:44:24 +0100 + libnet-ssleay-perl (1.88-1) unstable; urgency=medium * Team upload. diff --minimal -Nru libnet-ssleay-perl-1.88/debian/control libnet-ssleay-perl-1.88/debian/control --- libnet-ssleay-perl-1.88/debian/control 2019-07-19 03:59:57.000000000 +0200 +++ libnet-ssleay-perl-1.88/debian/control 2019-11-17 12:44:24.000000000 +0100 @@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), - perl, + perl-xs-dev, libssl-dev, libtest-exception-perl <!nocheck>, libtest-nowarnings-perl <!nocheck>,

