File: rules

package info (click to toggle)
bip 0.8.9-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,168 kB
  • sloc: ansic: 8,786; sh: 1,567; perl: 1,424; yacc: 193; lex: 125; makefile: 38
file content (24 lines) | stat: -rwxr-xr-x 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_PREPEND = -Wno-error
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	echo dh $@
	dh $@ --with autoreconf --with autotools_dev

override_dh_installinit:
	dh_installinit --no-restart-on-upgrade --no-start

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure -- --enable-oidentd

override_dh_installinit:
	dh_installinit --no-restart-on-upgrade

override_dh_strip:
	dh_strip --dbg-package=bip-dbg