File: rules

package info (click to toggle)
etherape 0.9.20-2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 6,120 kB
  • sloc: ansic: 11,579; sh: 4,750; makefile: 149; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

EXTRAFLAGS := --with-c-ares

%:
	dh $@

override_dh_auto_test:

override_dh_auto_configure:
	dh_auto_configure -- $(EXTRAFLAGS)