File: rules

package info (click to toggle)
xye 0.12.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,112 kB
  • sloc: cpp: 24,920; sh: 3,340; makefile: 373; xml: 212
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

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	touch res/DejaVuSans.ttf res/DejaVuSans-Bold.ttf
	dh_auto_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))