File: rules

package info (click to toggle)
scummvm-tools 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,916 kB
  • sloc: cpp: 54,616; sh: 4,145; perl: 706; ansic: 646; python: 518; makefile: 271
file content (21 lines) | stat: -rwxr-xr-x 409 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
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_clean:
	[ ! -f config.mk ] || dh_auto_clean

override_dh_auto_configure:
	./configure \
		--prefix=/usr \
		--bindir=/usr/games \
		--datadir=/usr/share/games \
		--mandir=/usr/share/man \
		--libdir=/usr/lib/x86_64-linux-gnu \
		--enable-verbose-build

override_dh_installchangelogs:
	dh_installchangelogs NEWS