File: rules

package info (click to toggle)
python-pypcap 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 718
  • sloc: ansic: 295; python: 151; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --with=python2

override_dh_auto_build:
	pyrexc pcap.pyx
	dh_auto_build