File: rules

package info (click to toggle)
worker 4.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,792 kB
  • sloc: cpp: 125,719; sh: 5,022; yacc: 1,548; makefile: 767; lex: 278; python: 85; xml: 45
file content (11 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

%:
	dh $@

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