texlive[63148] Master/tlpkg/bin/tl-check-fmttriggers: don't worry

commits+karl at tug.org commits+karl at tug.org
Tue Apr 26 22:48:42 CEST 2022


Revision: 63148
          http://tug.org/svn/texlive?view=revision&revision=63148
Author:   karl
Date:     2022-04-26 22:48:42 +0200 (Tue, 26 Apr 2022)
Log Message:
-----------
don't worry about {de,ru,ukr}hyph* being recorded

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-check-fmttriggers

Modified: trunk/Master/tlpkg/bin/tl-check-fmttriggers
===================================================================
--- trunk/Master/tlpkg/bin/tl-check-fmttriggers	2022-04-26 20:45:54 UTC (rev 63147)
+++ trunk/Master/tlpkg/bin/tl-check-fmttriggers	2022-04-26 20:48:42 UTC (rev 63148)
@@ -330,7 +330,8 @@
           delete $tlpdb_pkgs{$r}; # ok, in both
         } else {
           # The hyphen-* packages get loaded anyway? Not sure.
-          next if $r =~ /hyphen-.*/;
+          next if $r =~ /hyph-utf8|hyphen-.*/;
+          next if $r =~ /dehyph|dehyph-exptl|ruhyph|ukrhyph/;
           push (@recorded_only, $r);
         }
       }



More information about the tex-live-commits mailing list.