File: rules

package info (click to toggle)
cscope 15.8b-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,716 kB
  • sloc: ansic: 9,456; sh: 4,671; lex: 1,694; lisp: 1,594; perl: 598; yacc: 588; ml: 57; makefile: 55
file content (16 lines) | stat: -rwxr-xr-x 356 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 DEB_BUILD_MAINT_OPTIONS  = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

override_dh_auto_install:
	# Disabled. See debian/*.install files

override_dh_clean:
	dh_clean
	find -type d -name CVS | xargs --no-run-if-empty rm -rf

%:
	dh $@ --with autotools_dev