File: rules

package info (click to toggle)
snowballz 0.9.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 10,976 kB
  • ctags: 1,415
  • sloc: python: 7,512; makefile: 14; sh: 2
file content (23 lines) | stat: -rwxr-xr-x 606 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_build:

override_dh_auto_clean:
	find -name '*.pyc' -delete

override_dh_auto_install:

override_dh_install:
	chmod +x debian/game.sh
	dh_install
	find debian/snowballz -name TSCu_Comic.ttf -delete
	find debian/snowballz -name "*.py" -exec chmod -x {} +
	rm debian/snowballz/usr/share/games/snowballz/util.py
	chmod +x debian/snowballz/usr/share/games/snowballz/snowballz.py
	cd debian/snowballz/usr/share/icons/hicolor/64x64/apps/ && mv snowballz64.xpm snowballz.xpm

%:
	dh $@ --parallel --with python2