debian/0000755000000000000000000000000012251443567007177 5ustar debian/NEWS0000644000000000000000000000211312232277305007665 0ustar libpoe-perl (2:1.2690-1) unstable; urgency=low In version 1.020 of POE (libpoe-perl version 2:1.020), there was a split upstream of several Loop modules into their own packages. What this means is that the following modules no longer come bundled with POE but must be installed manually. * POE::Loop::Tk (available as libpoe-loop-tk-perl) * POE::Loop::Event (available as libpoe-loop-event-perl) * POE::Loop::Gtk (a candidate for removal from Debian; it needs libgtk-perl, which only exists in oldstable) It is believed that the removal of these loops will not directly impact any modules in Debian. However, if anything breaks, please contact the pkg-perl team or ask the maintainer to add the loop implementation to their dependencies explicitly. Also note that this release includes a change that breaks backward compatibility on a relatively unused feature. You are affected if you use ARG0 or ARG1 in a POE::Component::Server::TCP ClientConnected callback (for details, see RT#47855) -- Jonathan Yu Fri, 28 Aug 2009 08:14:07 -0400 debian/patches/0000755000000000000000000000000012251443567010626 5ustar debian/patches/series0000644000000000000000000000010012251443567012032 0ustar makefile_dont_use_defaults.patch honour_no_network_option.patch debian/patches/honour_no_network_option.patch0000644000000000000000000000205312232277305017010 0ustar Subject: so that the network tests are only ran if networking is up (debian/rules has the other half) Reviewed-by: Nicholas Bamber Last-Update: 2011-02-11 Forwarded: not-needed Author: Rene Mayorga --- a/t/90_regression/agaran-filter-httpd.t +++ b/t/90_regression/agaran-filter-httpd.t @@ -5,6 +5,10 @@ use strict; BEGIN { + unless (-f 'run_network_tests') { + print "1..0 # skip - Network access (and permission) required to run this test\n"; + exit; + } eval "use HTTP::Request"; if ($@) { print "1..0 # skip - HTTP::Request needed to test POE::Filter::HTTPD\n"; --- a/t/10_units/01_pod/03_pod_no404s.t +++ b/t/10_units/01_pod/03_pod_no404s.t @@ -11,8 +11,8 @@ plan skip_all => 'Need network access (and permission) for these tests'; } - unless ( $ENV{RELEASE_TESTING} ) { - plan skip_all => 'enable by setting RELEASE_TESTING'; + unless ( $ENV{INTERNET_TESTING} ) { + plan skip_all => 'enable by setting INTERNET_TESTING'; } foreach my $req (qw(Test::Pod::No404s)) { debian/patches/makefile_dont_use_defaults.patch0000644000000000000000000000153612232277305017212 0ustar Subject: so that the network tests are ran Reviewed-by: Nicholas Bamber Last-Update: 2011-02-10 Forwarded: not-needed Author: Roberto C. Sanchez --- a/Makefile.PL +++ b/Makefile.PL @@ -35,15 +35,15 @@ # Switch to default behavior if STDIN isn't a tty. -unless (-t STDIN) { - warn( - "\n", - "=============================================\n\n", - "STDIN is not a terminal. Assuming --default.\n\n", - "=============================================\n\n", - ); - push @ARGV, "--default"; -} +#unless (-t STDIN) { +# warn( +# "\n", +# "=============================================\n\n", +# "STDIN is not a terminal. Assuming --default.\n\n", +# "=============================================\n\n", +# ); +# push @ARGV, "--default"; +#} # Remind the user she can use --default. debian/libpoe-perl.examples0000644000000000000000000000001312232277305013135 0ustar examples/* debian/watch0000644000000000000000000000042612232277305010224 0ustar version=3 # upstream changed from 1.000x versions to 1.00x # we also prepare to handle 1.0x and 1.x opts="uversionmangle=s/\.(\d\d\d)$/.${1}0/;s/\.(\d\d)$/.${1}00/;s/\.(\d)$/.${1}000/" \ https://metacpan.org/release/POE/ \ .*/POE-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000324712235167616011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE Upstream-Contact: Rocco Caputo Source: https://metacpan.org/release/POE/ Files: * Copyright: 1998-2013, Rocco Caputo License: Artistic or GPL-1+ Files: lib/POE/Filter/Reference.pm Copyright: 1998, Artur Bergman 1999, Philip Gwyn License: Artistic or GPL-1+ Files: debian/* Copyright: 1999-2001, Rafael Kitover 2001-2007, Steve Kowalik 2008, Krzysztof Krzyżaniak (eloy) 2008, Martín Ferrari 2008, Pierre Habouzit 2008, Rene Mayorga 2008, Roberto C. Sanchez 2008-2012, gregor herrmann 2009-2010, Jonathan Yu 2009, Ryan Niebur 2010-2011, Nicholas Bamber 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/control0000644000000000000000000000324212235167677010612 0ustar Source: libpoe-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfilter-perl, libhttp-daemon-perl | libwww-perl (<< 6), libio-pipely-perl, libio-pty-perl, libpoe-test-loops-perl (>= 1.352), libsocket-getaddrinfo-perl, libsocket6-perl, libterm-readkey-perl, libterm-size-perl, netbase Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Martín Ferrari , Rene Mayorga , Ryan Niebur , Jonathan Yu , Nicholas Bamber , gregor herrmann , Alessandro Ghedini , Florian Schlichting Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/POE/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-perl.git Package: libpoe-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfilter-perl, libio-pipely-perl Recommends: libhttp-daemon-perl | libwww-perl (<< 6) Suggests: libcurses-perl, libio-pty-perl, libpoe-loop-event-perl, libpoe-loop-tk-perl, libsocket-getaddrinfo-perl, libsocket6-perl, libterm-readkey-perl Description: event-driven component architecture for Perl POE stands for "Perl Object Environment" and provides libraries for event driven state machines, I/O abstraction and object management. It includes high level interfaces for sockets, alarms and file input/output. It can be used as a cooperative threading environment and/or a portable component architecture. debian/compat0000644000000000000000000000000212232277305010367 0ustar 8 debian/changelog0000644000000000000000000004617612251443567011067 0ustar libpoe-perl (2:1.3580-1) unstable; urgency=low * Import Upstream version 1.3580 * Drop pod-spelling.patch, applied upstream -- Florian Schlichting Mon, 09 Dec 2013 23:41:08 +0100 libpoe-perl (2:1.3560-2) unstable; urgency=low * Add missing run-time dependency on libio-pipely-perl * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright -- Florian Schlichting Sat, 02 Nov 2013 13:19:59 +0100 libpoe-perl (2:1.3560-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * Imported Upstream version 1.3560 * update years of upstream copyright * add libio-pipely-perl to build-dependencies * claim conformance with Policy 3.9.4 * add a patch fixing a spelling error in POD * drop unused lintian override manpage-has-errors-from-pod2man [ Florian Schlichting ] * Increase required version of libpoe-test-loops-perl -- Florian Schlichting Fri, 01 Nov 2013 23:35:45 +0100 libpoe-perl (2:1.3540-1) unstable; urgency=low * New upstream release * Add myself to Uploaders -- Alessandro Ghedini Wed, 16 May 2012 12:08:05 +0200 libpoe-perl (2:1.3530-1) unstable; urgency=low * Team upload * New upstream release * Build depend on libterm-size-perl to enable more tests -- Alessandro Ghedini Wed, 09 May 2012 15:11:32 +0200 libpoe-perl (2:1.3520-1) unstable; urgency=low * New upstream release. * Update packaging section in debian/copyright. -- gregor herrmann Sat, 24 Mar 2012 13:52:23 +0100 libpoe-perl (2:1.3510-1) unstable; urgency=low * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Bump versioned build dependency on libpoe-test-loops-perl. -- gregor herrmann Mon, 19 Mar 2012 22:36:35 +0100 libpoe-perl (2:1.3500-1) unstable; urgency=low * Team upload * New upstream release * Bump B-D on libpoe-test-loops-perl to >= 1.350 -- Alessandro Ghedini Sat, 17 Dec 2011 12:46:04 +0100 libpoe-perl (2:1.3120-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * Bump build-dep on libpoe-test-loops-perl to >= 1.312. * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Thu, 11 Aug 2011 19:27:01 +0200 libpoe-perl (2:1.3110-1) unstable; urgency=low * New upstream release. * Bump build dependency on libpoe-test-loops-perl. * Refresh patch makefile_dont_use_defaults.patch (offset). * debian/rules: use AUTOMATED_TESTING instead of RELEASE_TESTING; drop some build dependencies. * Add a lintian override for POD errors caused by non-empty Z<>. -- gregor herrmann Mon, 30 May 2011 21:07:10 +0200 libpoe-perl (2:1.3100-1) unstable; urgency=low * New upstream release (closes: #623480). * Bump build dependency on libpoe-test-loops-perl. * Remove manual removal of generated files, they are deleted by the upstream clean target now. * Set Standards-Version to 3.9.2 (no changes). * debian/control: remove virtual libtime-hires-perl from B-D-I and Recommends. -- gregor herrmann Thu, 21 Apr 2011 17:27:37 +0200 libpoe-perl (2:1.2990-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Email change: Rene Mayorga -> rmayorga@debian.org [ Nicholas Bamber ] * Prepare for upload of libwww-perl 6 (Closes: #620514) [ gregor herrmann ] * Switch to debhelper 8. * Add /me to Uploaders. -- gregor herrmann Mon, 04 Apr 2011 19:27:48 +0200 libpoe-perl (2:1.2990-1) unstable; urgency=low * New upstream release * Reviewed patches and updated to disable test requiring internet * Upped dependency on libpoe-test-loops-perl to 1.040 (closes: #613398) * debian/clean: add bingos-followtail and rules for deleting generated directories * Email change: Martín Ferrari -> tincho@debian.org * Email change: Jonathan Yu -> jawnsy@cpan.org * Email change: Ryan Niebur -> ryan@debian.org * Refreshed copyright * Added dependencies on libsocket-getaddrinfo-perl -- Nicholas Bamber Sun, 13 Feb 2011 00:55:55 +0000 libpoe-perl (2:1.2940-1) unstable; urgency=low * New upstream release * Updated dependencies -- Nicholas Bamber Thu, 25 Nov 2010 21:13:36 +0000 libpoe-perl (2:1.2930-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Refreshed copyright * Reviewed and refreshed patches [ gregor herrmann ] * debian/control: remove the list of (build) dependencies to get Compress::Zlib; it's in perl core 5.10 which is in stable, and oldstable is gone. -- Nicholas Bamber Mon, 06 Sep 2010 23:18:41 +0100 libpoe-perl (2:1.2920-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Added myself to copyright and uploaders * Updated standards version to 3.9.1 [ Tim Retout ] * debian/copyright: Refer to GPL-1 rather than GPL symlink. -- Nicholas Bamber Sun, 08 Aug 2010 14:30:32 +0100 libpoe-perl (2:1.2890-1) unstable; urgency=low * New upstream release * Use new 3.0 (quilt) source format * Now needs POE::Test::Loops 1.035 -- Jonathan Yu Sun, 04 Apr 2010 22:47:08 -0400 libpoe-perl (2:1.2870-1) unstable; urgency=low * New upstream release * Update copyright to new DEP5 format -- Jonathan Yu Sat, 20 Feb 2010 20:32:46 -0500 libpoe-perl (2:1.2860-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) * Use RELEASE_TESTING instead of TEST_MAINTAINER -- Jonathan Yu Wed, 17 Feb 2010 14:40:32 -0500 libpoe-perl (2:1.2840-1) unstable; urgency=low * New upstream release + Resolves CPAN RT#53519 -- Jonathan Yu Thu, 14 Jan 2010 14:11:03 -0500 libpoe-perl (2:1.2830-1) unstable; urgency=low * New upstream release + Fixes a regression in POE::Wheel::FollowTail -- Jonathan Yu Fri, 08 Jan 2010 09:39:36 -0500 libpoe-perl (2:1.2820-1) unstable; urgency=low * New upstream release * Remove POD typo correction patch -- Jonathan Yu Thu, 07 Jan 2010 00:03:09 -0500 libpoe-perl (2:1.2810-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update POE::Test::Loops dependency to 1.031 * Add patch to correct POD typos * Re-enable quilt patches previously disabled [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. -- Jonathan Yu Mon, 04 Jan 2010 17:23:46 -0500 libpoe-perl (2:1.2800-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * Refresh patch honour_no_network_option.patch. -- Jonathan Yu Sun, 18 Oct 2009 12:51:07 -0400 libpoe-perl (2:1.2690-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + IMPORTANT: change that breaks backward compatibility on a relatively unused feature. You are affected if you use ARG0 or ARG1 in a POE::Component::Server::TCP ClientConnected callback (RT#47855) * Add a Debian.NEWS file to document the RT#47855 change and the POE loop module split-up * Various changes to accommodate the split of the loop modules into their own packages * Standards-Version 3.8.3 (no changes) * Refreshed copyright with people from changelog trailers [ Ryan Niebur ] * Update jawnsy's email address * Update ryan52's email address [ gregor herrmann ] * debian/control: - add build dependency on libpoe-test-loops-perl - remove Conflicts/Replaces libpoe-perl0 (doesn't exist between oldstable and experimental) - remove build dependency on libcurses-perl, the Curses tests are skipped anyway -- Jonathan Yu Sun, 27 Sep 2009 14:15:13 -0400 libpoe-perl (2:1.0070-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release + Wait longer for children to exit + Fix for POE signal handlers in child processes after has_forked is called (RT#47966) + Fix for default Port option (RT#47854) + Many regression tests added * Standards-Version 3.8.2 (no changes) * Fixed up description a bit * Added myself to Uploaders and Copyright * Enable author test (TEST_MAINTAINER=1) -- Jonathan Yu Tue, 28 Jul 2009 14:17:45 -0400 libpoe-perl (2:1.0060-1) unstable; urgency=low * New upstream release * refresh patches * update dh7 usage -- Ryan Niebur Sun, 31 May 2009 13:51:12 -0700 libpoe-perl (2:1.0050-1) unstable; urgency=low * New upstream release -- Ryan Niebur Thu, 23 Apr 2009 19:46:03 -0700 libpoe-perl (2:1.0040-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Rene Mayorga ] * debian/control: update my email address. [ Ryan Niebur ] * New upstream release * update upstream & debian copyright * standards version 3.8.1 * add myself to uploaders * add descriptions to the patches [ gregor herrmann ] * debian/copyright: update formatting. -- Ryan Niebur Thu, 02 Apr 2009 19:51:09 -0700 libpoe-perl (2:1.0030-1) unstable; urgency=low [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. [ Damyan Ivanov ] * add mangling of upstream version to debian/watch to cope with shortened "after dot" upstream version parts [ Rene Mayorga ] * New upstream release * debian/control + Add ${misc:Depends} to Depends field + add myself to uploaders * debian/rules + convert to dh7 using dh-make-perl + change the workaround to manage network availability * remove the local copy of xvfb-run is not needed * debian/patches/honour_no_network_option.patch + skip t/90_regression/agaran-filter-httpd.t if no network is available [ gregor herrmann ] * debian/rules: remove run_network_tests in clean target. -- Rene Mayorga Sat, 25 Oct 2008 22:24:44 -0600 libpoe-perl (2:1.0003-1) unstable; urgency=low * New upstream release * debian/control: + Build-Depends: debhelper (>= 7) + Standards-Version: increased to 3.8.0 (no changes) + Uploaders: added me * debian/compat: increased to 7 (no changes) -- Krzysztof Krzyżaniak (eloy) Thu, 26 Jun 2008 15:47:35 +0200 libpoe-perl (2:1.0002-1) unstable; urgency=low * Fixed typo in debian/copyright. * Updated my email address. * New upstream release. -- Martín Ferrari Mon, 19 May 2008 04:37:13 -0300 libpoe-perl (2:1.0001-1) unstable; urgency=low * New upstream release (Closes: #476011). -- Martín Ferrari Wed, 23 Apr 2008 06:35:55 -0300 libpoe-perl (2:1.0000-1) unstable; urgency=low [ Martín Ferrari ] * Improve long description wording. [ Roberto C. Sanchez ] * New upstream release. * honour_networking_flag_in_tests.patch: Remove; included upstream. -- Roberto C. Sanchez Sat, 12 Apr 2008 17:49:01 -0400 libpoe-perl (2:0.9999-1) unstable; urgency=low * New upstream release (Closes: #465548). * Incorporating changes from NMU, thanks Pierre Habouzit (no need to close bugs). * Taking over by DPG, as requested by maintainer, see http://lists.debian.org/debian-perl/2008/02/msg00053.html. * Updated watchfile. * debian/control: - separate correctly build-depends from b-d-i. - drop version from perl dependency (too old). - bump Standards-Version (no changes). - remove libgtk-perl from Suggests. Shall we remove Gtk.pm entirely? - remove perl-tk build-dep, as it enables checks that require X. - add libgtk-perl and perl-tk to build-conflicts, to avoid possible FTBFS. - debhelper compat to 5. - add quilt dependency (don't do the Makefile change in .diff.gz). - add netbase to build-dep, to enable network tests (against localhost). - add Homepage and Vcs-*. * debian/: remove dirs and examples (was wrong anyway), moved to rules. * debian/rules: from scratch. Do loopback test before enabling network tests. * debian/copyright: add lots of missing CP info. * debian/patches/honour_networking_flag_in_tests.patch: patch to avoid FTBFS if networking is not present at all (CPAN#33276). -- Martín Ferrari Fri, 15 Feb 2008 04:58:13 -0200 libpoe-perl (2:0.9989-1.1) unstable; urgency=medium * Non-maintainer upload. * Do not build-depend upon libgtk-perl anymore (Closes: 462641). -- Pierre Habouzit Mon, 04 Feb 2008 15:57:53 +0100 libpoe-perl (2:0.9989-1) unstable; urgency=low * New upstream release. * Fixes lots of CPU time usage when using Tk. (Closes: #345544) * Remove xvfb, xbase-clients, xfonts-base, netbase from the Build-Depends. -- Steve Kowalik Sun, 22 Apr 2007 16:38:46 +1000 libpoe-perl (2:0.3502-1) unstable; urgency=low * New upstream release. * Disable the testsuite, it seems to want to access terminals, and the network. -- Steve Kowalik Mon, 7 Aug 2006 20:04:28 +1000 libpoe-perl (2:0.3301-1) unstable; urgency=low * New upstream release. -- Steve Kowalik Sat, 7 Jan 2006 21:47:26 +1100 libpoe-perl (2:0.3202-1) unstable; urgency=low * New upstream release. (Closes: #322216) - Don't throw a warning when using AF_UNIX in PoCo::Server::TCP. (Closes: #292526) * Remove local-variables from changelog. * Drop our own libscan from Makefile.PL. * Drop required Tk version in Makefile.PL to 800.025. * Pipe 'n' to $(PERL) Makefile.PL. -- Steve Kowalik Mon, 14 Nov 2005 16:10:30 +1100 libpoe-perl (2:0.29-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.6.1; no changes needed. -- Steve Kowalik Mon, 2 Aug 2004 14:24:37 +1000 libpoe-perl (2:0.28-1) unstable; urgency=low * New upstream release. -- Steve Kowalik Fri, 30 Jan 2004 11:14:46 +1100 libpoe-perl (2:0.27-1) unstable; urgency=low * New upstream release. (Closes: #217907) -- Steve Kowalik Tue, 28 Oct 2003 16:37:57 +1100 libpoe-perl (2:0.26-5) unstable; urgency=low * Fix yet another FTBFS by Build-Depending on libwww-perl, and netbase. (Closes: #202296) * Bump version for debhelper Build-Depends to >= 4. -- Steve Kowalik Tue, 22 Jul 2003 10:11:11 +1000 libpoe-perl (2:0.26-4) unstable; urgency=low * Fix another FTBFS by Build-Depending on xbase-clients and xfonts-base. Sigh. (Closes: #202144) -- Steve Kowalik Mon, 21 Jul 2003 01:04:26 +1000 libpoe-perl (2:0.26-3) unstable; urgency=low * Fix FTBFS by chmod +x'ing debian/xvfb-run. (Closes: #202031) -- Steve Kowalik Sat, 19 Jul 2003 17:20:09 +1000 libpoe-perl (2:0.26-2) unstable; urgency=low * Oops. Promote libfilter-perl to Depends. It is required by POE to work. -- Steve Kowalik Fri, 18 Jul 2003 22:43:23 +1000 libpoe-perl (2:0.26-1) unstable; urgency=low * New upstream release. * Move all Depends bar libtime-hires-perl and ${perl:Depends} to Suggests. Move libtime-hires-perl to Recommends. (Closes: #189220) * Build-Depend on xvfb, and copy debian/xvfb-run from vtk, so that I can run make test; it needs X stuff. * Run make test in debian/rules again. * Perform some clean up in debian/rules. * Bump Standards-Version to 3.6.0; no changes needed. -- Steve Kowalik Fri, 18 Jul 2003 22:08:44 +1000 libpoe-perl (2:0.25-1) unstable; urgency=low * New upstream release. * Move Section from interpreters to perl. * Add libgtk-perl and perl-tk to {Build-,}Depends. -- Steve Kowalik Tue, 1 Apr 2003 11:43:38 +1000 libpoe-perl (2:0.24-1) unstable; urgency=low * New upstream release. -- Steve Kowalik Fri, 27 Dec 2002 17:18:45 +1100 libpoe-perl (2:0.23-1) unstable; urgency=low * New upstream release. (Closes: #165474) * Crickey, I only uploaded 0.22 last night. * Drag libtime-hires-perl up from Recommends to Depends. -- Steve Kowalik Sun, 20 Oct 2002 13:38:42 +1000 libpoe-perl (2:0.22-1) unstable; urgency=low * New upstream release. * Fix up debian/copyright. (Closes: #157644) * Add the five other perl modules POE now needs to Build-Depends-Indep and Depends. * Bump Standards-Version to 3.5.7. -- Steve Kowalik Sat, 19 Oct 2002 15:46:32 +1000 libpoe-perl (2:0.19-1) unstable; urgency=low * New upstream release -- Steve Kowalik Fri, 29 Mar 2002 19:01:45 +1100 libpoe-perl (2:0.18-1) unstable; urgency=low # The "Damnit, I'm late" release. * New upstream version. -- Steve Kowalik Mon, 18 Feb 2002 23:16:53 +1100 libpoe-perl (2:0.17-3) unstable; urgency=low * Changing from Build-Depends to Build-Depends-Indep. -- Steve Kowalik Sat, 3 Nov 2001 17:21:55 +1100 libpoe-perl (2:0.17-2) unstable; urgency=low * Don't install examples in an sub-directory in the examples directory. * Include TODO as a doc. -- Steve Kowalik Wed, 5 Sep 2001 09:47:40 +1000 libpoe-perl (2:0.17-1) unstable; urgency=low * New upstream release -- Steve Kowalik Mon, 3 Sep 2001 22:24:52 +1000 libpoe-perl (2:0.15-2) unstable; urgency=medium * Fix a silly typo in package description. (Closes: #110488) * Ooops. Fix up the Conflicts and Replaces. -- Steve Kowalik Thu, 30 Aug 2001 00:21:06 +1000 libpoe-perl (2:0.15-1) unstable; urgency=low * New maintainer. * New upstream version. (Closes: #84036) * Sigh, adding epoch. :-( * Renaming package from libpoe-perl0 to libpoe-perl. (Closes: #89524) * Add dependancy on libfilter-perl. (Closes: #97023) * Adding libfilter-perl as a Build-Depend, as building also requires it. * Conflict again the old version of libpoe-perl0. * Hacked at debian/rules to use vendor install directories. * Also fixed up the "Not in MANIFEST" spew from a bad clean target. -- Steve Kowalik Sat, 25 Aug 2001 19:08:25 +1000 libpoe-perl (0.1204-1) unstable; urgency=low * Too long since upgrade from upstream version: #84036 -- Rafael Kitover Thu, 8 Feb 2001 19:39:22 -0800 libpoe-perl (0.0703-2) unstable; urgency=low * Minor fixes to package side of things. * Fixed package name. -- Rafael Kitover Sun, 12 Sep 1999 17:58:32 -0700 libpoe-perl (0.0703-1) unstable; urgency=low * Initial Release. -- Rafael Kitover Mon, 6 Sep 1999 23:44:39 -0700 debian/source/0000755000000000000000000000000012232277305010471 5ustar debian/source/format0000644000000000000000000000001412232277305011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000070312232277305010251 0ustar #!/usr/bin/make -f PERL ?= /usr/bin/perl %: dh $@ override_dh_auto_configure: # Run network tests only if localhost is reachable, the perl snippet touch # run_network_tests if the loopback interface is available. $(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_configure override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test debian/clean0000644000000000000000000000002212232277305010170 0ustar run_network_tests