[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 02/02: fixes for hyphen files, use TL format



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch full-trigger
in repository texlive-nonbin.

commit 7679ae31730ccf6785b5f3e487bd7a3c6ad45871
Author: Norbert Preining <preining@debian.org>
Date:   Tue Jun 2 15:32:28 2015 +0900

    fixes for hyphen files, use TL format
---
 all/debian/tpm2deb-bin.pl | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/all/debian/tpm2deb-bin.pl b/all/debian/tpm2deb-bin.pl
index d1790bb..0cd4d3d 100755
--- a/all/debian/tpm2deb-bin.pl
+++ b/all/debian/tpm2deb-bin.pl
@@ -227,17 +227,7 @@ sub make_deb_execute_actions {
 			my $mode = ($r{"mode"} ? "" : "#! ");
 			push @formatlines, "$mode$r{'name'} $r{'engine'} $r{'patterns'} $r{'options'}\n";
 		} elsif ($what eq 'AddHyphen') {
-			my %r = TeXLive::TLUtils::parse_AddHyphen_line(join(" ", $first, @rest));
-			my $lline = "name=$r{'name'} file=$r{'file'} patterns=$r{'file_patterns'} lefthyphenmin=$r{'lefthyphenmin'} righthyphenmin=$r{'righthyphenmin'}";
-			if (defined($r{'file_exceptions'})) {
-				$lline .= " exceptions=$r{'file_exceptions'}";
-			}
-			my @syns;
-			@syns = @{$r{"synonyms"}} if (defined($r{"synonyms"}));
-			if ($#syns >= 0) {
-				$lline .= " synonyms=" . join(",",@syns);
-			}
-			push @languagelines, "$lline\n";
+			push @languagelines, join(" ", $first, @rest) . "\n";
 		}
 	}
 	if ($#maplines >= 0) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: