File: rules

package info (click to toggle)
sphinxcontrib-serializinghtml 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 648 kB
  • sloc: python: 199; sh: 7; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_auto_build:
	python3 setup.py compile_catalog
	dh_auto_build