debian/0000755000000000000000000000000012231166376007175 5ustar debian/watch0000644000000000000000000000015212141561146010216 0ustar version=3 https://metacpan.org/release/Event/ \ .*/Event-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libevent-perl.docs0000644000000000000000000000004512141561146012610 0ustar Tutorial.pdf Tutorial.pdf-errata.txt debian/rules0000755000000000000000000000003612141561146010246 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000255612141561146011132 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Joshua N. Pritikin Source: https://metacpan.org/release/Event/ Name: Event Files: * Copyright: 1998-2004, Joshua N. Pritikin 1997, Joshua Nathaniel Pritikin & Graham Barr License: Artistic or GPL-1+ Files: pport.h Copyright: 1999, Kenneth Albanowski License-Alias: Perl License: Artistic or GPL-1+ Files: debian/* Copyright: 2002-2005, Steve Kowalik 2008-2011, gregor herrmann 2008, Rene Mayorga 2009, Nathan Handler 2011, Alessandro Ghedini 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 the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/source/0000755000000000000000000000000012141561146010467 5ustar debian/source/format0000644000000000000000000000001412141561146011675 0ustar 3.0 (quilt) debian/libevent-perl.examples0000644000000000000000000000000712141561146013474 0ustar demo/* debian/patches/0000755000000000000000000000000012141561146010616 5ustar debian/patches/fix-example-wrong-path-for-interpreter.patch0000644000000000000000000000200412141561146021263 0ustar Description: Adjust the shebang line to point to /usr/bin/perl instead of ./perl or env perl, in the examples. This fixes various example-wrong-path-for-interpreter and example-interpreter-not-absolute lintian warnings --- a/demo/echo.t +++ b/demo/echo.t @@ -1,4 +1,4 @@ -#!./perl -w +#!/usr/bin/perl -w $| = 1; use Event qw(time); --- a/demo/group.t +++ b/demo/group.t @@ -1,4 +1,4 @@ -#!./perl -w +#!/usr/bin/perl -w use strict; use Test; plan test => 6; --- a/demo/perlqt.t +++ b/demo/perlqt.t @@ -1,4 +1,4 @@ -#!./perl -w +#!/usr/bin/perl -w use Qt 2.0; use Event; --- a/demo/rand_interval.t +++ b/demo/rand_interval.t @@ -1,4 +1,4 @@ -#!./perl -w +#!/usr/bin/perl -w # contributed by jsalmon@gw.thesalmons.org use Event qw(loop); --- a/demo/readline.t +++ b/demo/readline.t @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/perl -w # # Test script to combine Term::Readline::Gnu and Event. --- a/demo/repeat.t +++ b/demo/repeat.t @@ -1,4 +1,4 @@ -#!./perl -w +#!/usr/bin/perl -w use strict; use Event; debian/patches/series0000644000000000000000000000005512141561146012033 0ustar fix-example-wrong-path-for-interpreter.patch debian/compat0000644000000000000000000000000212141561146010365 0ustar 8 debian/control0000644000000000000000000000172612141561225010576 0ustar Source: libevent-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Rene Mayorga , gregor herrmann , Nathan handler , Alessandro Ghedini , Dominic Hargreaves Standards-Version: 3.9.2 Homepage: https://metacpan.org/release/Event/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libevent-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libevent-perl.git Build-Depends: debhelper (>= 8), perl Package: libevent-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: libtime-hires-perl Description: generic Perl event loop module The Event module provides a simple and optimized event loop for a rather broad number of applications. It allows Perl programs to register interest in events that concern it, and will receive those events. debian/changelog0000644000000000000000000001411012231166376011044 0ustar libevent-perl (1.21-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:59:42 +0100 libevent-perl (1.21-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * New upstream release (Closes: #676273) [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Dominic Hargreaves ] * New upstream release -- Dominic Hargreaves Sun, 05 May 2013 23:53:40 +0100 libevent-perl (1.15-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 1.13 [ Alessandro Ghedini ] * New upstream release * Switch to 3.0 (quilt) format * Bump Standards-Version to 3.9.2 (no changes needed) * Add myself to Uploaders * debian/copyright: - Replace "Debian GNU/Linux" with just "Debian" - Fix copyright-refers-to-symlink-license * Add fix-example-wrong-path-for-interpreter.patch [ gregor herrmann ] * Install new tutorial errata file alongside the tutorial. * Email change: Rene Mayorga -> rmayorga@debian.org * Update debian/copyright formatting. -- Alessandro Ghedini Wed, 04 May 2011 20:38:06 +0200 libevent-perl (1.12-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. [ Nathan Handler ] * New upstream release * debian/watch: - Update to ignore development releases. * debian/compat: - Bump to 7 * debian/control: - Bump Standards-Version to 3.8.3 - Add myself to list of Uploaders - Bump debhelper Build-Depends to >= 7 * debian/rules: - Switch to short rules format * debian/docs: - Add file to install Tutorial.pdf [ gregor herrmann ] * debian/control: - remove version from perl build dependency as allowed since Policy 3.8.3 - make short description a noun phrase - slightly rephrase long description in order to point out the module name * Update debian/copyright. -- gregor herrmann Thu, 27 Aug 2009 17:31:28 +0200 libevent-perl (1.11-1) unstable; urgency=low * New upstream release. * Refresh debian/rules, no functional changes; install demo/* as examples. * debian/copyright: rearrange "Files: " stanzas and extend information about the packaging. * Add /me to Uploaders. -- gregor herrmann Mon, 19 May 2008 20:56:35 +0200 libevent-perl (1.10-1) unstable; urgency=low [ Martín Ferrari ] * Starting taking over by DPG. See http://lists.debian.org/debian-perl/2008/02/msg00053.html. * Added watchfile. [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Steve Kowalik ). [ Rene Mayorga ] * New Upstream version * debian/control + Bump standards-version to 3.7.3 ( no changes needed ) + Raise compat level to 6 + Add Uploaders field and myself + Add ${misc:Depends} and {shlibs:Depends} to Depends field * debian/rules - sync it with the last dh-make-perl template * Don't install README * remove debian/docs * rewrite debian/copyright * remove the patch introduced by the previos maintainer - this patch was added to avoid some warnings -- Rene Mayorga Thu, 21 Feb 2008 20:21:10 -0600 libevent-perl (1.06-1) unstable; urgency=low * New upstream release. + Fixes a memory leak. (Closes: #324662) -- Steve Kowalik Tue, 23 Aug 2005 22:12:13 +1000 libevent-perl (1.04-1) unstable; urgency=medium * New upstream release. (Closes: #303594) -- Steve Kowalik Sat, 9 Apr 2005 19:47:24 +1000 libevent-perl (1.02-1) unstable; urgency=low * New upstream release. -- Steve Kowalik Sun, 2 Jan 2005 02:49:08 +1100 libevent-perl (1.00-2) unstable; urgency=low * Change Section to perl. * Correct spelling error in long description. (Closes: #263788) * Fix up the rules file a bit. -- Steve Kowalik Fri, 6 Aug 2004 09:49:26 +1000 libevent-perl (1.00-1) unstable; urgency=low * New upstream release. * Move to debhelper compat level 4, change build-deps accordingly. * Bump Standards-Version to 3.6.1; no changes needed. -- Steve Kowalik Mon, 2 Aug 2004 10:01:48 +1000 libevent-perl (0.87-1) unstable; urgency=low * New upstream release. * Recompile to pick up perlapi-5.8 depends. (Closes: #186497) * Drop Build-Depends on perl to 5.6.1-16. (Now go away, Gus.) * Drop dh_undocumented from debian/rules. * Kick to Standards-Version 3.5.9; no changes needed. -- Steve Kowalik Fri, 28 Mar 2003 17:14:25 +1100 libevent-perl (0.86+1-2) unstable; urgency=low * Clean up some of the warnings as best I can. * Stuff 'make test' into its own target in debian/rules. * Recommend libtime-hires-perl. -- Steve Kowalik Mon, 21 Oct 2002 22:17:16 +1000 libevent-perl (0.86+1-1) unstable; urgency=low * Whoops, this package is not binary-indep. Change to Build-Depends, from Build-Depends-Indep. (Closes: #165426) * Sigh, this package was marked as native, fixing. -- Steve Kowalik Sat, 19 Oct 2002 11:51:49 +1000 libevent-perl (0.86-1) unstable; urgency=low * Initial release. (Closes: #158013) * Many, many thanks to Brendan O'Dea and Colin Watson for their help in fixing the fails-to-build-with-5.8 bug. -- Steve Kowalik Wed, 16 Oct 2002 22:32:05 +1000