File: rules

package info (click to toggle)
oneisenough 0.40-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 620 kB
  • ctags: 102
  • sloc: python: 697; makefile: 7; sh: 2
file content (12 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@ --parallel

override_dh_install:
	chmod +x run_game.py
	chmod +x bin/mainmenu.py
	chmod +x debian/game.sh
	dh_install