File: rules

package info (click to toggle)
fonts-lohit-orya 2.91.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 896 kB
  • sloc: xml: 54; makefile: 53; python: 39
file content (12 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- ttf

override_dh_auto_test:
	# Skip tests since they aren't working yet
	# https://github.com/pravins/lohit/issues/83