File: rules

package info (click to toggle)
netkit-telnet-ssl 0.17.41%2Breally0.17-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,780 kB
  • sloc: cpp: 6,952; ansic: 6,724; sh: 182; makefile: 68
file content (12 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -fPIE
export DEB_CXXFLAGS_MAINT_APPEND = -fPIE
export DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie -Wl,-z,now

%:
	dh $@ --buildsystem=cmake

override_dh_missing:
	dh_missing --fail-missing