File: rules

package info (click to toggle)
londonlaw 0.2.1-18
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,840 kB
  • ctags: 803
  • sloc: python: 3,659; makefile: 27
file content (17 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C doc all
	convert -monitor -resize 32x32 \
		londonlaw/guiclient/images/ticket3.png \
		debian/londonlaw.xpm

override_dh_auto_install:
	dh_auto_install -- --install-scripts=usr/games

override_dh_auto_clean:
	dh_auto_clean
	$(MAKE) -C doc clean