File: rules

package info (click to toggle)
panoramisk 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • ctags: 238
  • sloc: python: 1,171; makefile: 135
file content (17 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (2)
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
	dh_auto_build

override_dh_auto_test:
	PYTHONPATH=. dh_auto_test

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