File: rules

package info (click to toggle)
zxcvbn-c 2.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 6,976 kB
  • sloc: ansic: 1,739; cpp: 1,452; makefile: 253; python: 224
file content (12 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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

-include /usr/share/dpkg/buildtools.mk
export CXX_FOR_BUILD ?= g++

%:
	dh $@