debian/0000755000000000000000000000000012235165563007176 5ustar debian/watch0000644000000000000000000000016412101266123010212 0ustar version=3 https://metacpan.org/release/POE-Loop-Tk/ .*/POE-Loop-Tk-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000251112235165506011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE-Loop-Tk Upstream-Contact: Rocco Caputo Source: https://metacpan.org/release/POE-Loop-Tk/ Files: * Copyright: 1998-2013, Rocco Caputo License: Artistic or GPL-1+ Comment: Because this module was split from the upstream POE package, it necessarily carries the same copyright and licensing restrictions. This clause comes from libpoe-perl, see the POD for details. Files: debian/* Copyright: 2009, 2010, Jonathan Yu 2009, 2010, 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/control0000644000000000000000000000300012235165475010574 0ustar Source: libpoe-loop-tk-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 (>= 1.352), perl-tk (>= 804.031), libpoe-perl (>= 2:1.356), libio-pty-perl, libsocket6-perl, netbase, xvfb, xauth, xfonts-base Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-loop-tk-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-loop-tk-perl.git Homepage: https://metacpan.org/release/POE-Loop-Tk/ Package: libpoe-loop-tk-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 2:1.356), perl-tk (>= 804.031) Enhances: libpoe-perl Breaks: libpoe-perl (<< 2:1.0200-1) Replaces: libpoe-perl (<< 2:1.0200-1) Description: POE event loop implementation using Tk POE::Loop::Tk implements the standard POE::Loop event loop interface for the Tk toolkit. It provides features needed to manage a Tk-based event loop in Perl in a consistent fashion and does not differ from the standard interface. Please see POE::Loop from libpoe-perl for details on how this works. debian/compat0000644000000000000000000000000212235162650010366 0ustar 8 debian/changelog0000644000000000000000000000402212235165563011046 0ustar libpoe-loop-tk-perl (1.305-1) unstable; urgency=low [ gregor herrmann ] * 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 (build-)dependencies * Bump dh compatibility to level 8 * Drop fix-pod-spelling.patch, fixed upstram * Bump years of upstream copyright * Update stand-alone License paragraphs to commonly used versions (not limiting Debian to GNU/Linux, directly linking to GPL-1) * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright -- Florian Schlichting Sat, 02 Nov 2013 13:08:54 +0100 libpoe-loop-tk-perl (1.304-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Use new 3.0 (quilt) source format * Update dependency versions per upstream * Drop Depends on libpoe-test-loops-perl (only needed for testing) * Add patch to fix POD spelling errors [ Damyan Ivanov ] * add -a option to xvfb-run invocation [ gregor herrmann ] * Bump build and runtime dependency on perl-tk to >= 1:804.028-7 (closes: #571423). * debian/copyright: update formatting. -- gregor herrmann Sun, 11 Apr 2010 14:32:48 +0200 libpoe-loop-tk-perl (1.302-2) unstable; urgency=low * debian/rules: only run local network tests when localhost is available (closes: #552937). * Add /me to Uploaders. -- gregor herrmann Fri, 30 Oct 2009 01:35:49 +0100 libpoe-loop-tk-perl (1.302-1) unstable; urgency=low * Initial Release (Closes: #548275) -- Jonathan Yu Sun, 27 Sep 2009 14:15:01 -0400 debian/source/0000755000000000000000000000000011671750505010475 5ustar debian/source/format0000644000000000000000000000001411671750505011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000033611671750505010257 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");' xvfb-run -a dh_auto_test