File: rules

package info (click to toggle)
pyshark 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: python: 2,085; xml: 144; sh: 5; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
export PYBUILD_DIR=src
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_DIR=. dh_auto_test --buildsystem=pybuild