File: rules

package info (click to toggle)
python-descartes 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • ctags: 45
  • sloc: python: 151; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=descartes

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

override_dh_auto_test:
	dh_auto_test || echo "Ignoring test failures"