File: rules

package info (click to toggle)
vdeplug-pcap 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: ansic: 134; makefile: 33
file content (14 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

# this can go away with dh compat 15
override_dh_auto_install:
	dh_auto_install --destdir debian/tmp

override_dh_gencontrol:
# no need to query libpcap, ${shlib:Depends} knows about it
	dh_gencontrol -- \
		-Vlib:Depends=$(shell dpkg-query -W -f '$${Depends}' libvdeplug-dev \
		 | sed -E 's/.*(libvdeplug[[:alnum:].-]+).*/\1/')