File: rules

package info (click to toggle)
pydle 0.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 404 kB
  • sloc: python: 3,038; makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

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

override_dh_auto_test:
	# Test suite is currently failing, see https://github.com/Shizmob/pydle/issues/78