File: rules

package info (click to toggle)
netproc 0.6.3-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 884 kB
  • sloc: ansic: 7,410; makefile: 94; sh: 10
file content (12 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -fPIE -D_FORTIFY_SOURCE=2
export DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=/usr