On Sat, 07 Mar 2020 at 16:54:04 -0700, Nicholas D Steeves wrote: > 2) or define > overrides in rules to ignore the upstream-provided build.sh and > configure scripts (CMake + accurate build-deps in control should be > enough to build the package)
Using "dh $@ --buildsystem=cmake" (instead of "dh $@", which guesses which build system to use) might well be enough... > I'm assuming there aren't custom network-dependent CMake targets and > that the Policy violating stuff is limited to build.sh and configure. ... if this assumption is true. smcv