debian/0000755000000000000000000000000012235253004007162 5ustar debian/watch0000644000000000000000000000017212101266121010207 0ustar version=3 https://metacpan.org/release/POE-Loop-Event/ .*/POE-Loop-Event-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000211512235252752011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE-Loop-Event Upstream-Contact: Rocco Caputo Source: https://metacpan.org/release/POE-Loop-Event/ Files: * Copyright: 1998-2013, Rocco Caputo License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 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/control0000644000000000000000000000247312235252742010603 0ustar Source: libpoe-loop-event-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libpoe-test-loops-perl, libevent-perl, libpoe-perl, netbase, libio-pty-perl, libsocket6-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-loop-event-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-loop-event-perl.git Homepage: https://metacpan.org/release/POE-Loop-Event/ Package: libpoe-loop-event-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libevent-perl, libpoe-perl Enhances: libpoe-perl Description: POE event loop implementation using Event POE::Loop::Tk implements the standard POE::Loop event loop interface (see the documentation from libpoe-perl) for the Event library (see libevent-perl). It provides features needed to manage an Event-based event loop in Perl in a consistent fashion and does not differ from the standard interface. debian/compat0000644000000000000000000000000212235252003010356 0ustar 8 debian/changelog0000644000000000000000000000346312235253004011042 0ustar libpoe-loop-event-perl (1.305-1) unstable; urgency=low [ gregor herrmann ] * Set Standards-Version to 3.9.1; replace Conflicts with Breaks. * debian/control: update {versioned,alternative} (build) dependencies. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 1.305 * Update upstream copyright - POE::Loop::Event has its own copyright and license statement now * Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux, directly linking to GPL-1) * Bump dh compatibility to level 8 (no changes necessary) * Drop Breaks/Replaces on libpoe-perl version older than oldstable * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright -- Florian Schlichting Sat, 02 Nov 2013 20:43:51 +0100 libpoe-loop-event-perl (1.304-1) unstable; urgency=low * New upstream release * Use new 3.0 (quilt) source format * Standards-Version 3.8.4 (no changes) * Update dependencies per upstream * Rewrite control description -- Jonathan Yu Wed, 07 Apr 2010 01:05:55 -0400 libpoe-loop-event-perl (1.302-2) unstable; urgency=low * debian/rules: only run local network tests when localhost is available. * Add /me to Uploaders. -- gregor herrmann Fri, 30 Oct 2009 01:43:45 +0100 libpoe-loop-event-perl (1.302-1) unstable; urgency=low * Initial Release (Closes: #549489) -- Jonathan Yu Sat, 03 Oct 2009 12:14:00 -0400 debian/source/0000755000000000000000000000000011671750503010473 5ustar debian/source/format0000644000000000000000000000001411671750503011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000032211671750503010250 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: perl -MNet::Ping -e '(Net::Ping->new()->ping("127.0.0.1", 1)) ? \ system("touch run_network_tests") : system("rm -rf run_network_tests");' dh_auto_test