File: rules

package info (click to toggle)
python-osmapi 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 608 kB
  • ctags: 207
  • sloc: python: 2,818; xml: 1,560; sh: 12; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 287 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=osmapi

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

override_dh_auto_test:
	# run tests
	PYBUILD_SYSTEM=custom \
	PYBUILD_TEST_ARGS="nosetests --verbose" dh_auto_test

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md