Source: libpg-perl Version: 1:2.1.1-8 Tags: patch User: [email protected] Usertags: ftcbfs
libpg-perl fails to cross build from source, because it misses a build dependency on perl-xs-dev. This is a relatively new package that ensures perl extensions can be built natively or cross. Every perl extension module should build depend on perl-xs-dev. Please consider applying the attached patch. Helmut
diff --minimal -Nru libpg-perl-2.1.1/debian/changelog libpg-perl-2.1.1/debian/changelog --- libpg-perl-2.1.1/debian/changelog 2019-10-29 11:08:33.000000000 +0100 +++ libpg-perl-2.1.1/debian/changelog 2020-04-24 11:54:46.000000000 +0200 @@ -1,3 +1,10 @@ +libpg-perl (1:2.1.1-8.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add missing perl-xs-dev to Build-Depends. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 24 Apr 2020 11:54:46 +0200 + libpg-perl (1:2.1.1-8) unstable; urgency=medium * Add debian/gitlab-ci.yml. diff --minimal -Nru libpg-perl-2.1.1/debian/control libpg-perl-2.1.1/debian/control --- libpg-perl-2.1.1/debian/control 2019-10-29 11:08:33.000000000 +0100 +++ libpg-perl-2.1.1/debian/control 2020-04-24 11:54:44.000000000 +0200 @@ -3,7 +3,7 @@ Section: perl Maintainer: Debian PostgreSQL Maintainers <[email protected]> Uploaders: Martin Pitt <[email protected]>, Christoph Berg <[email protected]> -Build-Depends: debhelper (>= 12), libpq-dev +Build-Depends: debhelper (>= 12), libpq-dev, perl-xs-dev Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/postgresql/libpg-perl.git Vcs-Browser: https://salsa.debian.org/postgresql/libpg-perl

