texlive[49434] Master/tlpkg/TeXLive/TLPSRC.pm: (from_file): reenable

commits+karl at tug.org commits+karl at tug.org
Mon Dec 17 19:48:58 CET 2018


Revision: 49434
          http://tug.org/svn/texlive?view=revision&revision=49434
Author:   karl
Date:     2018-12-17 19:48:58 +0100 (Mon, 17 Dec 2018)
Log Message:
-----------
(from_file): reenable check for second shortdesc
line, since hyphen-latin was fixed.

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

Modified: trunk/Master/tlpkg/TeXLive/TLPSRC.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2018-12-17 18:27:08 UTC (rev 49433)
+++ trunk/Master/tlpkg/TeXLive/TLPSRC.pm	2018-12-17 18:48:58 UTC (rev 49434)
@@ -144,11 +144,9 @@
       $category = $1;
 
     } elsif ($line =~ /^shortdesc\s*(.*)$/) {
-      # although we would like to do this, hyphen-latin.tlpsrc contains
-      # multiple short/longdesc, entries. Not worth following up.
-      # $shortdesc
-      #   && die "$srcfile:$lineno: second shortdesc not allowed: $line"
-      #          . "(have $shortdesc)\n";
+      $shortdesc
+        && die "$srcfile:$lineno: second shortdesc not allowed: $line"
+               . "(have $shortdesc)\n";
       $shortdesc = $1;
 
     } elsif ($line =~ /^shortdesc$/) {



More information about the tex-live-commits mailing list