debian/0000755000000000000000000000000012231050754007165 5ustar debian/watch0000644000000000000000000000015511704107132010214 0ustar version=3 http://search.cpan.org/dist/IO-Epoll/ .*/IO-Epoll-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/clean0000644000000000000000000000003111704107132010161 0ustar const-c.inc const-xs.inc debian/rules0000755000000000000000000000003611704107132010241 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000245511704107132011123 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Bruce J Keeler Source: http://search.cpan.org/dist/IO-Epoll/ Name: IO-Epoll Files: * Copyright: 2004, Bruce J Keeler 1997-1998, Graham Barr License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011704107132010462 5ustar debian/source/format0000644000000000000000000000001411704107132011670 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011704107132010611 5ustar debian/patches/pod-errors.patch0000644000000000000000000000113211704107132013723 0ustar Description: Fix POD errors Origin: vendor Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=48011 Forwarded: yes Author: Jonathan Yu --- a/lib/IO/Epoll.pm +++ b/lib/IO/Epoll.pm @@ -343,8 +343,6 @@ =head1 LOW-LEVEL API -=over 4 - =head2 epoll_create Create a new C file descriptor by requesting the kernel @@ -421,8 +419,6 @@ events, then restore it to what it was originally. The C<$sigmask> parameter should be undef, or an instance of C. -=back - =head1 HIGH LEVEL API IO::Epoll provides an object oriented API designed to be a drop-in debian/patches/series0000644000000000000000000000002111704107132012017 0ustar pod-errors.patch debian/compat0000644000000000000000000000000211704107132010360 0ustar 8 debian/control0000644000000000000000000000176711704107132010600 0ustar Source: libio-epoll-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jonathan Yu Build-Depends: debhelper (>= 8), perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-epoll-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-epoll-perl.git Homepage: http://search.cpan.org/dist/IO-Epoll/ Package: libio-epoll-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface to the Epoll IO Multiplexing subsystem IO::Epoll provides access to the new, (currently) Linux-specific variant of poll() known as epoll(). It is designed to offer O(1) scalability over large numbers of watched file descriptors. . This module provides a higher-level layer designed to emulate the behaviour of IO::Poll and IO::Ppoll, but also exposes the corresponding low-level API that closely matches the related system calls. debian/changelog0000644000000000000000000000226512231050754011044 0ustar libio-epoll-perl (0.03-1build1) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 22:58:04 +0100 libio-epoll-perl (0.03-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Do not explicitly use quilt anymore * Update d/copyright to a more recent version of DEP5 * Update upstream copyright for ppport.h * Switch to 3.0 (quilt) format * Use versioned path for GPL license * Only mention "Debian systems" instead of "Debian GNU/Linu" * Bump Standards-Version to 3.9.2 (no changes needed) -- Alessandro Ghedini Thu, 12 Jan 2012 23:13:33 +0100 libio-epoll-perl (0.02-1) unstable; urgency=low * Initial Release (Closes: #537636) -- Jonathan Yu Sun, 19 Jul 2009 17:35:13 -0400