File: rules

package info (click to toggle)
radvd 1%3A2.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,144 kB
  • sloc: ansic: 5,031; sh: 4,519; yacc: 831; makefile: 223; lex: 152
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