File: rules

package info (click to toggle)
python-media-type-version 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: python: 584; sh: 66; makefile: 10
file content (16 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
#!/usr/bin/make -f

export PYBUILD_NAME=media_type_version

include /usr/share/dpkg/default.mk

%:
	dh '$@' --buildsystem=pybuild

override_dh_auto_test:
	dh_auto_test \
		--buildsystem=pybuild \
		-- \
		--test-pytest \
		--test-args '--strict --ignore ${CURDIR}/python/tests/unit/test_prog.py -- ${CURDIR}/python/tests/unit/' \
	#