File: rules

package info (click to toggle)
conntrack-tools 1%3A1.4.4%2Bsnapshot20161117-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,432 kB
  • sloc: ansic: 18,604; yacc: 1,534; sh: 519; lex: 188; makefile: 144
file content (14 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@ --with systemd,autotools-dev --no-parallel

override_dh_auto_configure:
	./autogen.sh
	./configure --prefix=/usr --disable-silent-rules --enable-systemd

override_dh_strip:
	dh_strip --dbgsym-migration='conntrack-tools-dbg (<< 1:1.4.4+snapshot20161117-1)'