debian/0000755000000000000000000000000012217244300007161 5ustar debian/patches/0000755000000000000000000000000012217244300010610 5ustar debian/patches/series0000644000000000000000000000001712217244300012023 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000134112217244300013445 0ustar Description: fix a typo Author: Florian Schlichting Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=88845 --- a/lib/IO/Async/Loop/Epoll.pm +++ b/lib/IO/Async/Loop/Epoll.pm @@ -67,7 +67,7 @@ read-ready and write-ready tests so that the OZ<>(1) high-performance multiplexing of Linux's C syscall can be used. -The C Linux subsystem uses a persistant registration system, meaning +The C Linux subsystem uses a persistent registration system, meaning that better performance can be achieved in programs using a large number of filehandles. Each C syscall only has an overhead proportional to the number of ready filehandles, rather than the total number being debian/watch0000644000000000000000000000020412101264521010205 0ustar version=3 https://metacpan.org/release/IO-Async-Loop-Epoll/ .*/IO-Async-Loop-Epoll-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000221712217145160011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IO-Async-Loop-Epoll Upstream-Contact: Paul Evans Source: https://metacpan.org/release/IO-Async-Loop-Epoll/ Files: * Copyright: 2008-2013, Paul Evans License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2011, gregor herrmann 2013, Florian Schlichting 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/control0000644000000000000000000000250012217145160010565 0ustar Source: libio-async-loop-epoll-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libio-async-perl (>= 0.60), liblinux-epoll-perl, libtest-fatal-perl, libtest-pod-perl, libtest-refcount-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/IO-Async-Loop-Epoll/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-async-loop-epoll-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-loop-epoll-perl.git Package: libio-async-loop-epoll-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libio-async-perl (>= 0.60), liblinux-epoll-perl Breaks: libio-async-perl (<< 0.33) Description: Perl extension for an event loop using epoll IO::Async::Loop::Epoll is a Perl module that provides an implementation of an event loop that uses the epoll() system call. The epoll system call, which is currently only available on Linux, scales in constant O(1) time. For many open filehandles, you will get significantly better performance using this algorithm. . It uses the IO::Epoll (libio-epoll-perl) module for this functionality. debian/compat0000644000000000000000000000000211671745445010402 0ustar 8 debian/changelog0000644000000000000000000000642312217244300011040 0ustar libio-async-loop-epoll-perl (0.16-1) unstable; urgency=low [ gregor herrmann ] * New upstream release (0.13). * Replace libio-epoll-perl (build) dependency with liblinux-epoll-perl. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 0.16 * Bump years of upstream copyright * Bump Standards-Version to 3.9.4 (no change) * Bump (build-)dependency on libio-async-perl to 0.60 * Add myself to uploaders and copyright * Add new spelling.patch -- Florian Schlichting Sat, 21 Sep 2013 00:08:24 +0200 libio-async-loop-epoll-perl (0.12-1) unstable; urgency=low * Team upload * New upstream release * Remove libtest-exception-perl from build depends (Closes: #667469) * Update upstream copyright years * Remove patches (merged upstream) -- Alessandro Ghedini Tue, 10 Apr 2012 23:21:22 +0200 libio-async-loop-epoll-perl (0.11-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Add patches to round timeouts up to the nearest full millisecond. Thanks to Niko Tyni for the analysis and the patches. (Closes: #646649) * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sun, 01 Apr 2012 15:18:43 +0200 libio-async-loop-epoll-perl (0.11-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Update for the new IO::Async 0.33 API * Refresh copyright information [ gregor herrmann ] * Add /me to Uploaders. * Update years of upstream copyright. * Remove version from libio-epoll-perl (build) dependency. * Add build dependencies on libtest-fatal-perl and libtest-pod-perl. -- gregor herrmann Sat, 19 Feb 2011 00:37:50 +0100 libio-async-loop-epoll-perl (0.08-1) unstable; urgency=low * Team upload. * New upstream release - Fixes FTBFS (Closes: #605811) * Refresh debian/copyright: - Explicitly refer to GPL-1 licence text in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Debehlper compat level to 8. Use now Build.PL. * debian/control: - Bump versioned Build-Depends on debhelper (>= 8). - Move perl to Build-Depends for Module::Build. * Bump Standards-Version to 3.9.1. * Convert to '3.0 (quilt)' source package format. -- Salvatore Bonaccorso Fri, 03 Dec 2010 22:41:31 +0100 libio-async-loop-epoll-perl (0.07-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Only compatible with libio-async-perl (>= 0.24) * Standards-Version 3.8.3 (no changes) [ 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 -- Jonathan Yu Tue, 13 Oct 2009 10:33:23 -0400 libio-async-loop-epoll-perl (0.05-1) unstable; urgency=low * Initial Release (Closes: #537653) -- Jonathan Yu Sun, 19 Jul 2009 18:48:22 -0400 debian/source/0000755000000000000000000000000011671745445010504 5ustar debian/source/format0000644000000000000000000000001411671745445011712 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671745445010263 0ustar #!/usr/bin/make -f %: dh $@