Source: httping Version: 2.5-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap
httping fails to satisfy its cross build dependencies, because clang cannot be satisfied. As it happens, httping uses scan-build from clang, but it only does so for testing. When the build is performed with DEB_BUILD_OPTIONS=nocheck (as is usually being done for cross compilation), the dependency is not used. Please annotate the clang dependencies accordingly. The attached patch implements that. Helmut
diff --minimal -Nru httping-2.5/debian/changelog httping-2.5/debian/changelog --- httping-2.5/debian/changelog 2018-08-03 06:52:16.000000000 +0200 +++ httping-2.5/debian/changelog 2018-11-02 22:17:08.000000000 +0100 @@ -1,3 +1,10 @@ +httping (2.5-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Annotate clang dependencies with <!nocheck>. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Fri, 02 Nov 2018 22:17:08 +0100 + httping (2.5-3) unstable; urgency=medium * Switch build-depend back to (unversionned)clang-tools diff --minimal -Nru httping-2.5/debian/control httping-2.5/debian/control --- httping-2.5/debian/control 2018-08-03 06:52:16.000000000 +0200 +++ httping-2.5/debian/control 2018-11-02 22:17:08.000000000 +0100 @@ -4,8 +4,8 @@ Maintainer: Abhijith PA <abhij...@disroot.org> Build-Depends: debhelper (>= 11), libssl-dev, - clang, - clang-tools, + clang <!nocheck>, + clang-tools <!nocheck>, libncursesw5-dev, libncurses5-dev, libfftw3-dev,