File: rules

package info (click to toggle)
dreamchess 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,088 kB
  • sloc: ansic: 14,229; yacc: 290; lex: 203; xml: 38; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DCMAKE_INSTALL_BINDIR=/usr/games \
		-DCMAKE_INSTALL_DATADIR=/usr/share/games \
		-DCMAKE_VERBOSE_MAKEFILE=ON

override_dh_missing:
	dh_missing --list-missing