File: rules

package info (click to toggle)
bip 0.9.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,436 kB
  • sloc: ansic: 9,944; sh: 1,902; perl: 1,434; yacc: 212; lex: 137; makefile: 64
file content (20 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download | duplicates (2)
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_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

execute_after_dh_install:
	sed -i 's/^#!\/usr\/bin\/env perl/#!\/usr\/bin\/perl/' debian/bip/usr/bin/bipgenconfig

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