File: rules

package info (click to toggle)
berusky2 0.10-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,756 kB
  • sloc: cpp: 107,892; sh: 11,196; ansic: 2,791; makefile: 364
file content (17 lines) | stat: -rwxr-xr-x 389 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
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

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

override_dh_auto_configure:
	dh_auto_configure -- \
		--bindir=/usr/games

override_dh_auto_build:
	convert -monitor -resize 32x32 $(CURDIR)/debian/berusky2.png $(CURDIR)/berusky2.xpm
	dh_auto_build

override_dh_installchangelogs:
	dh_installchangelogs NEWS