File: rules

package info (click to toggle)
xmahjongg 3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,796 kB
  • sloc: cpp: 7,461; ansic: 3,606; sh: 784; makefile: 146
file content (16 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--bindir=/usr/games \
		--datadir=/usr/share/games
	# Avoid rebuilding config.h.in
	touch config.h.in && touch configure && touch config.status

override_dh_installchangelogs:
	dh_installchangelogs NEWS