File: rules

package info (click to toggle)
gopacket 1.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,256 kB
  • ctags: 2,578
  • sloc: sh: 193; python: 75; makefile: 11
file content (22 lines) | stat: -rwxr-xr-x 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# DH_GOPKG is the upstream path which you would normally “go get”.
# Using it allows us to build applications without patching locations.
export DH_GOPKG := code.google.com/p/gopacket

NOBUILD=examples pcap/gopacket_benchmark
# Do not build pfring support as long as pfring is not packaged
NOBUILD+=pfring

%:
	dh $@ --buildsystem=golang

override_dh_auto_configure:
	dh_auto_configure
	rm -rf $(patsubst %,obj-*/src/$(DH_GOPKG)/%,\
		pfring examples pcap/gopacket_benchmark)
	# Copy test files to build dir
	cp pcap/*.pcap obj-*/src/$(DH_GOPKG)/pcap/