Source: civetweb Version: 1.12+dfsg-2 Severity: important Tags: ftbfs patch
Hi Andreas, civetweb FTBFS everywhere but amd64, because one of its arch-dependent paths is hard coded in an .install file. I suppose that the attached patch fixes that. Didn't lintian complain loudly about this? I think this is a mistake that really shouldn't happen given our tooling. Helmut
diff --minimal -Nru civetweb-1.12+dfsg/debian/changelog civetweb-1.12+dfsg/debian/changelog --- civetweb-1.12+dfsg/debian/changelog 2020-09-17 09:27:48.000000000 +0200 +++ civetweb-1.12+dfsg/debian/changelog 2020-09-18 12:53:05.000000000 +0200 @@ -1,3 +1,10 @@ +civetweb (1.12+dfsg-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Don't use arch-dependent paths in *.install files. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 18 Sep 2020 12:53:05 +0200 + civetweb (1.12+dfsg-2) unstable; urgency=medium * Source-only upload diff --minimal -Nru civetweb-1.12+dfsg/debian/libcivetweb-dev.install civetweb-1.12+dfsg/debian/libcivetweb-dev.install --- civetweb-1.12+dfsg/debian/libcivetweb-dev.install 2020-09-17 09:27:48.000000000 +0200 +++ civetweb-1.12+dfsg/debian/libcivetweb-dev.install 2020-09-18 12:52:55.000000000 +0200 @@ -1,3 +1,3 @@ usr/lib/*/libcivetweb.so usr/include -usr/lib/x86_64-linux-gnu/cmake +usr/lib/*/cmake

