Source: libmaxminddb Version: 1.3.2-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: cross-satisfiability
libmaxminddb cannot be cross built from source due to its perl dependencies. For two of them, there is a simple solution: Since they're only needed for testing, we can annotate them with <!nocheck>. Please consider applying the attached patch as an incremental improvement. It doesn't make libmaxminddb cross buildable. Please close the bug anyway. Helmut
diff --minimal -Nru libmaxminddb-1.3.2/debian/changelog libmaxminddb-1.3.2/debian/changelog --- libmaxminddb-1.3.2/debian/changelog 2018-05-26 18:37:59.000000000 +0200 +++ libmaxminddb-1.3.2/debian/changelog 2020-08-18 22:29:34.000000000 +0200 @@ -1,3 +1,10 @@ +libmaxminddb (1.3.2-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate test only build-depends with <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 18 Aug 2020 22:29:34 +0200 + libmaxminddb (1.3.2-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru libmaxminddb-1.3.2/debian/control libmaxminddb-1.3.2/debian/control --- libmaxminddb-1.3.2/debian/control 2018-05-26 18:31:24.000000000 +0200 +++ libmaxminddb-1.3.2/debian/control 2020-08-18 22:29:34.000000000 +0200 @@ -4,8 +4,8 @@ Maintainer: Faidon Liambotis <parav...@debian.org> Build-Depends: debhelper (>= 10), perl, - libipc-run3-perl, - libtest-output-perl, + libipc-run3-perl <!nocheck>, + libtest-output-perl <!nocheck>, # for dev-bin/make-man-pages.pl pandoc, libipc-system-simple-perl,