File: rules

package info (click to toggle)
phalanx 22%2Bd051004-14
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,444 kB
  • ctags: 973
  • sloc: ansic: 11,916; sh: 80; makefile: 44
file content (12 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --parallel

override_dh_fixperms:
	dh_fixperms
	chgrp games $(CURDIR)/debian/phalanx/usr/games/phalanx
	chmod 2755 $(CURDIR)/debian/phalanx/usr/games/phalanx