File: rules

package info (click to toggle)
fonts-stix 1.1.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,520 kB
  • sloc: sh: 43; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

ver_word=1.1.1
ver_base=1.1.0

%:
	dh $@

override_dh_auto_configure:
	mkdir build
	TZ=UTC unzip $(CURDIR)/STIXv$(ver_base).zip -d build/ && rm -rf 'debian/Fonts/STIX-Word License/STIX Font License 2010.pdf'
	TZ=UTC unzip -uo $(CURDIR)/STIXv$(ver_word)-word.zip -d build/
	dh_auto_configure