File: rules

package info (click to toggle)
zxcvbn-c 2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,940 kB
  • ctags: 296
  • sloc: ansic: 1,622; cpp: 1,417; python: 224; makefile: 80
file content (9 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# enable most hardening, but not PIE -- while we build some binary
# executables in order to run the test suite, we only install
# non-executable libraries
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

%:
	dh $@