File: rules

package info (click to toggle)
cvs-fast-export 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,248 kB
  • sloc: ansic: 6,419; python: 1,395; lex: 352; sh: 300; yacc: 266; makefile: 260; perl: 64
file content (17 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@ --with python2 --no-parallel

override_dh_auto_build:
	dh_auto_build
	TZ=UTC asciidoc hacking.adoc

override_dh_auto_install:
	dh_auto_install -- prefix=/usr

override_dh_auto_clean:
	make -j1 clean
	find tests -path '*/CVSROOT/history' -type f -exec sed -i '/|esr|/!d' '{}' \;