File: rules

package info (click to toggle)
radvd 1%3A2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: ansic: 5,780; sh: 5,467; yacc: 1,002; makefile: 265; lex: 168
file content (20 lines) | stat: -rwxr-xr-x 406 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -lcheck_pic
export DEB_BUILD_OPTIONS=nocheck

%:
	dh $@ --with autoreconf

#NN override_dh_auto_build:
#NN	cp debian/copyright.in > COPYRIGHT
## Not Now

override_dh_auto_clean:
	dh_auto_clean
	rm -f gram.c gram.h scanner.c
	rm -f privsep.c

override_dh_installinit:
	dh_installinit --error-handler=true