Bug#979080: libhtml-template-pro-perl FTCBFS: dependency issues

Helmut Grohne helmut at subdivi.de
Sat Jan 2 10:03:23 GMT 2021


Source: libhtml-template-pro-perl
Version: 0.9510-1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: cross-satisfiability

libhtml-template-pro-perl cannot be cross built from source, because its
build-depends are not cross satisfiably. Without thinking too much,
annotating test dependencies with <!nocheck> goes a long way. Once done,
the only thing left is replacing the perl dependency with perl-xs-dev
(which is now required for building perl extensions) and then
libhtml-test-pro-perl successfully cross builds. Please consider
applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru libhtml-template-pro-perl-0.9510/debian/changelog libhtml-template-pro-perl-0.9510/debian/changelog
--- libhtml-template-pro-perl-0.9510/debian/changelog	2013-05-13 21:24:25.000000000 +0200
+++ libhtml-template-pro-perl-0.9510/debian/changelog	2021-01-02 09:51:48.000000000 +0100
@@ -1,3 +1,12 @@
+libhtml-template-pro-perl (0.9510-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Annotate test dependencies with <!nocheck>.
+    + B-D perl-xs-dev for building a perl extension.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sat, 02 Jan 2021 09:51:48 +0100
+
 libhtml-template-pro-perl (0.9510-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
diff --minimal -Nru libhtml-template-pro-perl-0.9510/debian/control libhtml-template-pro-perl-0.9510/debian/control
--- libhtml-template-pro-perl-0.9510/debian/control	2013-05-13 21:24:25.000000000 +0200
+++ libhtml-template-pro-perl-0.9510/debian/control	2021-01-02 09:51:45.000000000 +0100
@@ -10,10 +10,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
-               perl,
-               libjson-perl,
+               perl-xs-dev,
+               libjson-perl <!nocheck>,
                libpcre3-dev,
-               libtest-pod-perl
+               libtest-pod-perl <!nocheck>
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-template-pro-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-pro-perl.git


More information about the pkg-perl-maintainers mailing list