--- libpoe-component-server-soap-perl-1.14.orig/debian/control +++ libpoe-component-server-soap-perl-1.14/debian/control @@ -0,0 +1,24 @@ +Source: libpoe-component-server-soap-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libpoe-perl, libsoap-lite-perl, + libpoe-component-server-simplehttp-perl (>= 1.54) +Maintainer: Debian Perl Group +Uploaders: Martín Ferrari , Damyan Ivanov , + Rene Mayorga , Ryan Niebur , + Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/POE-Component-Server-SOAP/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-server-soap-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-server-soap-perl/ + +Package: libpoe-component-server-soap-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libsoap-lite-perl, libpoe-perl, + libpoe-component-server-simplehttp-perl (>= 1.54) +Description: POE component to publish event handlers via SOAP over HTTP + POE::Component::Server::SOAP is a component that can publish event handlers + via SOAP over HTTP. Currently, this module only supports SOAP/1.1 requests, + though support for SOAP/1.2 is planned. A simple HTTP server is provided by + POE::Component::Server::SimpleHTTP (libpoe-component-server-simplehttp-perl). --- libpoe-component-server-soap-perl-1.14.orig/debian/libpoe-component-server-soap-perl.examples +++ libpoe-component-server-soap-perl-1.14/debian/libpoe-component-server-soap-perl.examples @@ -0,0 +1 @@ +examples/* --- libpoe-component-server-soap-perl-1.14.orig/debian/copyright +++ libpoe-component-server-soap-perl-1.14/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Apocalypse +Source: http://search.cpan.org/dist/POE-Component-Server-SOAP/ +Name: POE-Component-Server-SOAP + +Files: * +Copyright: 2008-2009, Apocalypse + 2002, Rocco Caputo +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2008, Martín Ferrari + 2008, Damyan Ivanov +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' + --- libpoe-component-server-soap-perl-1.14.orig/debian/watch +++ libpoe-component-server-soap-perl-1.14/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/POE-Component-Server-SOAP/ \ +.*/POE-Component-Server-SOAP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpoe-component-server-soap-perl-1.14.orig/debian/compat +++ libpoe-component-server-soap-perl-1.14/debian/compat @@ -0,0 +1 @@ +7 --- libpoe-component-server-soap-perl-1.14.orig/debian/changelog +++ libpoe-component-server-soap-perl-1.14/debian/changelog @@ -0,0 +1,60 @@ +libpoe-component-server-soap-perl (1.14-1) unstable; urgency=low + + [ Jonathan Yu ] + * Standards-Version 3.8.4 (drop perl version dep) + * Add myself to Uploaders and Copyright + * Rewrite control description + * Use new short debhelper rules format + * Update copyright to new DEP5 format + * Drop author tests, remove requirements from B-D-I + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * Make (build) dependency on libpoe-component-server-simplehttp-perl + versioned. + + [ Rene Mayorga ] + * New upstream release + * debian/control + + change debhelper version B-D to >= 7 + + add myself to uploaders + * debian/copyright: + + update copyright proposal format + + separate debian/* copyright stanzas based on debian/changelog + + update upstream copyright years + * debian/rules + + update to dh 7 format + + do not include anymore PERL_TEST_CRITIC and PERL_TEST_POD + variables + + re-add TEST_AUTHOR variable + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ryan Niebur ] + * Update ryan52's email address + + -- Jonathan Yu Fri, 12 Mar 2010 11:45:42 -0500 + +libpoe-component-server-soap-perl (1.13-1) unstable; urgency=low + + * New upstream release + * add a bunch of PERL_TEST_* variables to $(MAKE) test invokation and add + several libtest-*-perl packages to b-d-i to enable additional tests. + * debian/copyright: + - refresh year of copyright + - correct mis-indented License: item + * add myself to Uploaders + * do not ship README (POD copy) + + -- Damyan Ivanov Sat, 09 Aug 2008 10:09:05 +0300 + +libpoe-component-server-soap-perl (1.12-1) unstable; urgency=low + + * Initial Release (Closes: #465742). + * debian/control:Updating my email address. Set Standards-Version to 3.8.0 + (no changes). + * debian/copyright: complete the new format headers. + + -- Martín Ferrari Thu, 12 Jun 2008 22:54:12 -0300 --- libpoe-component-server-soap-perl-1.14.orig/debian/rules +++ libpoe-component-server-soap-perl-1.14/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@