File: rules

package info (click to toggle)
fonts-tibetan-machine 1.901b-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie, trixie-updates
  • size: 4,504 kB
  • sloc: sh: 54; makefile: 11
file content (16 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
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	mkdir tmp
	ln TibMachUni-1.901b.ttf tmp/TibetanMachineUni.ttf
	chmod u+x debian/scripts/strip
	chmod u+x debian/scripts/strip_glyphs.pe
	# Strip fonts for the udeb used in the Debian installer
	mkdir stripped-ttf/
	debian/scripts/strip TibMachUni-1.901b.ttf stripped-ttf/TibMachUni-1.901b.ttf


execute_before_dh_clean:
	rm -fr tmp/ stripped-ttf/