File: rules

package info (click to toggle)
panoramisk 1.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 544 kB
  • sloc: python: 1,171; makefile: 135
file content (17 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=panoramisk

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

override_dh_auto_build:
	$(MAKE) -C docs html SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
	dh_auto_build

override_dh_auto_test:
	PYTHONPATH=. dh_auto_test

override_dh_install:
	dh_install
	rm -v debian/python3-panoramisk/usr/bin/panoramisk