Danai Sae-Han pushed to branch danai-master-patch-35894 at Debian TeX Maintainers / Latex Cjk Chinese Arphic
Commits:
-
b9fce8fc
by Danai Sae-Han at 2026-01-12T22:42:48+08:00
1 changed file:
Changes:
| ... | ... | @@ -19,7 +19,10 @@ |
| 19 | 19 | # for a fundamental lack of standards in building reproducible packages.
|
| 20 | 20 | export LC_ALL=C.UTF-8
|
| 21 | 21 | export LOCALE=C.UTF-8
|
| 22 | -export SOURCE_DATE_EPOCH=""
|
|
| 22 | +export DEBCHANGE_TZ=UTC
|
|
| 23 | +export TZ=UTC
|
|
| 24 | +export SOURCE_DATE_EPOCH=
|
|
| 25 | +# dpkg-parsechangelog --format=rfc822 -S Timestamp
|
|
| 23 | 26 | |
| 24 | 27 | # Arphic PL fonts information
|
| 25 | 28 | |
| ... | ... | @@ -133,20 +136,20 @@ $(build-stamp_fonts): |
| 133 | 136 | |
| 134 | 137 | # Create Unicode encoded subfonts `$(uninamestem)00' .. `$(uninamestem)ff'.
|
| 135 | 138 | # This will take a lot of hours. Make yourself a nice day.
|
| 136 | - ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH="" fontforge -script subfonts.pe $(typeface).ttf $(uninamestem) $(sfddir)/Unicode.sfd )
|
|
| 139 | + ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH= fontforge -script subfonts.pe $(typeface).ttf $(uninamestem) $(sfddir)/Unicode.sfd )
|
|
| 137 | 140 | @echo
|
| 138 | 141 | |
| 139 | 142 | |
| 140 | 143 | # Create font `$(uninamestem)v' with all vertical glyph representation forms.
|
| 141 | 144 | if [ $(vertical) = "yes" ]; \
|
| 142 | - then ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH="" fontforge -script vertical.pe $(typeface).ttf $(uninamestem)v ); \
|
|
| 145 | + then ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH= fontforge -script vertical.pe $(typeface).ttf $(uninamestem)v ); \
|
|
| 143 | 146 | fi
|
| 144 | 147 | @echo
|
| 145 | 148 | |
| 146 | 149 | # Create font `$(uninamestem)vr' which has the same structure as `$(uninamestem)v',
|
| 147 | 150 | # but normal glyphs instead of vertical representation forms.
|
| 148 | 151 | if [ $(vertical) = "yes" ]; \
|
| 149 | - then ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH="" fontforge -script vertref.pe $(typeface).ttf $(uninamestem)vr ); \
|
|
| 152 | + then ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH= fontforge -script vertref.pe $(typeface).ttf $(uninamestem)vr ); \
|
|
| 150 | 153 | fi
|
| 151 | 154 | @echo
|
| 152 | 155 |