File: rules

package info (click to toggle)
lazr.uri 1.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: python: 623; makefile: 20; sh: 6
file content (15 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=lazr.uri
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=--doctest-glob '*.rst'

%:
	dh $@ --with python3 --buildsystem pybuild

override_dh_auto_install:
	dh_auto_install
	find debian/python*-lazr.* -name '*.pth' -delete

override_dh_installchangelogs:
	dh_installchangelogs NEWS.rst