--- libanyevent-perl-5.240.orig/debian/watch +++ libanyevent-perl-5.240/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/" \ + http://search.cpan.org/dist/AnyEvent/ \ + .*/AnyEvent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libanyevent-perl-5.240.orig/debian/libanyevent-perl.examples +++ libanyevent-perl-5.240/debian/libanyevent-perl.examples @@ -0,0 +1 @@ +eg/* --- libanyevent-perl-5.240.orig/debian/control +++ libanyevent-perl-5.240/debian/control @@ -0,0 +1,35 @@ +Source: libanyevent-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, netbase, libasync-interrupt-perl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Perl Group +Uploaders: Jonathan Yu , + Ansgar Burchardt , gregor herrmann , + Maximilian Gass +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/AnyEvent/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libanyevent-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libanyevent-perl/ + +Package: libanyevent-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Suggests: libjson-perl (>= 2.09) | libjson-xs-perl (>= 2.220), + libnet-ssleay-perl (>= 1.33), libguard-perl +Recommends: libasync-interrupt-perl +Replaces: anyevent-perl +Conflicts: anyevent-perl +Description: Perl framework to handle multiple event loops + 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. + --- libanyevent-perl-5.240.orig/debian/copyright +++ libanyevent-perl-5.240/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Marc Lehmann +Source: http://search.cpan.org/dist/AnyEvent/ +Name: AnyEvent + +Files: * +Copyright: 2004-2009, Marc Alexander Lehmann + 2004-2009, Robin Redeker +License: Artistic or GPL-1+ +X-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: debian/* +Copyright: 2009-2010, Jonathan Yu + 2008-2009, Maximilian Gaß +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + --- libanyevent-perl-5.240.orig/debian/rules +++ libanyevent-perl-5.240/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh --with quilt $@ + +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/* + --- libanyevent-perl-5.240.orig/debian/compat +++ libanyevent-perl-5.240/debian/compat @@ -0,0 +1 @@ +7 --- libanyevent-perl-5.240.orig/debian/changelog +++ libanyevent-perl-5.240/debian/changelog @@ -0,0 +1,239 @@ +libanyevent-perl (5.240-1ubuntu0.1) lucid-proposed; urgency=low + + * debian/control: Replace and Conflict on anyevent-perl to avoid an error when + upgrading from previous versions. (LP: #572151) + + -- Ansgar Burchardt Sat, 01 May 2010 15:44:06 +0900 + +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 --- libanyevent-perl-5.240.orig/debian/README.source +++ libanyevent-perl-5.240/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libanyevent-perl-5.240.orig/debian/patches/fix-pod-spelling.patch +++ libanyevent-perl-5.240/debian/patches/fix-pod-spelling.patch @@ -0,0 +1,15 @@ +Description: fix POD spelling errors +Author: Jonathan Yu +Origin: vendor +Forwarded: no +--- a/lib/AE.pm ++++ b/lib/AE.pm +@@ -23,7 +23,7 @@ + many mistakes are caught at compiletime with this API. + + Also, some backends (Perl and EV) are so fast that the method call +-overhead is very noticable (with EV it increases the time five- to ++overhead is very noticeable (with EV it increases the time five- to + six-fold, with Perl the method call overhead is about a factor of two). + + At the moment, there will be no checking (L does not --- libanyevent-perl-5.240.orig/debian/patches/series +++ libanyevent-perl-5.240/debian/patches/series @@ -0,0 +1 @@ +fix-pod-spelling.patch