File debian.rules of Package python-pybind11
#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # Prevent install of headers by setup.py. export PYBIND11_USE_CMAKE=1 export PYBUILD_NAME=pybind11 CONFIGURE_ARGS=-DPYBIND11_INSTALL:BOOL=ON -DPYBIND11_TEST:BOOL=OFF %: dh $@ --with python3 --buildsystem=cmake override_dh_auto_clean: dh_auto_clean override_dh_auto_configure: dh_auto_configure -- $(CONFIGURE_ARGS) dh_auto_configure --buildsystem=pybuild override_dh_auto_build: dh_auto_build dh_auto_build --buildsystem=pybuild override_dh_auto_install: dh_auto_install dh_auto_install --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs docs/changelog.rst get-orig-source: uscan --download-current-version --force-download --no-symlink