File: rules

package info (click to toggle)
flush 0.9.12-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,480 kB
  • sloc: cpp: 28,573; sh: 11,558; makefile: 447; xml: 99
file content (14 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

LDFLAGS+= -Wl,-z,defs -Wl,--as-needed
export LDFLAGS

%:
	dh $@