File: rules

package info (click to toggle)
e00compr 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: ansic: 1,316; makefile: 66
file content (18 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

CFLAGS += -W -pedantic -D_REENTRANT

%:
	dh $@ --parallel

override_dh_install:
	dh_install --list-missing

override_dh_installchangelogs:
	dh_installchangelogs HISTORY.TXT