debian/0000755000000000000000000000000012235254561007173 5ustar debian/watch0000644000000000000000000000017312101266117010215 0ustar version=3 https://metacpan.org/release/POE-Filter-IRCD/ .+/POE-Filter-IRCD-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000244712235254526011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE-Filter-IRCD Upstream-Contact: Chris Williams Source: https://metacpan.org/release/POE-Filter-IRCD/ Files: * Copyright: 2013, Chris Williams 2013, Jonathan Steinert License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Florian Schlichting 2009, Ryan Niebur 2009, Jonathan Yu 2008, Damyan Ivanov 2008, Martín Ferrari 2005-2006, Steve Kowalik 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/control0000644000000000000000000000234712235254511010577 0ustar Source: libpoe-filter-ircd-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libpoe-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Rene Mayorga , Damyan Ivanov , Martín Ferrari , Ryan Niebur , Jonathan Yu , Florian Schlichting Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/POE-Filter-IRCD/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-filter-ircd-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-filter-ircd-perl.git Package: libpoe-filter-ircd-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl Description: parser for the IRC protocol POE::Filter::IRCD is a Perl module that provides a convenient way of creating and parsing Internet Relay Chat (IRC) protocol commands using the Perl Object Environment (POE) framework. . This module provides the basic parsing engine for various modules, including POE::Component::IRC and POE::Component::Server::IRC. A standalone version is available as Parse::IRC. debian/compat0000644000000000000000000000000212235254334010367 0ustar 8 debian/changelog0000644000000000000000000001012312235254561011042 0ustar libpoe-filter-ircd-perl (2.44-1) unstable; urgency=low [ 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 2.44 * Bump year of upstream copyright * Drop copyright paragraph for removed inc/Module/* * Update stand-alone license paragraphs to commonly used version (not limiting Debian to GNU/Linux, directly linking to GPL-1) * Bump dh compatibility to level 8 * Switch to source format 3.0 (quilt) * Declare compliance with Debian Policy 3.9.5 * Add myself to uploaders and copyright -- Florian Schlichting Sat, 02 Nov 2013 20:58:27 +0100 libpoe-filter-ircd-perl (2.42-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add myself to Uploaders and Copyright * Standards-Version 3.8.3 (drop perl version dep) * Rewrote control description [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * Minimize debian/rules. -- Jonathan Yu Tue, 15 Dec 2009 19:41:50 -0500 libpoe-filter-ircd-perl (2.40-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 * Add myself to Uploaders * Debian Policy 3.8.1 * debhelper 7 * add examples * machine readable copyright format -- Ryan Niebur Sat, 02 May 2009 08:45:05 -0700 libpoe-filter-ircd-perl (2.38-1) unstable; urgency=low * New upstream release: no changes in code, only QA stuff in upstream. * Updated my email address. * Bumped Standards-Version to 3.8.0, without changes needed (yay!). -- Martín Ferrari Fri, 06 Jun 2008 06:35:44 -0300 libpoe-filter-ircd-perl (2.36-1) unstable; urgency=low * New upstream release (nothing of interest to us). * debian/control: add myself to Uploaders or this looks like an NMU. * debian/copyright: fixed debian/ CP years. Also sent a bug upstream to ask for a proper CP notice and license in the code (CPAN#34141). -- Martín Ferrari Sun, 16 Mar 2008 22:46:50 -0300 libpoe-filter-ircd-perl (2.35-1) unstable; urgency=low [gregor herrmann] * Take over for the Debian Perl Group on maintainer's request; cf. http://lists.debian.org/debian-perl/2008/02/msg00053.html * 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 ). * Add debian/watch. [Rene Mayorga] * New upstream release * debian/control + Add Build-Depends field and move debhelper to there + Set standards-version to 3.7.3 ( no changes requiered ) + Add Uploaders field and I myself. + Add ${misc:Depends} to Depends: field * debian/rules: sync it with the newest version from dh-make-perl * Don't install README, it's only have install info. * remove debian/docs * full rewrite of debian/copyright [ Damyan Ivanov ] * debian/copyright: add authors, deduce that license is "same as perl" from META.yml * add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I * add myself to Uploaders -- Damyan Ivanov Thu, 06 Mar 2008 11:53:03 +0200 libpoe-filter-ircd-perl (2.0-1) unstable; urgency=low * New upstream release. - Now subclass POE::Filter. (Closes: #387389) -- Steve Kowalik Fri, 15 Sep 2006 21:10:36 +1000 libpoe-filter-ircd-perl (1.2-1) unstable; urgency=low * Initial Release. (Closes: #338272) -- Steve Kowalik Mon, 14 Nov 2005 15:31:45 +1100 debian/libpoe-filter-ircd-perl.examples0000644000000000000000000000001311671750501015337 0ustar examples/* debian/source/0000755000000000000000000000000012235254364010474 5ustar debian/source/format0000644000000000000000000000001412235254364011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511671750501010247 0ustar #!/usr/bin/make -f %: dh $@