File: rules

package info (click to toggle)
bip 0.9.0~rc3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,244 kB
  • sloc: ansic: 8,985; sh: 1,580; perl: 1,424; yacc: 199; lex: 131; makefile: 37
file content (21 lines) | stat: -rwxr-xr-x 408 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
#!/usr/bin/make -f

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

%:
	echo dh $@
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure -- --enable-oidentd

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

override_dh_strip:
	dh_strip --dbgsym-migration='bip-dbg (<< 0.9.0~rc2-1~)'