File: rules

package info (click to toggle)
bb 1.3rc1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,720 kB
  • sloc: ansic: 36,365; sh: 329; makefile: 23
file content (19 lines) | stat: -rwxr-xr-x 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with autotools-dev --parallel

override_dh_auto_configure:
	dh_auto_configure -- --bindir=\$${prefix}/games

override_dh_auto_install:
	dh_auto_install
	# Move man page from section 1 to section 6
	mv -v debian/bb/usr/share/man/man1 debian/bb/usr/share/man/man6
	mv -v debian/bb/usr/share/man/man6/bb.1 debian/bb/usr/share/man/man6/bb.6
	sed -e "s/^\.TH BB 1 /.TH BB 6 /" -i debian/bb/usr/share/man/man6/bb.6