File: rules

package info (click to toggle)
xletters 1.1.1-5.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 348 kB
  • sloc: ansic: 964; sh: 348; makefile: 27
file content (14 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_auto_install:
	dh_auto_install -- bindir=/usr/games

override_dh_fixperms:
	chgrp games debian/xletters/usr/games/xletters
	chmod 2755 debian/xletters/usr/games/xletters
	dh_fixperms -Xusr/games/xletters