File: rules

package info (click to toggle)
xye 0.12.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,904 kB
  • sloc: cpp: 24,921; sh: 3,379; makefile: 372; xml: 212
file content (14 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	touch res/DejaVuSans.ttf res/DejaVuSans-Bold.ttf
	dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --bindir /usr/games

override_dh_install:
	dh_install
	rm -f $(foreach file,AUTHORS ChangeLog NEWS ReadMe.html res/detailed_COPYING,debian/xye-data/usr/share/xye/$(file))