File: rules

package info (click to toggle)
python-darts.lib.utils.lru 0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 168 kB
  • ctags: 114
  • sloc: python: 522; makefile: 117
file content (17 lines) | stat: -rwxr-xr-x 333 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=darts.lib.utils.lru
%:
	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

override_dh_auto_clean:
	rm -rf doc/build
	dh_auto_clean

override_dh_auto_build:
	dh_auto_build
	sphinx-build -b html doc doc/build/html

override_dh_install:
	dh_install
	find debian -name "*.pth" -delete