debian/0000755000000000000000000000000011546650606007177 5ustar debian/control0000644000000000000000000000205211546374612010601 0ustar Source: libfrontier-rpc-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhttp-daemon-perl | libwww-perl (<< 6), libwww-perl, libxml-parser-perl, perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Frontier-RPC/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfrontier-rpc-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfrontier-rpc-perl/ Package: libfrontier-rpc-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-daemon-perl | libwww-perl (<< 6), libwww-perl, libxml-parser-perl Description: Perl module to implement RPC calls using XML requests Frontier::RPC implements UserLand Software's XML RPC (Remote Procedure Calls using Extensible Markup Language). Frontier::RPC includes both a client module for making requests to a server and a daemon module for implementing servers. Frontier::RPC uses RPC2 format messages. debian/libfrontier-rpc-perl.docs0000644000000000000000000000000711525776161014111 0ustar README debian/copyright0000644000000000000000000000253411525777326011144 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ken MacLeod Source: http://search.cpan.org/dist/Frontier-RPC/ Name: Frontier-RPC Files: * Copyright: 1998-2002, Ken MacLeod License: Artistic or GPL-1+ Files: lib/Apache/XMLRPC.pm Copyright: 2000, Ed Hill 2000, Tim Peoples License: Artistic or GPL-1+ Files: debian/* Copyright: 2000-2002, Christopher C. Chimelis 2004, Stephen Zander 2005-2007, Maurizio Lemmo (Tannoiser) 2005, Stephen Quinney 2011, gregor herrmann 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/watch0000644000000000000000000000016611525775030010227 0ustar version=3 http://search.cpan.org/dist/Frontier-RPC/ .+/Frontier-RPC-v?(\d[\d\w.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011546650513010623 5ustar debian/patches/spelling.patch0000644000000000000000000000105411525777626013475 0ustar Description: spelling mistake Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2011-02-13 --- a/lib/Apache/XMLRPC.pm +++ b/lib/Apache/XMLRPC.pm @@ -95,7 +95,7 @@ CLocationE> block is allowed here, but the three lines shown above are required. Pay close attention to the 'PerlSetVar XMLRPC_Config ...' line as this is where you tell Apache where to find your services. -This file may reside anywhere accessable by Apache. +This file may reside anywhere accessible by Apache. =head2 Defining Services debian/patches/fix-utf8.patch0000644000000000000000000000107011525777466013332 0ustar Description: Make utf8 compliant, from Erwan MAS Bug-Debian: http://bugs.debian.org/393204 Forwarded: no Author: Maurizio Lemmo (Tannoiser) Reviewed-by: gregor herrmann Last-Update: 2011-02-13 --- a/lib/Frontier/RPC2.pm +++ b/lib/Frontier/RPC2.pm @@ -234,6 +234,7 @@ return ("$value"); } else { $value =~ s/([&<>\"])/$char_entities{$1}/ge; + $value =~ s/([\x{80}-\x{FFFF}])/'&#' . ord($1) . ';'/gse; return ("$value"); } } debian/patches/series0000644000000000000000000000003611525777506012050 0ustar fix-utf8.patch spelling.patch debian/compat0000644000000000000000000000000211546374612010375 0ustar 8 debian/changelog0000644000000000000000000000627111546650404011053 0ustar libfrontier-rpc-perl (0.07b4-6) unstable; urgency=low * Prepare build and runtime dependencies for libwww-perl 6 (closes: #620492). * Switch to debhelper 8. * Remove unnecessary override_dh_installchangelogs in debian/rules. -- gregor herrmann Tue, 05 Apr 2011 19:27:31 +0200 libfrontier-rpc-perl (0.07b4-5) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #561129 -- ITA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Maurizio Lemmo (Tannoiser) ). Add /me to Uploaders. * Add debian/watch. * Switch to source format 3.0 (quilt). * Switch to debhelper 7. * Set Standards-Version to 3.9.1; remove version from perl build dependency. * debian/copyright: use DEP5 formatting. * Add a new patch to fix a spelling mistake. -- gregor herrmann Sun, 13 Feb 2011 17:03:46 +0100 libfrontier-rpc-perl (0.07b4-4) unstable; urgency=low * Changed Maintainer field. * added patches/10_fix-utf8.dpatch. Fixing utf8 compliance, thanks to Erwan MAS (Closes: #393204). * added dpatch in Build-Depends because use it, modified debian/rules for using dpatch. * Bumped Standards-Version to 3.7.2.2, no changes required. * Moved debhelper to Build-Depends. (Policy Violation 7.6). -- Maurizio Lemmo (Tannoiser) Sat, 17 Mar 2007 15:04:15 +0100 libfrontier-rpc-perl (0.07b4-3) unstable; urgency=low * New maintainer (closes: #279786) -- Maurizio Lemmo (Tannoiser) Mon, 16 May 2005 14:53:49 +0200 libfrontier-rpc-perl (0.07b4-2) unstable; urgency=low * QA Upload * Changed Maintainer to Debian QA Group -- Stephen Quinney Thu, 17 Feb 2005 20:53:02 +0000 libfrontier-rpc-perl (0.07b4-1) unstable; urgency=low * New maintainer, Closes: #235631 * New upstream release -- Stephen Zander Mon, 15 Mar 2004 19:59:24 -0800 libfrontier-rpc-perl (0.06-5) unstable; urgency=low * Now debifies with the binary-indep rather than binary-arch (closes: Bug#157480) * Updated for perl 5.8. -- Christopher C. Chimelis Wed, 27 Aug 2002 02:46:41 -0400 libfrontier-rpc-perl (0.06-4) unstable; urgency=low * Added patch from Ivan to fix quoting problems (closes: Bug#153121) -- Christopher C. Chimelis Wed, 16 Jul 2002 20:00:04 -0400 libfrontier-rpc-perl (0.06-3) unstable; urgency=low * Update and fix build-depends (closes: Bug#133742) * Update standards version. -- Christopher C. Chimelis Wed, 13 Feb 2002 17:19:22 -0500 libfrontier-rpc-perl (0.06-2) unstable; urgency=low * Updated to new perl policy. * Added build-deps. * Changed maintainer email address. -- Christopher C. Chimelis Sun, 5 Mar 2001 00:46:41 -0500 libfrontier-rpc-perl (0.06-1) unstable; urgency=low * First release. -- Christopher C. Chimelis Thu, 6 Jan 2000 20:12:55 -0500 debian/libfrontier-rpc-perl.examples0000644000000000000000000000001311525776161014774 0ustar examples/* debian/source/0000755000000000000000000000000011546650513010474 5ustar debian/source/format0000644000000000000000000000001411525776161011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611546650353010255 0ustar #!/usr/bin/make -f %: dh $@