debian/0000755000000000000000000000000011627466272007203 5ustar debian/control0000644000000000000000000000236311627466272010612 0ustar Source: libpoe-component-syndicator-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jotam Jr. Trejo Build-Depends: debhelper (>= 8) Build-Depends-Indep: libobject-pluggable-perl, libpoe-perl (>= 2:1.3110), perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-syndicator-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpoe-component-syndicator-perl.git Homepage: http://search.cpan.org/dist/POE-Component-Syndicator/ Package: libpoe-component-syndicator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libobject-pluggable-perl, libpoe-perl (>= 2:1.3110) Description: POE component base class which implements the Observer pattern POE::Component::Syndicator is a base class for POE components which need to handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way. . POE::Component::Syndicator (as well as Object::Pluggable, which this module inherits from) was born out of POE::Component::IRC, the guts of which quickly spread to other POE components. Now they can all inherit from this module instead. debian/copyright0000644000000000000000000000214311627466272011136 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Hinrik Örn Sigurðsson Source: http://search.cpan.org/dist/POE-Component-Syndicator/ Name: POE-Component-Syndicator Files: * Copyright: 2011, Hinrik Örn Sigurðsson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Jotam Jr. Trejo 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/watch0000644000000000000000000000021511627466272010232 0ustar version=3 http://search.cpan.org/dist/POE-Component-Syndicator/ .*/POE-Component-Syndicator-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011627466272010632 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000102011627466272015025 0ustar Description: Fix pod spelling error Origin: vendor Forwarded: no Author: Jotam Jr. Trejo Last-Update: 2011-08-30 --- a/lib/POE/Component/Syndicator.pm +++ b/lib/POE/Component/Syndicator.pm @@ -570,7 +570,7 @@ documentation. A subclass does not have to register for plugin events. Two event types are supported: SERVER and USER, though their names can be -overriden (see L|/_syndicator_init>). +overridden (see L|/_syndicator_init>). =head3 SERVER events debian/patches/series0000644000000000000000000000002711627466272012046 0ustar fix-pod-spelling.patch debian/compat0000644000000000000000000000000211627466272010401 0ustar 8 debian/changelog0000644000000000000000000000026611627466272011061 0ustar libpoe-component-syndicator-perl (0.06-1) unstable; urgency=low * Initial Release. (Closes: #639864) -- Jotam Jr. Trejo Wed, 31 Aug 2011 00:03:26 -0600 debian/source/0000755000000000000000000000000011627466272010503 5ustar debian/source/format0000644000000000000000000000001411627466272011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611627466272010262 0ustar #!/usr/bin/make -f %: dh $@