texlive[57744] Master/tlpkg/bin/tl-check-fmttriggers:

commits+karl at tug.org commits+karl at tug.org
Mon Feb 15 00:15:34 CET 2021


Revision: 57744
          http://tug.org/svn/texlive?view=revision&revision=57744
Author:   karl
Date:     2021-02-15 00:15:33 +0100 (Mon, 15 Feb 2021)
Log Message:
-----------
(compare_pkgs_and_triggers): ignore more packages
(tex-ini-files, latex, atbegshi, atveryend,
everyshi) which are intentionally triggers in
tlpdb even though not actually used in all formats.

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

Modified: trunk/Master/tlpkg/bin/tl-check-fmttriggers
===================================================================
--- trunk/Master/tlpkg/bin/tl-check-fmttriggers	2021-02-14 23:09:14 UTC (rev 57743)
+++ trunk/Master/tlpkg/bin/tl-check-fmttriggers	2021-02-14 23:15:33 UTC (rev 57744)
@@ -324,6 +324,15 @@
       # 00texlive.autopatterns.tlpsrc.
       delete $tlpdb_pkgs{"l3backend"};
       
+      # These packages are also included as fmttriggers eventhough they
+      # are not necessary, to simplify maintenance of the package lists.
+      delete $tlpdb_pkgs{"atbegshi"};
+      delete $tlpdb_pkgs{"atveryend"};
+      delete $tlpdb_pkgs{"everyshi"};
+      delete $tlpdb_pkgs{"latex"};
+      delete $tlpdb_pkgs{"tex-ini-files"};
+      delete $tlpdb_pkgs{"unicode-data"};
+      
       my @recorded_only = ();
       for my $r (keys %recorded_pkgs) {
         # no need for a package to include itself as a fmttrigger.



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