debian/0000755000000000000000000000000012154656755007206 5ustar debian/rules0000755000000000000000000000003512154656755010264 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000227612154656755010620 0ustar Source: libxml-checker-perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libxml-dom-perl, libxml-parser-perl, libxml-perl, libxml-regexp-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-checker-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-checker-perl.git Homepage: https://metacpan.org/release/XML-Checker/ Package: libxml-checker-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl, libxml-parser-perl, libxml-perl, libxml-regexp-perl Description: Perl modules for validating XML This package contains several modules for validating XML: . XML::Checker - contains the XML::Checker class that is used by the others XML::Checker::Parser - an XML::Parser that validates at parse time XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time debian/source/0000755000000000000000000000000012154656755010506 5ustar debian/source/format0000644000000000000000000000001412154656755011714 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001063112154656755011061 0ustar libxml-checker-perl (0.13-6) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * Add patch to handle newer Carp's in the test suite. (Closes: #711625) * debian/copyright: switch formatting to Copyright-Format 1.0. Refresh license stanzas. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.4 (no further changes). * Add a patch to fix spelling mistakes. -- gregor herrmann Sat, 08 Jun 2013 18:37:57 +0200 libxml-checker-perl (0.13-5) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * Revert changes to upstream Makefile.PL; adding a missing prerequisite there is nice but we have debian/control for defining dependencies. * debian/control: Added: ${misc:Depends} to Depends: field. [ Ansgar Burchardt ] * debian/watch: Use extended regexp to match upstream releases. * Refresh rules for debhelper 7. * debian/control: Move debhelper to Build-Depends. * No longer install README (no useful content). * debian/control: Remove duplicate Section and Priority fields from binary package definition. * Add myself to Uploaders. * Bump Standards-Version to 3.8.3. * Convert debian/copyright to proposed machine-readable format. [ gregor herrmann ] * debian/control: remove Conflicts: libxml-enno-perl which is not in stable or oldstable anymore. -- Ansgar Burchardt Wed, 19 Aug 2009 14:36:18 +0200 libxml-checker-perl (0.13-4) unstable; urgency=low * Corrects debian/watch file so that uscan will work -- Jay Bonci Tue, 26 Oct 2004 14:24:12 -0400 libxml-checker-perl (0.13-3) unstable; urgency=low * New maintainer (Closes: #210519) * Bumped policy-version to 3.6.1.0. No changes * Added watch file * Moved over to my standard rules template * Changed copyright boilerplate over to one that more correctly describes the dual-licensed nature of perl - Both GPL and Artistic -- Jay Bonci Wed, 24 Sep 2003 23:49:43 -0400 libxml-checker-perl (0.13-2) 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: - 'libxml-checker-perl' from 'interpreters' to 'perl' * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Thu, 4 Sep 2003 20:43:42 -0500 libxml-checker-perl (0.13-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.5.8 (no changes) * debian/control: minor changes to short description and long description * Makefile.PL: added missing dependency on 'XML::RegExp' (notified upstream) * debian/control: added missing (build) dependency on 'libxml-perl' * Added examples -- Ardo van Rangelrooij Sat, 25 Jan 2003 13:10:42 -0600 libxml-checker-perl (0.12-2) 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 Fri, 9 Aug 2002 21:17:28 -0500 libxml-checker-perl (0.12-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Fri, 26 Apr 2002 22:02:25 -0500 libxml-checker-perl (0.10-2) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 16:38:01 -0600 libxml-checker-perl (0.10-1) unstable; urgency=low * Initial release as separate package -- Ardo van Rangelrooij Sun, 2 Sep 2001 21:51:21 -0500 debian/compat0000644000000000000000000000000212154656755010404 0ustar 8 debian/libxml-checker-perl.examples0000644000000000000000000000000612154656755014573 0ustar bin/* debian/patches/0000755000000000000000000000000012154656755010635 5ustar debian/patches/spelling.patch0000644000000000000000000000177112154656755013501 0ustar Description: fix spelling mistakes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=85990 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85990 Author: gregor herrmann Last-Update: 2013-06-08 --- a/lib/XML/Checker.pm +++ b/lib/XML/Checker.pm @@ -1804,7 +1804,7 @@ B<161> - invalid NOTATION value [$attrValue] -The specifed attribute value was not found in the list of possible NOTATION +The specified attribute value was not found in the list of possible NOTATION references as found in the ATTLIST definition. B L --- a/lib/XML/DOM/ValParser.pm +++ b/lib/XML/DOM/ValParser.pm @@ -63,7 +63,7 @@ eval { local $XML::Checker::FAIL = \&my_fail; my $doc = $parser->parsefile ("fail.xml"); - ... XML::DOM::Document was created sucessfully ... + ... XML::DOM::Document was created successfully ... }; if ($@) { # Either XML::Parser (expat) threw an exception or my_fail() died. debian/patches/carp.patch0000644000000000000000000000074212154656755012606 0ustar Description: Carp 1.25 now has one dot more. Origin: vendor Bug: https://rt.cpan.org/Public/Bug/Display.html?id=75526 Bug-Debian: http://bugs.debian.org/711625 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75526 Author: gregor herrmann Last-Update: 2013-06-08 --- a/t/chk_batch.t +++ b/t/chk_batch.t @@ -212,7 +212,7 @@ sub chop_exception { my ($ex) = @_; - $ex =~ s/ at \S+ line \d+//; + $ex =~ s/ at \S+ line \d+\.?//; $ex; } debian/patches/series0000644000000000000000000000003212154656755012045 0ustar carp.patch spelling.patch debian/copyright0000644000000000000000000000214012154656755011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Checker Upstream-Contact: T.J. Mather Source: https://metacpan.org/release/XML-Checker/ Files: * Copyright: 1999-2000, Enno Derksen License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2003, Ardo van Rangelrooij 2003-2004, Jay Bonci 2009, Ansgar Burchardt 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/watch0000644000000000000000000000016212154656755010236 0ustar version=3 https://metacpan.org/release/XML-Checker/ .*/XML-Checker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$