File: rules

package info (click to toggle)
python-pyqtgraph 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,184 kB
  • ctags: 5,281
  • sloc: python: 38,757; makefile: 115; ansic: 40
file content (17 lines) | stat: -rwxr-xr-x 293 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=pyqtgraph

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

# they spawn graphical windows
override_dh_auto_test:

override_dh_auto_clean:
	rm -rf doc/build
	dh_auto_clean

override_dh_auto_build:
	cd doc && $(MAKE) html
	dh_auto_build