[libio-async-loop-glib-perl] 09/11: Delete pollhup.patch, constant _CAN_ON_HANGUP was removed in 0.21

Florian Schlichting fsfs at alioth.debian.org
Fri Sep 20 21:59:11 UTC 2013


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

fsfs pushed a commit to branch master
in repository libio-async-loop-glib-perl.

commit ea9fa9498d9606af0abeaa8cbfb718614fadf442
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Sep 20 23:49:13 2013 +0200

    Delete pollhup.patch, constant _CAN_ON_HANGUP was removed in 0.21
---
 debian/patches/pollhup.patch |   22 ----------------------
 debian/patches/series        |    1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/pollhup.patch b/debian/patches/pollhup.patch
deleted file mode 100644
index 13d06e6..0000000
--- a/debian/patches/pollhup.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: remove IaLoop::Glib's declaration that it can handle on_hangup
- "[The bug] comes from an expectation on my part hat POLLHUP was actually
- reliable across operating systems, to detect that the reader has closed
- their end of a pipe. Turns out this really isn't the case at all."
-Origin: upstream, RT#78891
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=78891
-Bug-Debian: http://bugs.debian.org/680806
-Author: Paul Evans <leonerd at leonerd.org.uk>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-08-15
-
---- a/lib/IO/Async/Loop/Glib.pm
-+++ b/lib/IO/Async/Loop/Glib.pm
-@@ -13,7 +13,7 @@
- 
- # Only Linux is known always to be able to report EOF conditions on
- # filehandles using POLLHUP
--use constant _CAN_ON_HANGUP => ( $^O eq "linux" );
-+#use constant _CAN_ON_HANGUP => ( $^O eq "linux" );
- 
- use base qw( IO::Async::Loop );
- IO::Async::Loop->VERSION( '0.33' );
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 772f552..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pollhup.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-async-loop-glib-perl.git



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