[libterm-readkey-perl] 07/14: Drop GetTermSize-as-documented-300711.patch and pod-typo-479743.patch, both applied upstream

Florian Schlichting fsfs at alioth.debian.org
Tue Oct 29 21:41:12 UTC 2013


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

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

commit 200ad0cd699a104dd710c6e6e09907bd8bb95ab0
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Oct 29 22:10:17 2013 +0100

    Drop GetTermSize-as-documented-300711.patch and pod-typo-479743.patch, both applied upstream
---
 .../patches/GetTermSize-as-documented-300711.patch   |   18 ------------------
 debian/patches/pod-typo-479743.patch                 |   13 -------------
 debian/patches/series                                |    2 --
 3 files changed, 33 deletions(-)

diff --git a/debian/patches/GetTermSize-as-documented-300711.patch b/debian/patches/GetTermSize-as-documented-300711.patch
deleted file mode 100644
index 727f4c9..0000000
--- a/debian/patches/GetTermSize-as-documented-300711.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-# Modify the GetTerminalSize function to match its documented behaviour
-# http://rt.cpan.org/Ticket/Display.html?id=35669
---- a/ReadKey.pm
-+++ b/ReadKey.pm
-@@ -357,10 +357,11 @@ sub GetTerminalSize
-         push( @fail, "resize program" );
-     }
- 
--    if ( @results < 4 )
-+    if ( @results != 4 )
-     {
--        die "Unable to get Terminal Size."
-+        warn "Unable to get Terminal Size."
-           . join( "", map( " The $_ didn't work.", @fail ) );
-+	return undef;
-     }
- 
-     @results;
diff --git a/debian/patches/pod-typo-479743.patch b/debian/patches/pod-typo-479743.patch
deleted file mode 100644
index e6beef6..0000000
--- a/debian/patches/pod-typo-479743.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# http://rt.cpan.org/Public/Bug/Display.html?id=35671
-# small typo in POD, #479743
---- a/ReadKey.pm
-+++ b/ReadKey.pm
-@@ -23,7 +23,7 @@ control over terminal driver modes (cbre
- non-blocking reads, if the architecture allows, and some generalized handy
- functions for working with terminals. One of the main goals is to have the
- functions as portable as possible, so you can just plug in "use
--Term::ReadKey" on any architecture and have a good likelyhood of it working.
-+Term::ReadKey" on any architecture and have a good likelihood of it working.
- 
- =over 8
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 36ec484..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-GetTermSize-as-documented-300711.patch
-pod-typo-479743.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