[libterm-readkey-perl] 05/13: Drop 0001-Make-genchars.pl-output-reproducible-by-sorting-hash.patch.

gregor herrmann gregoa at debian.org
Sun Jul 12 16:53:45 UTC 2015


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

gregoa pushed a commit to branch master
in repository libterm-readkey-perl.

commit 21de05ac5f576a1e68242586a61d8555f7cfa003
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jul 12 18:28:37 2015 +0200

    Drop 0001-Make-genchars.pl-output-reproducible-by-sorting-hash.patch.
    
    Merged upstream.
---
 ...rs.pl-output-reproducible-by-sorting-hash.patch | 30 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/0001-Make-genchars.pl-output-reproducible-by-sorting-hash.patch b/debian/patches/0001-Make-genchars.pl-output-reproducible-by-sorting-hash.patch
deleted file mode 100644
index 31a15fd..0000000
--- a/debian/patches/0001-Make-genchars.pl-output-reproducible-by-sorting-hash.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From f54fd02346e2bba8cd14f3809aac5041f71a1eaa Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Mon, 1 Jun 2015 18:44:39 +0300
-Subject: [PATCH] Make genchars.pl output reproducible by sorting hash keys
-
-Bug: https://github.com/jonathanstowe/TermReadKey/pull/6
----
- genchars.pl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- libterm-readkey-perl.orig/genchars.pl
-+++ libterm-readkey-perl/genchars.pl
-@@ -98,7 +98,7 @@
- 
- print "\n";
- if(1) {
--	@values = sort { $possible{$a} cmp $possible{$b} } keys %possible;
-+	@values = sort { $possible{$a} cmp $possible{$b} or $a cmp $b } keys %possible;
- 
- 	print "Writing termio/termios section of cchars.h... ";
- 	print CCHARS "
-@@ -303,7 +303,7 @@
- 	print "Checking symbols\n";
- 
- 
--	for $c (keys %possible2) {
-+	for $c (sort keys %possible2) {
- 
- #		if($tchars and !report("
- ##include <sgtty.h>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5c1a605..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Make-genchars.pl-output-reproducible-by-sorting-hash.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readkey-perl.git



More information about the Pkg-perl-cvs-commits mailing list