File: rules

package info (click to toggle)
masscan 2%3A1.0.5%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,072 kB
  • sloc: ansic: 26,337; makefile: 65
file content (15 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Needed because we use clang and not gcc which does it by default
#export DEB_CFLAGS_MAINT_APPEND = -fPIE
#export DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie

export DESTDIR=debian/masscan/

%:
	dh $@