File: rules

package info (click to toggle)
eancheck 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: cpp: 195; makefile: 71
file content (16 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS  = hardening=+all

%:
	dh $@

# Overriding dh_auto_install avoids using upstream Makefile install target. We
# use debian/{docs,examples,install,manpages} instead to avoid requiring root
# privileges during build.
override_dh_auto_install:

# This override was needed due to the upstream Makefile clean target having
# different expectations about the manpage.
override_dh_auto_clean: