Bug#971854: libcrypt-openssl-random-perl FTCBFS: missing Build-Depends: perl-xs-dev

Helmut Grohne helmut at subdivi.de
Thu Oct 8 16:37:17 BST 2020


Source: libcrypt-openssl-random-perl
Version: 0.15-1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: ftcbfs

libcrypt-openssl-random-perl fails to cross build from source, because
it misses a build dependency on perl-xs-dev and thus misses Config.pm
for the host architecture. All perl extension modules should always
build depend on perl-xs-dev. Please consider applying the attached
patch as it makes libcrypt-openssl-random-perl cross buildable.

Helmut
-------------- next part --------------
diff --minimal -Nru libcrypt-openssl-random-perl-0.15/debian/changelog libcrypt-openssl-random-perl-0.15/debian/changelog
--- libcrypt-openssl-random-perl-0.15/debian/changelog	2018-07-31 18:40:23.000000000 +0200
+++ libcrypt-openssl-random-perl-0.15/debian/changelog	2020-10-08 17:14:36.000000000 +0200
@@ -1,3 +1,10 @@
+libcrypt-openssl-random-perl (0.15-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Missing Build-Depends: perl-xs-dev. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Thu, 08 Oct 2020 17:14:36 +0200
+
 libcrypt-openssl-random-perl (0.15-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru libcrypt-openssl-random-perl-0.15/debian/control libcrypt-openssl-random-perl-0.15/debian/control
--- libcrypt-openssl-random-perl-0.15/debian/control	2018-07-31 18:40:23.000000000 +0200
+++ libcrypt-openssl-random-perl-0.15/debian/control	2020-10-08 17:14:33.000000000 +0200
@@ -5,7 +5,8 @@
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               libssl-dev
+               libssl-dev,
+               perl-xs-dev,
 Standards-Version: 4.1.5
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-random-perl
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-random-perl.git


More information about the pkg-perl-maintainers mailing list