File: rules

package info (click to toggle)
pyhamtools 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 33,012 kB
  • sloc: xml: 307,301; python: 3,454; makefile: 152
file content (16 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C docs html PYTHONPATH=.. # docs read version from python module

override_dh_auto_test:
	# skip tests until https://github.com/dh1tw/pyhamtools/issues/13 is resolved

override_dh_installchangelogs:
	dh_installchangelogs docs/source/changelog.rst

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