File: rules

package info (click to toggle)
python-tabulate 0.8.7-0.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 380 kB
  • sloc: python: 3,366; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#DH_VERBOSE = 1
export PYBUILD_NAME = tabulate

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

override_dh_auto_test:
	echo "https://bitbucket.org/astanin/python-tabulate/issues/106/test-commonpy-not-release-in-pypi-tarball"