File: rules

package info (click to toggle)
subprocess-tee 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 172 kB
  • sloc: python: 266; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=subprocess-tee

%:
	dh ${@} --buildsystem=pybuild

override_dh_auto_test:
	# disabled, testsuite doesn't work yet.