File: rules

package info (click to toggle)
fonts-roboto-slab 1.100263%2B20170512-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 23,588 kB
  • sloc: python: 325; sh: 17; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	fontmake -o otf -m sources/RobotoSlab.designspace

override_dh_clean:
	rm -rf master_otf/
	dh_clean