#!/usr/bin/make -f #export DH_VERBOSE = 1 %: dh $@ override_dh_auto_build: bdf2sfd atarist-normal.bdf > atarist-normal.sfd # CreationTime must be set manually until #1126820 is fixed. sed -i atarist-normal.sfd \ -e 's/^CreationTime: .*$$/CreationTime: $(SOURCE_DATE_EPOCH)/' \ -e 's/FontName: "Atarist"/FontName: AtariST/g' \ -e 's/FullName: "Atarist"/FullName: Atari ST/g' \ -e 's/FamilyName: "Atarist"/FamilyName: Atari/g' fontforge -lang=ff -c 'Open($$1); Generate($$2)' atarist-normal.sfd atarist-normal.otf