File: rules

package info (click to toggle)
assaultcube 1.2.0.2.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 4,256 kB
  • sloc: cpp: 55,586; ansic: 4,542; sh: 4,174; makefile: 392
file content (9 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
#export DH_VERBOSE = 1

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

%:
	dh $@ --sourcedirectory=source/src