Looking at Santiago's build log, I confirm that we're emitting
-DBUILD_TESTING:BOOL=OFF
the full text is:
dh binary --buildsystem=cmake -B /<<PKGBUILDDIR>>/build
dh_testdir -O--buildsystem=cmake
-O-B/<<BUILDDIR>>/notcurses-3.0.13\+dfsg/build
dh_update_autotools_config -O--buildsystem=cmake
-O-B/<<BUILDDIR>>/notcurses-3.0.13\+dfsg/build
dh_autoreconf -O--buildsystem=cmake
-O-B/<<BUILDDIR>>/notcurses-3.0.13\+dfsg/build
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
-DBUILD_FFI_LIBRARY=off \
-DDFSG_BUILD=on \
-DUSE_GPM=on \
-DUSE_POC=off \
-DUSE_QRCODEGEN=on \
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
cd build && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DBUILD_TESTING:BOOL=OFF -DBUILD_FFI_LIBRARY=off -DDFSG_BUILD=on -DUSE_GPM=on
-DUSE_POC=off -DUSE_QRCODEGEN=on -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON ..
I'm guessing that this is emitted as part of the `nocheck`
machinations, as I see nothing that would emit it as part of the
Notcurses packaging. Let me verify that.