Source: libthread-pool Version: 1.0.0-3 Tags: patch User: [email protected] Usertags: ftcbfs
libthread-pool fails to build from source (natively) when building with the nocheck profile, because running cmake fails when the vendor googletest symlink is missing. This happens to break cross building as well. Please turn the relevant dependency unconditional to fix this FTBFS. Helmut
diff --minimal -Nru libthread-pool-1.0.0/debian/changelog libthread-pool-1.0.0/debian/changelog --- libthread-pool-1.0.0/debian/changelog 2019-08-21 11:19:44.000000000 +0200 +++ libthread-pool-1.0.0/debian/changelog 2019-09-05 22:17:54.000000000 +0200 @@ -1,3 +1,11 @@ +libthread-pool (1.0.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with nocheck profile: Unconditionally build-depend on + googletest. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 05 Sep 2019 22:17:54 +0200 + libthread-pool (1.0.0-3) unstable; urgency=medium [ Michael R. Crusoe ] diff --minimal -Nru libthread-pool-1.0.0/debian/control libthread-pool-1.0.0/debian/control --- libthread-pool-1.0.0/debian/control 2019-08-21 11:19:44.000000000 +0200 +++ libthread-pool-1.0.0/debian/control 2019-09-05 22:17:51.000000000 +0200 @@ -7,7 +7,7 @@ cmake, d-shlibs, rename, - googletest <!nocheck> + googletest Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git

