File: rules

package info (click to toggle)
python-fastimport 0.9.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 256 kB
  • sloc: python: 1,941; makefile: 8; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh --with python2 --buildsystem=python_distutils $*

override_dh_auto_build:
	dh_auto_build --buildsystem=python_distutils -- --executable=/usr/bin/python

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	python -m testtools.run fastimport.tests.test_suite
endif