texlive[73770] Master/tlpkg: doc,copyright

commits+karl at tug.org commits+karl at tug.org
Sat Feb 8 16:16:49 CET 2025


Revision: 73770
          https://tug.org/svn/texlive?view=revision&revision=73770
Author:   karl
Date:     2025-02-08 16:16:49 +0100 (Sat, 08 Feb 2025)
Log Message:
-----------
doc,copyright

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLPOBJ.pm
    trunk/Master/tlpkg/TeXLive/TLPSRC.pm
    trunk/Master/tlpkg/TeXLive/TLUtils.pm
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Master/tlpkg/TeXLive/TLPOBJ.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPOBJ.pm	2025-02-08 11:29:24 UTC (rev 73769)
+++ trunk/Master/tlpkg/TeXLive/TLPOBJ.pm	2025-02-08 15:16:49 UTC (rev 73770)
@@ -1,6 +1,6 @@
 # $Id$
 # TeXLive::TLPOBJ.pm - module for using tlpobj files
-# Copyright 2007-2023 Norbert Preining
+# Copyright 2007-2025 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
@@ -1131,7 +1131,7 @@
     } elsif ($maps{$_} == 3) {
       push @updmaplines, "KanjiMap $_\n";
     } else {
-      tlerror("Should not happen!\n");
+      tlerror("impossible maps value for $_: $maps{$_}");
     }
   }
   return(@updmaplines);

Modified: trunk/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2025-02-08 11:29:24 UTC (rev 73769)
+++ trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2025-02-08 15:16:49 UTC (rev 73770)
@@ -1,6 +1,6 @@
 # $Id$
 # TeXLive::TLPSRC.pm - module for handling tlpsrc files
-# Copyright 2007-2023 Norbert Preining
+# Copyright 2007-2025 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2025-02-08 11:29:24 UTC (rev 73769)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2025-02-08 15:16:49 UTC (rev 73770)
@@ -1,6 +1,6 @@
 # $Id$
 # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
-# Copyright 2007-2024 Norbert Preining, Reinhard Kotucha
+# Copyright 2007-2025 Norbert Preining, Reinhard Kotucha
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2025-02-08 11:29:24 UTC (rev 73769)
+++ trunk/Master/tlpkg/doc/releng.txt	2025-02-08 15:16:49 UTC (rev 73770)
@@ -64,7 +64,7 @@
  - diff new and old bindirs to see if there are interesting new programs:
   \ls /usr/local/texlive-rel/bin/x86_64-linux >/tmp/now
   \ls $ib >/tmp/new
-  comm -3 /tmp/now /tmp/new >/tmp/bd
+  comm -3 /tmp/now /tmp/new >/tmp/newbins
  - in general, writing these news items takes considerable time, but
    it's important, because this summary of changes is what users want to know.
  - if new kpathsea file types (kpsewhich --help-formats), update kpathsea.texi.



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