texlive[53692] Master/tlpkg/TeXLive/TLPDB.pm: packages in fmttrigger

commits+preining at tug.org commits+preining at tug.org
Thu Feb 6 20:44:27 CET 2020


Revision: 53692
          http://tug.org/svn/texlive?view=revision&revision=53692
Author:   preining
Date:     2020-02-06 20:44:26 +0100 (Thu, 06 Feb 2020)
Log Message:
-----------
packages in fmttrigger are considered implicit dependencies

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLPDB.pm

Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm	2020-02-06 10:12:39 UTC (rev 53691)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm	2020-02-06 19:44:26 UTC (rev 53692)
@@ -922,6 +922,11 @@
           $install{$p_dep} = 0 unless $only_arch;
         }
       }
+      for my $fmtdefs ($pkg->format_definitions) {
+        for my $fmttrigger (@{$fmtdefs->{'fmttriggers'}}) {
+          $install{$fmttrigger} = 1;
+        }
+      }
     }
 
     # check for newly selected packages



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