File: rules

package info (click to toggle)
sngrep 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,492 kB
  • sloc: ansic: 14,454; sh: 290; makefile: 69
file content (16 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- --with-gnutls --with-pcre --enable-unicode --enable-ipv6 --enable-eep

override_dh_strip:
	dh_strip --dbg-package=sngrep-dbg

override_dh_auto_install:
	dh_auto_install --destdir=debian/sngrep

override_dh_installdocs:
	dh_installdocs --link-doc=sngrep

%:
	dh $@ --with autoreconf