debian/0000755000000000000000000000000012252725246007175 5ustar debian/patches/0000755000000000000000000000000012207652357010626 5ustar debian/patches/fix_module_name.patch0000644000000000000000000000415212207652357015004 0ustar Author: Ardo van Rangelrooij Description: fixes the module name in several places --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -Revision history for Perl extension XML::CGI. +Revision history for Perl extension CGI::XML. 0.01 Sat Oct 17 13:14:46 1998 - original version; created by h2xs 1.18 --- a/README +++ b/README @@ -3,10 +3,10 @@ This package is free software; you can r modify it under the same terms as Perl itself. NAME -XML::CGI Version 0.1 +CGI::XML Version 0.1 DESCRIPTION -The XML::CGI module converts CGI.pm variables from/to XML. +The CGI::XML module converts CGI.pm variables from/to XML. Feel free to contact me at eisen@pobox.com if you have problems and/or suggestions. --- a/XML.pm +++ b/XML.pm @@ -67,12 +67,12 @@ __END__ =head1 NAME -XML::CGI - Perl extension for converting CGI.pm variables to/from XML +CGI::XML - Perl extension for converting CGI.pm variables to/from XML =head1 SYNOPSIS - use XML::CGI; - $q = new XML::CGI; + use CGI::XML; + $q = new CGI::XML; # convert CGI.pm variables to XML $xml = $q->toXML; @@ -83,19 +83,19 @@ XML::CGI - Perl extension for converting =head1 DESCRIPTION -The XML::CGI module converts CGI.pm variables +The CGI::XML module converts CGI.pm variables to XML and vice versa. -B is a subclass of B, so it reads the CGI +B is a subclass of B, so it reads the CGI variables just as CGI.pm would. =head1 METHODS -=item $q = new XML::CGI +=item $q = new CGI::XML =over 4 -creates a new instance of XML::CGI. You also have access +creates a new instance of CGI::XML. You also have access to all of the methods in CGI.pm. =back @@ -122,7 +122,7 @@ existing values if they exist. =head1 NOTE -B does not currently handle multiple selections +B does not currently handle multiple selections passed from HTML forms. This will be added in a future release. =head1 AUTHOR --- a/test.pl +++ b/test.pl @@ -3,7 +3,7 @@ BEGIN { $| = 1; print "1..1\n"; } END {print "not ok 1\n" unless $loaded;} -use XML::CGI; +use CGI::XML; $loaded = 1; print "ok 1\n"; debian/patches/series0000644000000000000000000000002612207652357012041 0ustar fix_module_name.patch debian/README.source0000644000000000000000000000036312207652357011360 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/compat0000644000000000000000000000000212252722201010357 0ustar 9 debian/watch0000644000000000000000000000015212207652357010226 0ustar version=3 https://metacpan.org/release/CGI-XML/ .*/CGI-XML-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000001375612252725246011063 0ustar libcgi-xml-perl (0.1-14) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * Split out the patch that fixed the module name in various places into fix_module_name.patch; add quilt framework. * Set Standards-Version to 3.7.3 (no changes). * Refresh debian/rules, no functional changes (except for the omission of README). * Remove debian/libcgi-xml-perl.*, do the work from debian/rules. * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. * debian/control: Changed: (build-)depend on perl instead of perl- modules. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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 ] * Switch to source format "3.0 (quilt)" + Remove quilt traces from debian/rules and quilt build-dependency * Also fix the following lintian warnings: + binary-control-field-duplicates-source (priority, section) * Update debian/copyright to mention the correct Perl license terms * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" by "dh_prep" + Use dh_auto_{configure,build,test,install,clean} - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated + Remove obsolete /usr/lib/perl5 handling + Drop obsolete dh_clean stamp files parameters + Drop obsolete dh_installchangelogs parameter + Move dh_installexamples parameter to debian/examples + Remove obsolete variable definitions + Finally switch to minimal dh-style debian/rules file * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Sat, 14 Dec 2013 01:47:34 +0100 libcgi-xml-perl (0.1-13) unstable; urgency=low * New Maintainer: Debian Perl Group (closes: #317406). * Improve watch file. -- gregor herrmann Fri, 6 Oct 2006 20:45:23 +0200 libcgi-xml-perl (0.1-12) unstable; urgency=low * QA upload. * Move debhelper from B-D-I to B-D * Use $(CURDIR) instead of $(PWD) in debian/rules (Closes: #390480) * Use debhelper 5.0.0 * Conforms with latest Standards Version 3.7.2 -- Michael Ablassmeier Sun, 1 Oct 2006 17:38:22 +0200 libcgi-xml-perl (0.1-11) unstable; urgency=low * Set maintainer to Debian QA Group * Updated Standards-Version * Removed versions in versioned dependencies as oldstable version is even high enough -- Luk Claes Sat, 10 Sep 2005 12:47:38 +0000 libcgi-xml-perl (0.1-10) unstable; urgency=low * Changed maintainer to Debian Perl Group * debian/control: added Uploaders -- Luk Claes Tue, 18 Jan 2005 15:37:16 +0100 libcgi-xml-perl (0.1-9) unstable; urgency=low * New maintainer (closes: #210216) -- Luk Claes Wed, 10 Sep 2003 13:40:28 +0200 libcgi-xml-perl (0.1-8) unstable; urgency=low * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: updated sections according to latest archive changes: - 'libcgi-xml-perl' from 'interpreters' to 'perl' * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Sat, 26 Jul 2003 12:14:40 -0500 libcgi-xml-perl (0.1-7) unstable; urgency=low * debian/rules: upgraded to debhelper v4 * debian/control: changed build dependency on debhelper accordingly * debian/rules: migrated from 'dh_movefiles' to 'dh_install' * debian/rules: split off 'install' target from 'binary-indep' target * debian/copyright: added pointer to license -- Ardo van Rangelrooij Sun, 4 Aug 2002 20:20:30 -0500 libcgi-xml-perl (0.1-6) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sat, 22 Dec 2001 20:00:19 -0600 libcgi-xml-perl (0.1-5) unstable; urgency=low * debian/control: added missing (build) dependency on CGI.pm * debian/control: upgraded to Debian Policy 3.5.5 * debian/control: upgraded to Debian Perl Policy 1.20 -- Ardo van Rangelrooij Sat, 1 Sep 2001 21:29:36 -0500 libcgi-xml-perl (0.1-4) unstable; urgency=low * debian/control: updated debhelper dependency to remove dh_testversion * debian/control: upgraded to Debian Policy 3.5.2 * debian/control: upgraded to Debian Perl Policy 1.17 * debian/rules: upgraded to Debian Perl Policy 1.17 -- Ardo van Rangelrooij Sat, 14 Apr 2001 16:40:04 -0500 libcgi-xml-perl (0.1-3) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.2.1 * debian/rules: upgraded to debhelper v3 -- Ardo van Rangelrooij Mon, 15 Jan 2001 12:18:56 -0600 libcgi-xml-perl (0.1-2) unstable; urgency=low * debian/control: updated short description * debian/control: updated long description * debian/control: upgraded to Debian Policy 3.1.1 * debian/copyright: updated * s/XML::CGI/CGI::XML/g -- Ardo van Rangelrooij Sat, 17 Jun 2000 17:13:50 +0200 libcgi-xml-perl (0.1-1) unstable; urgency=low * Initial Release -- Ardo van Rangelrooij Tue, 26 Oct 1999 15:21:01 +0200 debian/copyright0000644000000000000000000000164112252722057011127 0ustar This package was debianized by Ardo van Rangelrooij on Tue, Oct 26, 1999, 15:13:35 +0200. It was downloaded from the Comprehensive Perl Archive Network (CPAN). Visit to find a CPAN site near you. Upstream Author: Jonathan Eisenzopf Copyright: Copyright (c) 1998 Jonathan Eisenzopf. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is licensed under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/examples0000644000000000000000000000001312252724317010726 0ustar examples/* debian/control0000644000000000000000000000153112252725065010577 0ustar Source: libcgi-xml-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: perl, libxml-parser-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-xml-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-xml-perl.git Homepage: https://metacpan.org/release/CGI-XML/ Package: libcgi-xml-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl Description: perl module for converting CGI variables from/to XML This module converts CGI.pm variables to XML and vice versa. . CGI::XML is a subclass of CGI.pm, so it reads the CGI variables just as CGI.pm would. debian/source/0000755000000000000000000000000012252721314010465 5ustar debian/source/format0000644000000000000000000000001412252721314011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013612252724747010262 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@