File: rules

package info (click to toggle)
cypari2 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,420 kB
  • sloc: python: 146,244; makefile: 35; ansic: 5
file content (15 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
export PYBUILD_NAME = cypari2

%:
	dh $@ --with autoreconf --buildsystem=pybuild

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:
	cd docs && $(MAKE) html

override_dh_auto_test:
	python3 tests/rundoctest.py