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

[Git][tex-team/latex-cjk-chinese-arphic][danai-master-patch-35894] Remove SOURCE_DATE_EPOCH (i.e. use the default) and add TZ=UTC



Title: GitLab

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

Commits:

  • 6336f635
    by Danai Sae-Han at 2026-01-13T00:21:37+08:00
    Remove SOURCE_DATE_EPOCH (i.e. use the default) and add TZ=UTC

1 changed file:

Changes:

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


  • Reply to: