#!/usr/bin/make -f # See debhelper(7) (uncomment to enable). # Output every command that modifies files on the build system. #export DH_VERBOSE = 1 export PYBUILD_NAME=samplerate # hardening CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: dh $@ --buildsystem=pybuild --with sphinxdoc PYTHON313PATH=.pybuild/cpython3_3.13_samplerate/build # If you need to rebuild the Sphinx documentation: # Add sphinxdoc to the dh --with line. # execute_after_dh_auto_build-indep: export http_proxy=127.0.0.1:9 execute_after_dh_auto_build-indep: export https_proxy=127.0.0.1:9 execute_after_dh_auto_build-indep: PYTHONPATH=$(PYTHON313PATH) \ python3 -m sphinx -N -bhtml \ docs/ build/html # HTML generator : # remove privacy-breach stuff related to https://ghbtns.com/ for f in $$(grep -rl ghbtns.com build/html); do \ sed -i '/