File: rules

package info (click to toggle)
python-fastimport 0.9.14-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 416 kB
  • sloc: python: 3,548; makefile: 26; sh: 2
file content (9 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $* --with python3 --buildsystem=pybuild

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	PYTHONPATH=. python3 -m unittest fastimport.tests.test_suite
endif