File: rules

package info (click to toggle)
manimpango 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,800 kB
  • sloc: python: 1,253; sh: 164; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME = manimpango

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
	$(MAKE) -C docs html https_proxy=http://127.0.0.1:9 PYTHONPATH="$(shell pybuild --print {build_dir} --interpreter python3)"
endif
	find debian -name .coverage -delete