debian/0000755000000000000000000000000012255561333007173 5ustar debian/rules0000755000000000000000000000104412255561333010252 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: # ensure we build only arch:any packages # safeguard against converting the package again to arch:all # cf. #596257 and #708730 dh $@ -a override_dh_auto_test: PERL_ANYEVENT_LOOP_TESTS=1 xvfb-run -a dh_auto_test override_dh_installexamples: dh_installexamples sed -i '1s|^#!/opt/perl/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* sed -i '1s|^#!/opt/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/control0000644000000000000000000000544012255561333010601 0ustar Source: libanyevent-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ansgar Burchardt , gregor herrmann , Maximilian Gass , Nicholas Bamber , Alessandro Ghedini , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8), libasync-interrupt-perl, libev-perl, libevent-perl, libglib-perl, libio-async-perl, libnet-ssleay-perl, libpoe-perl, netbase, perl, perl-tk, shared-mime-info, xauth, xvfb Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-perl.git Homepage: https://metacpan.org/release/AnyEvent/ Package: libanyevent-perl # needs to be and stay arch:any; constants.pl has arch-specific constants # cf. #596257 and #708730 Architecture: any Depends: ${misc:Depends}, ${perl:Depends} Recommends: libasync-interrupt-perl, libev-perl | libevent-perl, libguard-perl Suggests: libev-perl, libevent-perl, libio-async-perl, libjson-perl | libjson-xs-perl, libnet-ssleay-perl, libpoe-perl, libtask-weaken-perl Description: event loop framework with multiple implementations AnyEvent is not an event model itself, it only interfaces to whatever event model the main program happens to use, in a pragmatic way. For event models, the statement "there can only be one" is a bitter reality: In general, only one event loop can be active at the same time in a process. This module cannot change this, but it can hide the differences between them. . The goal of AnyEvent is to offer module authors the ability to do event programming (waiting for I/O or timer events) without subscribing to a religion, a way of living, and most importantly: without forcing your module users into the same thing by forcing them to use the same event model you use. . During the first call of any watcher-creation method, the module tries to detect the currently loaded event loop by probing whether one of the following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk, Event::Lib, Qt, POE. The first one found is used. If none are detected, the module tries to load the first four modules in the order given; but note that if EV is not available, the pure-perl AnyEvent::Loop should always work, so the other two are not normally tried. debian/source/0000755000000000000000000000000012255561333010473 5ustar debian/source/format0000644000000000000000000000001412255561333011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000003714412255561333011056 0ustar libanyevent-perl (7.070-1) unstable; urgency=medium [ Xavier Guimard ] * Imported Upstream version 7.070 * Bump Standards-Version to 3.9.5 * Remove declare-encoding-in-pod patch now included in upstream * Refresh patches offsets [ gregor herrmann ] * This release contains a fix for "FBFTS: AnyEvent fails t/81_hosts.t on system with OpenDNS". (Closes: #731794) -- Xavier Guimard Sun, 22 Dec 2013 13:26:03 +0100 libanyevent-perl (7.050-1) unstable; urgency=low * Imported Upstream version 7.050 * Refresh spelling patch offset * Add patch to correct missing encoding declaration in pod documentation * Update debian/copyright years -- Xavier Guimard Sun, 08 Sep 2013 07:25:26 +0200 libanyevent-perl (7.040-3) unstable; urgency=low * Switch back to Architecture: any in debian/control. debian/rules: make sure we build only arch:any packages as a safeguard against making the same mistake again. Thanks to Niko Tyni for the analysis. (Closes: #708730) -- gregor herrmann Sat, 18 May 2013 17:39:55 +0200 libanyevent-perl (7.040-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Move libasync-interrupt-perl, libev-perl, libguard-perl from Suggests to Recommends. Thanks to Jonas Smedegaard for the bug report. (Closes: #705742) [ Xavier Guimard ] * Add patch to replace hardcoded die by a warn if IO::Async::Loop::AnyEvent is in use (Closes: #706453) * Re-order dependencies to recommend one of libev-perl or libevent-perl * Update description to document Suggests (Closes: #705744) -- Xavier Guimard Fri, 17 May 2013 06:37:38 +0200 libanyevent-perl (7.040-1) unstable; urgency=low * Imported Upstream version 7.040 * Bump Standards-Version to 3.9.4 * Use debhelper 8 instead of 9 (non binary) * Update copyright years -- Xavier Guimard Sun, 02 Dec 2012 09:03:32 +0100 libanyevent-perl (7.020-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Wed, 15 Aug 2012 18:33:44 +0200 libanyevent-perl (7.010-1) unstable; urgency=low * New upstream release * Update fix-spelling.patch -- Alessandro Ghedini Wed, 16 May 2012 12:03:38 +0200 libanyevent-perl (7.000-1) unstable; urgency=low * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org * Refresh fix-spelling.patch * Drop use-tlsv1-in-test.patch (fixed upstream) -- Alessandro Ghedini Tue, 08 May 2012 15:22:47 +0200 libanyevent-perl (6.140-2) unstable; urgency=low * Add use-tlsv1-in-test.patch (Closes: #665233) * Bump debhelper compat level to 9 * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Remove lintian override about outdated DEP5 -- Alessandro Ghedini Tue, 27 Mar 2012 12:20:10 +0200 libanyevent-perl (6.140-1) unstable; urgency=low * New upstream release * Added lintian override about DEP-5 format * Reviewed spelling patch -- Nicholas Bamber Fri, 17 Feb 2012 16:40:49 +0000 libanyevent-perl (6.130-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Thu, 12 Jan 2012 22:10:04 +0100 libanyevent-perl (6.120-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. -- gregor herrmann Tue, 13 Dec 2011 18:13:04 +0100 libanyevent-perl (6.110-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 26 Nov 2011 16:31:48 +0100 libanyevent-perl (6.100-2) unstable; urgency=low * Add libev-perl to Build-Depends and Suggests -- Alessandro Ghedini Tue, 22 Nov 2011 14:49:49 +0100 libanyevent-perl (6.100-1) unstable; urgency=low * New upstream release * Update debian/NEWS with incompatible changes * Add fix-spelling.patch to fix a spelling error -- Alessandro Ghedini Wed, 05 Oct 2011 16:52:34 +0200 libanyevent-perl (6.020-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Sat, 27 Aug 2011 12:12:26 +0200 libanyevent-perl (6.010-1) unstable; urgency=low [ Ansgar Burchardt ] * 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. [ Alessandro Ghedini ] * New upstream release * Update upstream copyright years * Re-order (Build-)Depends * Add debian/NEWS with incompatible changes and deprecations * Move libasync-interrupt-perl to Suggests * Add libtask-weaken-perl to Suggests * Run loop tests * Add libevent-perl, libglib-perl, libio-async-perl, libnet-ssleay-perl, libpoe-perl and perl-tk to Build-Depends (needed by tests) and Suggests * Run tests under xvfb (due to Tk tests), update Build-Depends accordingly -- Alessandro Ghedini Fri, 26 Aug 2011 14:41:42 +0200 libanyevent-perl (5.340-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes needed) * Add myself to Uploaders [ gregor herrmann ] * Remove version from libnet-ssleay-perl in Suggests, already satisfied in oldstable. -- Alessandro Ghedini Thu, 12 May 2011 17:00:29 +0200 libanyevent-perl (5.310-1) unstable; urgency=low * New upstream release * Email change: Ansgar Burchardt -> ansgar@debian.org * Email change: gregor herrmann -> gregoa@debian.org * Email change: Jonathan Yu -> jawnsy@cpan.org * Refreshed copyright using local version of dh-make-perl (cf. #609409) -- Nicholas Bamber Mon, 24 Jan 2011 23:33:01 +0000 libanyevent-perl (5.300-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Remove POD patch, no longer needed * Because constants.pl is arch-dependent, all files are now installed in /usr/lib [ Ansgar Burchardt ] * Add copyright information for lib/AnyEvent/Impl/Cocoa.pm. * debian/rules: No longer move constants.pl: already installed to /usr/lib by default. * Override package-installs-nonbinary-perl-in-usr-lib-perl5 lintian warning for all files in /usr/lib/perl5, not only for constants.pl. -- Jonathan Yu Sat, 01 Jan 2011 00:04:09 -0500 libanyevent-perl (5.290-1) unstable; urgency=low * New upstream release * Added patch to fix pod format issues * Added generated file to clean list -- Nicholas Bamber Sat, 11 Dec 2010 16:11:51 +0000 libanyevent-perl (5.280-1) unstable; urgency=low [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Rewrote short description * Refreshed copyright: spec line and remove 'GNU/Linux' [ Ansgar Burchardt ] * Update my email address. -- Nicholas Bamber Wed, 20 Oct 2010 21:57:18 +0100 libanyevent-perl (5.271-2) unstable; urgency=low * debian/control: convert package to arch:any, there are architecture specific constants since 5.25; thanks a lot to Niko Tyni for the debugging! debian/rules: install AnyEvent/constants.pl into /usr/lib/perl5. Add a lintian override addressing this move. Closes: #596257. * Set Standards-Version to 3.9.1 (no changes). * debian/copyright: refresh License stanzas; update list of copyright holders for debian/*. -- gregor herrmann Thu, 09 Sep 2010 22:43:18 +0200 libanyevent-perl (5.271-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 12 Jun 2010 15:58:26 +0200 libanyevent-perl (5.270-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sun, 06 Jun 2010 22:13:37 +0900 libanyevent-perl (5.260-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 16 Apr 2010 21:17:55 +0200 libanyevent-perl (5.251-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) * Use new 3.0 (quilt) source format * Drop POD spelling patch applied upstream -- Jonathan Yu Sat, 13 Mar 2010 15:13:36 -0500 libanyevent-perl (5.240-1) unstable; urgency=low * New upstream release * Remove perl-path patch, replace with override * Add a patch to correct POD spelling errors * Update copyright to new DEP5 format * Update copyright years -- Jonathan Yu Tue, 05 Jan 2010 13:42:15 -0500 libanyevent-perl (5.230-1) unstable; urgency=low * New upstream release -- Jonathan Yu Sun, 20 Dec 2009 20:48:54 -0500 libanyevent-perl (5.220-1) unstable; urgency=low * New upstream release -- Jonathan Yu Sat, 05 Dec 2009 07:57:53 -0500 libanyevent-perl (5.210-1) unstable; urgency=low * New upstream release -- Jonathan Yu Thu, 19 Nov 2009 07:49:00 -0500 libanyevent-perl (5.202-1) unstable; urgency=low * New upstream release -- Jonathan Yu Thu, 15 Oct 2009 19:30:13 -0400 libanyevent-perl (5.201-1) unstable; urgency=low * New upstream release + Fix regression on AnyEvent::Handle's on_starttls and on_stoptls + common::sense 2.0 could cause tcp_server to throw an exception -- Jonathan Yu Tue, 29 Sep 2009 19:33:25 -0400 libanyevent-perl (5.200-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Be more lenient when parsing resolv.conf files + Use same set of warnings as common::sense 2.0 + Fix potential 32bit overflow issue due to perl having problems with large hex constants in the Perl backend + Optionally uses Async::Interrupt 1.02 + Replace OpenDNS fallbacks by Verizon/Level3 public DNS + No longer supports register_read_type and register_write_type in AnyEvent::Handle + New options for AE::Handle: "keepalive" and "oobinline" * Recommends libasync-interrupt-perl * Reference the public list archives for the copyright mail [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Fri, 18 Sep 2009 19:37:15 -0400 libanyevent-perl (5.112-1) unstable; urgency=low * New upstream release + Bug fix: AnyEvent::Handle could cause hard crashes in Net::SSLeay when using starttls with an illegal/uncreatable tls context -- Jonathan Yu Fri, 21 Aug 2009 13:00:57 -0400 libanyevent-perl (5.111-1) unstable; urgency=low [ Jonathan Yu] * New upstream releases (4.870 - 4.910) [ 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). [ Maximilian Gass ] * New upstream release * Added libguard-perl to Suggests * Removed libevent-perl from Recommends, no longer preferred * Changed writing of my last name in debian/control * Bumped Standards-Version to 3.8.3 -- Maximilian Gass Wed, 19 Aug 2009 01:33:33 +0200 libanyevent-perl (4.860-1) unstable; urgency=low * New upstream release + Work around signal handling races in Event and Event::Lib + Try aligning signal-race timer to full-second boundaries -- Jonathan Yu Tue, 21 Jul 2009 11:05:43 -0400 libanyevent-perl (4.850-1) unstable; urgency=low * New upstream release + Now detects recursive blocking waits and croaks + Ignore possible spurious wake-ups in tcp_connect + Fix signal race problem (see $AnyEvent::MAX_SIGNAL_LATENCY) + Time::HiRes and Guard are loaded on-demand + Reduce memory usage -- Jonathan Yu Sat, 18 Jul 2009 09:09:53 -0400 libanyevent-perl (4.820-1) unstable; urgency=low * New upstream release + Workaround for a race condition in perl's select() call + Bug fix -- POE and Event backends didn't accept some callable objects as callbacks * Copyright information moved back into d/copyright per ftp-master Frank Lichtenheld -- Jonathan Yu Sat, 11 Jul 2009 12:29:09 -0400 libanyevent-perl (4.810-1) unstable; urgency=low * New upstream release + Various bug fixes and feature additions -- Jonathan Yu Thu, 09 Jul 2009 12:04:49 -0400 libanyevent-perl (4.800-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Various bug fixes and feature additions [ gregor herrmann ] * debian/control: add packages for modules that are 'recommended' by upstream to Suggests:. -- Jonathan Yu Tue, 07 Jul 2009 10:59:26 -0400 libanyevent-perl (4.451-1) unstable; urgency=low * New upstream release + Small bug fix (fixes breakage of AnyEvent::HTTP when shutting down an AnyEvent::Handle) -- Jonathan Yu Fri, 03 Jul 2009 06:28:47 -0400 libanyevent-perl (4.450-1) unstable; urgency=low * New upstream release + Documentation patches + Bug fixes (a write error could cause AnyEvent::Handle to create an I/O watcher with an undefined $fh) + Speed improvements -- Jonathan Yu Tue, 30 Jun 2009 06:04:21 -0400 libanyevent-perl (4.420-1) unstable; urgency=low * New upstream release + New 'untaint' attribute + Resets SIGCHLD signal handler so that child status is caught + some preliminary support for IO::Async (libio-async-perl) + Documentation and stuff * whatis patch removed, as it was fixed upstream * Renamed perl_path patch to perl-path.patch, added headers * Upgraded to Standards-Version 3.8.2 * Using short d/rules format [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Fri, 26 Jun 2009 08:43:00 -0400 libanyevent-perl (4.410-1) unstable; urgency=low * New upstream release (no new dependencies) * Forwarded whatis copyright bug (RT#46224) * Fixed copyright file -> Moved copyright e-mail to its own file; I'm not sure how it fits into the whole machine readable copyright stuff -> Forwarded copyright issue (RT#46226) * Cleaned up control file description -- Jonathan Yu Tue, 19 May 2009 14:33:34 -0400 libanyevent-perl (4.400-1) unstable; urgency=low * New upstream release. -- gregor herrmann Mon, 27 Apr 2009 18:06:02 +0200 libanyevent-perl (4.352-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 24 Apr 2009 18:14:47 +0200 libanyevent-perl (4.351-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders. -- Ansgar Burchardt Wed, 15 Apr 2009 22:57:08 +0200 libanyevent-perl (4.350-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.1 (no changes). -- gregor herrmann Sun, 29 Mar 2009 15:48:17 +0200 libanyevent-perl (4.340-1) unstable; urgency=low [ Martín Ferrari ] * debia/watch: add uversionmangle to cope with non-sane versioning. [ gregor herrmann ] * New upstream release. * Update debian/patches/perl_path. * Install all examples. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * Add /me to Uploaders. -- gregor herrmann Tue, 10 Mar 2009 19:27:34 +0100 libanyevent-perl (4.331-1) unstable; urgency=low * Initial Release (closes: #496904). -- Maximilian Gaß Mon, 19 Jan 2009 00:20:11 +0100 debian/NEWS0000644000000000000000000000221212255561333007667 0ustar libanyevent-perl (6.100-1) unstable; urgency=low [ INCOMPATIBLE CHANGES ] * the default log level is now "4" (error and above), and some messages inside AnyEvent have been elevated to higher log levels to print by default. -- Alessandro Ghedini Wed, 05 Oct 2011 16:53:31 +0200 libanyevent-perl (6.010-1) unstable; urgency=low [ INCOMPATIBLE CHANGES ] * AnyEvent::DNS resource records now include the TTL as fourth element - this affects ->resolve, ->request and ->dns_unpack indirectly. Convenience functions such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is AnyEvent::Socket. * backend authors now should not implement one_event or loop, but instead the AnyEvent::CondVar::_wait and _poll methods. * verbosity levels have been redefined, see AnyEvent (PERL_ANYEVENT_VERBOSE) and AnyEvent::Log for details. [ DEPRECATIONS ] * please change "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" in your programs, for future compatibility. -- Alessandro Ghedini Fri, 26 Aug 2011 14:41:35 +0200 debian/libanyevent-perl.examples0000644000000000000000000000000512255561333014206 0ustar eg/* debian/compat0000644000000000000000000000000212255561333010371 0ustar 8 debian/clean0000644000000000000000000000003212255561333010173 0ustar lib/AnyEvent/constants.pl debian/README.Debian0000644000000000000000000000073312255561333011237 0ustar Changes in source code ---------------------- libanyevent-perl has been patched to replace an hardcoded die with a warning. The problem has been reported here: * http://bugs.debian.org/706453 * http://www.nntp.perl.org/group/perl.perl5.porters/2012/02/msg183037.html AnyEvent.pm hardcodes a die() if IO::Async::Loop::AnyEvent is in use but that code can work for some uses. So the file debian/patches/replace-abuse-die-with-warn.patch replace the "die" with a warning. debian/libanyevent-perl.dirs0000644000000000000000000000002712255561333013335 0ustar usr/lib/perl5/AnyEvent debian/patches/0000755000000000000000000000000012255561333010622 5ustar debian/patches/declare-encoding-in-pod.patch0000644000000000000000000000111212255561333016205 0ustar Description: declare encoding in POD Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=88493 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88493 Last-Update: 2013-09-08 --- a/lib/AnyEvent/Util.pm +++ b/lib/AnyEvent/Util.pm @@ -1,5 +1,7 @@ =head1 NAME +=encoding UTF-8 + AnyEvent::Util - various utility functions. =head1 SYNOPSIS --- a/lib/AnyEvent/Intro.pod +++ b/lib/AnyEvent/Intro.pod @@ -1,5 +1,7 @@ =head1 NAME +=encoding UTF-8 + AnyEvent::Intro - an introductory tutorial to AnyEvent =head1 Introduction to AnyEvent debian/patches/replace-abuse-die-with-warn.patch0000644000000000000000000000170512255561333017033 0ustar Description: replace hardcoded die by a warn if IO::Async::Loop::AnyEvent is in use Author: Xavier Guimard Bug-Debian: http://bugs.debian.org/706453 Forwarded: http://www.nntp.perl.org/group/perl.perl5.porters/2012/02/msg183037.html Last-Update: 2013-05-01 --- a/lib/AnyEvent.pm +++ b/lib/AnyEvent.pm @@ -1409,7 +1409,10 @@ # the author knows about the problems and what it does to AnyEvent as a whole # (and the ability of others to use AnyEvent), but simply wants to abuse AnyEvent # anyway. - AnyEvent::log fatal => "IO::Async::Loop::AnyEvent detected - that module is broken by\n" + # + # Debian change (see README.Debian): + # "AnyEvent::log fatal" is relaced by "AnyEvent::log 5" + AnyEvent::log 5 => "IO::Async::Loop::AnyEvent detected - that module is broken by\n" . "design, abuses internals and breaks AnyEvent - will not continue." if exists $INC{"IO/Async/Loop/AnyEvent.pm"}; debian/patches/fix-spelling.patch0000644000000000000000000000220412255561333014242 0ustar Description: Fix a spelling error found by lintian Origin: vendor Author: Alessandro Ghedini Reviewed-by: Nicholas Bamber Last-Update: 2012-05-16 Forwarded: mailto:anyevent@lists.schmorp.de --- a/lib/AnyEvent.pm +++ b/lib/AnyEvent.pm @@ -434,7 +434,7 @@ C libraries for this. AnyEvent will try to do its best, which means in some cases, signals will be delayed. The maximum time a signal might be delayed is 10 seconds by default, but can -be overriden via C<$ENV{PERL_ANYEVENT_MAX_SIGNAL_LATENCY}> or +be overridden via C<$ENV{PERL_ANYEVENT_MAX_SIGNAL_LATENCY}> or C<$AnyEvent::MAX_SIGNAL_LATENCY> - see the L section for details. --- a/lib/AnyEvent/Handle.pm +++ b/lib/AnyEvent/Handle.pm @@ -1869,7 +1869,7 @@ dtection, make sure that any non-TLS data doesn't start with the octet 22 (ASCII SYN, 16 hex) or 128-255 (i.e. highest bit set). The checks this read type does are a bit more strict, but might losen in the future to -accomodate protocol changes. +accommodate protocol changes. This read type does not rely on L (and thus, not on L). debian/patches/series0000644000000000000000000000006512255561333012040 0ustar fix-spelling.patch replace-abuse-die-with-warn.patch debian/copyright0000644000000000000000000000337012255561333011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent Source: https://metacpan.org/release/AnyEvent/ Upstream-Contact: Marc Lehmann Files: * Copyright: 2004-2009, Marc Alexander Lehmann 2004-2009, Robin Redeker License: Artistic or GPL-1+ Comment: This came from an e-mail which was copied to the debian-perl list: http://lists.debian.org/debian-perl/2009/01/msg00082.html Files: lib/AnyEvent/Impl/Cocoa.pm Copyright: 2009, KAYAC Inc. 2010-2011, Marc Lehmann License: Artistic or GPL-1+ Comment: Assuming that the license in COPYING applies for this files as well. See also the comment above. Files: debian/* Copyright: 2009-2011, Jonathan Yu 2009-2011, gregor herrmann 2009-2010, Ansgar Burchardt 2009, Maximilian Gass 2010-2012, Nicholas Bamber 2011-2012, Alessandro Ghedini 2012-2013, Xavier Guimard 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/libanyevent-perl.lintian-overrides0000644000000000000000000000026612255561333016037 0ustar # constants.pl contains architecture specific constants thus everything is # installed to /usr/lib libanyevent-perl: package-installs-nonbinary-perl-in-usr-lib-perl5 usr/lib/perl5/* debian/watch0000644000000000000000000000024412255561333010224 0ustar version=3 opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/" \ https://metacpan.org/release/AnyEvent/ .*/AnyEvent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$