File: rules

package info (click to toggle)
dossizola 1.0-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,580 kB
  • sloc: ansic: 2,055; sh: 332; makefile: 76
file content (22 lines) | stat: -rwxr-xr-x 434 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
#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games

override_dh_auto_build:
	dh_auto_build
	cd debian && docbook2man dossizola.sgml
	convert -geometry 32 debian/dossizola.png debian/dossizola.xpm

override_dh_install:
	dh_install
	dh_missing --fail-missing

override_dh_clean:
	dh_clean
	rm -f debian/dossizola.6 debian/dossizola.xpm