File: rules

package info (click to toggle)
newmail 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: ansic: 781; makefile: 17
file content (14 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download | duplicates (2)
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
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

%:
	dh $@

# Makefile hardcodes CFLAGS
override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS)"

# Makefile is not using DESTDIR
# delegating install to d/install, d/manpages and d/docs
override_dh_auto_install: