File: rules

package info (click to toggle)
einstein 2.0.dfsg.2-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,552 kB
  • sloc: cpp: 10,437; makefile: 79; sh: 1
file content (20 lines) | stat: -rwxr-xr-x 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure
	[ -f res/DejaVuSans.ttf ] || cp -p /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf res/
	uudecode debian/einstein.png.uue
	uudecode debian/icon.bmp.uue

override_dh_clean:
	dh_clean
	rm -f res/DejaVuSans.ttf
	rm -f debian/einstein.png
	rm -f res/icon.bmp