File: rules

package info (click to toggle)
3270font 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,272 kB
  • sloc: python: 159; makefile: 120; sh: 81; xml: 21
file content (17 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	make font

override_dh_auto_install:

override_dh_auto_clean:
	make clean
	rm -f 3270Medium_HQ_Narrow.sfd

override_dh_auto_test:
	for f in build/*f; do fontlint -i 98 $$f || exit 1; done