[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][tex-team/latex-cjk-chinese-arphic][danai-master-patch-35894] Edit rules again; sigh.



Title: GitLab

Danai Sae-Han pushed to branch danai-master-patch-35894 at Debian TeX Maintainers / Latex Cjk Chinese Arphic

Commits:

  • 01529b11
    by Danai Sae-Han at 2026-01-12T21:48:40+08:00
    Edit rules again; sigh.

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -19,7 +19,7 @@
    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 SOURCE_DATE_EPOCH=""
    
    23 23
     
    
    24 24
     # Arphic PL fonts information
    
    25 25
     
    
    ... ... @@ -133,20 +133,20 @@ $(build-stamp_fonts):
    133 133
     
    
    134 134
     	# Create Unicode encoded subfonts `$(uninamestem)00' .. `$(uninamestem)ff'.
    
    135 135
     	# This will take a lot of hours.  Make yourself a nice day.
    
    136
    -	( cd $(builddir) && LC_ALL=C.UTF-8 fontforge -script subfonts.pe $(typeface).ttf $(uninamestem) $(sfddir)/Unicode.sfd )
    
    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 )
    
    137 137
     	@echo
    
    138 138
     
    
    139 139
     
    
    140 140
     	# Create font `$(uninamestem)v' with all vertical glyph representation forms.
    
    141 141
     	if [ $(vertical) = "yes" ]; \
    
    142
    -	then ( cd $(builddir) && LC_ALL=C.UTF-8 fontforge -script vertical.pe $(typeface).ttf $(uninamestem)v ); \
    
    142
    +	then ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH="" fontforge -script vertical.pe $(typeface).ttf $(uninamestem)v ); \
    
    143 143
     	fi
    
    144 144
     	@echo
    
    145 145
     
    
    146 146
     	# Create font `$(uninamestem)vr' which has the same structure as `$(uninamestem)v',
    
    147 147
     	# but normal glyphs instead of vertical representation forms.
    
    148 148
     	if [ $(vertical) = "yes" ]; \
    
    149
    -	then ( cd $(builddir) && LC_ALL=C.UTF-8 fontforge -script vertref.pe $(typeface).ttf $(uninamestem)vr ); \
    
    149
    +	then ( cd $(builddir) && LC_ALL=C.UTF-8 LANG=C.UTF-8 SOURCE_DATE_EPOCH="" fontforge -script vertref.pe $(typeface).ttf $(uninamestem)vr ); \
    
    150 150
     	fi
    
    151 151
     	@echo
    
    152 152
     
    


  • Reply to: