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

[texlive-nonbin] 01/02: more fixes for sort order



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

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

commit 35540f902cdf24679b3868d2e81ca7f35b1d0105
Author: Norbert Preining <preining@debian.org>
Date:   Sat Jun 6 16:05:22 2015 +0900

    more fixes for sort order
---
 all/debian/tpm2deb-bin.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all/debian/tpm2deb-bin.pl b/all/debian/tpm2deb-bin.pl
index b114810..69bb39f 100755
--- a/all/debian/tpm2deb-bin.pl
+++ b/all/debian/tpm2deb-bin.pl
@@ -227,7 +227,7 @@ sub make_deb_execute_actions {
 			my $mode = ($r{"mode"} ? "" : "#! ");
 			# reproducbile builds: push a pair with name as first element
 			# to ease sorting!
-			push @formatlines, [ $r{'name'} , "$mode$r{'name'} $r{'engine'} $r{'patterns'} $r{'options'}\n" ];
+			push @formatlines, [ "$r{'name'}/$r{'engine'}/$r{'patterns'}" , "$mode$r{'name'} $r{'engine'} $r{'patterns'} $r{'options'}\n" ];
 		} elsif ($what eq 'AddHyphen') {
 			push @languagelines, join(" ", $first, @rest) . "\n";
 		}

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


Reply to: