File: rules

package info (click to toggle)
lastpass-cli 1.0.0-1.2%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • sloc: ansic: 8,531; sh: 176; makefile: 56
file content (11 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_HARDENING=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,
export DEB_CFLAGS_MAINT_APPEND  = -Wall -fno-aggressive-loop-optimizations
include /usr/share/dpkg/buildflags.mk

%:
	dh $@