File: rules

package info (click to toggle)
libfakekey 0.3%2Bgit20170516-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: ansic: 356; makefile: 40; sh: 2
file content (18 lines) | stat: -rwxr-xr-x 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

DEB_HOST_MULTIARCH  ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+fortify

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-doxygen-docs

override_dh_installdocs:
	dh_installdocs -plibfakekey-dev
	dh_installdocs --doc-main-package=libfakekey0 -plibfakekey-doc
	dh_installdocs -plibfakekey0