File: rules

package info (click to toggle)
manimpango 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,808 kB
  • sloc: python: 1,153; sh: 195; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download
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
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
export PYBUILD_AFTER_INSTALL=make -C docs html SPHINXBUILD="{interpreter} -m sphinx" PYTHONPATH=$(CURDIR)/debian/python3-manimpango{install_dir}
endif

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	find debian -name .coverage -delete