Bug#956791: libai-fann-perl FTCBFS: missing Build-Depends: perl-xs-dev

Helmut Grohne helmut at subdivi.de
Wed Apr 15 10:47:29 BST 2020


Source: libai-fann-perl
Version: 0.10-4
Severity: important
Tags: patch
User: debian-cross at lists.debian.org
Usertags: ftcbfs

libai-fann-perl fails to cross build from source, because it does not
declare a build dependency on perl. All perl extensions should depend on
perl-xs-dev. Given that perl is presently pulled by debhelper, the issue
only manifests during cross builds. However, this could become an rc bug
any time. Please consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru libai-fann-perl-0.10/debian/changelog libai-fann-perl-0.10/debian/changelog
--- libai-fann-perl-0.10/debian/changelog	2018-07-04 22:20:38.000000000 +0200
+++ libai-fann-perl-0.10/debian/changelog	2020-04-15 11:44:19.000000000 +0200
@@ -1,3 +1,10 @@
+libai-fann-perl (0.10-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * 
+
+ -- Helmut Grohne <helmut at subdivi.de>  Wed, 15 Apr 2020 11:44:19 +0200
+
 libai-fann-perl (0.10-4) unstable; urgency=medium
 
   * Team upload
diff --minimal -Nru libai-fann-perl-0.10/debian/control libai-fann-perl-0.10/debian/control
--- libai-fann-perl-0.10/debian/control	2018-07-04 22:20:38.000000000 +0200
+++ libai-fann-perl-0.10/debian/control	2020-04-15 11:44:18.000000000 +0200
@@ -5,6 +5,7 @@
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 11~),
+               perl-xs-dev,
                libfann-dev
 Standards-Version: 4.1.4
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libai-fann-perl


More information about the pkg-perl-maintainers mailing list