File: rules

package info (click to toggle)
yorick-spydr 0.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,168 kB
  • ctags: 141
  • sloc: python: 645; makefile: 210; sh: 6
file content (16 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_installyorick --no-make-install

override_dh_auto_clean:
	rm -f build-stamp configure-stamp spydr32.xpm spydr48.png
	$(MAKE) Y_MAKEDIR=/usr/lib/yorick Y_EXE=/usr/bin/yorick clean

override_dh_auto_build:
	convert spydr.xpm -resize 32 spydr32.xpm
	convert spydr.xpm -crop +2-2 +repage  spydr48.png
	dh_auto_build