File: rules

package info (click to toggle)
glabels 3.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,888 kB
  • sloc: ansic: 41,314; xml: 10,328; sh: 4,172; makefile: 834
file content (12 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Remove excess dependencies
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--as-needed

# Hardening flags
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall


%:
	dh $@