File: rules

package info (click to toggle)
python-pylibsrtp 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 400; makefile: 16
file content (10 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=pylibsrtp

%:
	dh $@ --with python3,sphinxdoc --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
	cd docs && http_proxy='127.0.0.1:9' https_proxy='127.0.0.1:9' $(MAKE) html