File: rules

package info (click to toggle)
worker 3.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,344 kB
  • ctags: 12,304
  • sloc: cpp: 111,390; sh: 11,668; yacc: 1,423; makefile: 711; lex: 278
file content (14 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Use all hardening features
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Link only with needed libraries
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@

override_dh_auto_configure:
	# Use libmagic
	dh_auto_configure -- --with-libmagic