File: rules

package info (click to toggle)
fonts-freefont 20120503-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 69,140 kB
  • sloc: python: 2,313; perl: 166; makefile: 124; sh: 87
file content (16 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (7)
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:
	dh_auto_build -- ttf otf
	# Strip the fonts for the udeb
	sh debian/scripts/stripfonts.sh

override_dh_auto_clean:
	$(RM) -fr TTF-stripped udeb-sfd
	dh_auto_clean

override_dh_auto_test:
#	$(MAKE) tests