Bug#996840: libcache-memcached-fast-perl FTCBFS: missing Build-Depends: perl-xs-dev

Helmut Grohne helmut at subdivi.de
Tue Oct 19 15:31:22 BST 2021


Source: libcache-memcached-fast-perl
Version: 0.27-2
Tags: patch
User: debian-cross at lists.debian.org
Usertags: ftcbfs

libcache-memcached-fast-perl fails to cross build from source, because
it misses a build dependency on perl-xs-dev. All perl extensions must
build-depend on this package, but they happen to successfully build
natively without. Please consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru libcache-memcached-fast-perl-0.27/debian/changelog libcache-memcached-fast-perl-0.27/debian/changelog
--- libcache-memcached-fast-perl-0.27/debian/changelog	2021-09-22 09:40:08.000000000 +0200
+++ libcache-memcached-fast-perl-0.27/debian/changelog	2021-10-19 16:27:39.000000000 +0200
@@ -1,3 +1,10 @@
+libcache-memcached-fast-perl (0.27-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add missing Build-Depends: perl-xs-dev. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Tue, 19 Oct 2021 16:27:39 +0200
+
 libcache-memcached-fast-perl (0.27-2) unstable; urgency=medium
 
   * avoid parallel build;
diff --minimal -Nru libcache-memcached-fast-perl-0.27/debian/control libcache-memcached-fast-perl-0.27/debian/control
--- libcache-memcached-fast-perl-0.27/debian/control	2021-09-12 16:24:40.000000000 +0200
+++ libcache-memcached-fast-perl-0.27/debian/control	2021-10-19 16:27:38.000000000 +0200
@@ -4,6 +4,7 @@
 Build-Depends:
  debhelper-compat (= 13),
  memcached <!nocheck>,
+ perl-xs-dev,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders:
  Jonas Smedegaard <dr at jones.dk>,


More information about the pkg-perl-maintainers mailing list