--- libxml-validator-schema-perl-1.10.orig/debian/control +++ libxml-validator-schema-perl-1.10/debian/control @@ -0,0 +1,23 @@ +Source: libxml-validator-schema-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), quilt +Build-Depends-Indep: perl (>= 5.6.0-12), libxml-sax-perl, + libxml-filter-buffertext-perl, libtree-dagnode-perl, libxml-sax-expat-perl, + libxml-libxml-perl, libxml-sax-writer-perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/XML-Validator-Schema/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-validator-schema-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-validator-schema-perl/ + +Package: libxml-validator-schema-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libtree-dagnode-perl, + libxml-sax-perl, libxml-filter-buffertext-perl +Recommends: libxml-sax-expatxs-perl +Description: validate XML against a subset of W3C XML Schema + XML::Validator::Schema allows you to validate XML documents against a W3C XML + Schema. This module does not implement the full W3C XML Schema recommendation + (http://www.w3.org/XML/Schema), but a useful subset. --- libxml-validator-schema-perl-1.10.orig/debian/copyright +++ libxml-validator-schema-perl-1.10/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Sam Tregar +Upstream-Source: http://search.cpan.org/dist/XML-Validator-Schema/ +Upstream-Name: XML-Validator-Schema + +Files: * +Copyright: 2002-2004, Sam Tregar +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: t/lib/YAML/Node.pm +Copyright: 2002, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2008, Ryan Niebur +License: Artistic | 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' --- libxml-validator-schema-perl-1.10.orig/debian/libxml-validator-schema-perl.docs +++ libxml-validator-schema-perl-1.10/debian/libxml-validator-schema-perl.docs @@ -0,0 +1,2 @@ +ANNOUNCE +TODO --- libxml-validator-schema-perl-1.10.orig/debian/watch +++ libxml-validator-schema-perl-1.10/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/XML-Validator-Schema/ .*/XML-Validator-Schema-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libxml-validator-schema-perl-1.10.orig/debian/compat +++ libxml-validator-schema-perl-1.10/debian/compat @@ -0,0 +1 @@ +7 --- libxml-validator-schema-perl-1.10.orig/debian/README.source +++ libxml-validator-schema-perl-1.10/debian/README.source @@ -0,0 +1,5 @@ +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. --- libxml-validator-schema-perl-1.10.orig/debian/changelog +++ libxml-validator-schema-perl-1.10/debian/changelog @@ -0,0 +1,5 @@ +libxml-validator-schema-perl (1.10-1) unstable; urgency=low + + * Initial Release. (Closes: #509568) + + -- Ryan Niebur Tue, 23 Dec 2008 01:13:00 -0800 --- libxml-validator-schema-perl-1.10.orig/debian/rules +++ libxml-validator-schema-perl-1.10/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libxml-validator-schema-perl-1.10.orig/debian/patches/fix-pod-errors +++ libxml-validator-schema-perl-1.10/debian/patches/fix-pod-errors @@ -0,0 +1,13 @@ +# fix pod2man errors + +--- a/Schema/SimpleType.pm ++++ b/Schema/SimpleType.pm +@@ -3,7 +3,7 @@ + use warnings; + + +-=item NAME ++=head1 NAME + + XML::Validator::Schema::SimpleType + --- libxml-validator-schema-perl-1.10.orig/debian/patches/series +++ libxml-validator-schema-perl-1.10/debian/patches/series @@ -0,0 +1,2 @@ +fix-pod-errors +semi-useful-whatis-entries --- libxml-validator-schema-perl-1.10.orig/debian/patches/semi-useful-whatis-entries +++ libxml-validator-schema-perl-1.10/debian/patches/semi-useful-whatis-entries @@ -0,0 +1,123 @@ +# Fix manpage-has-useless-whatis-entry lintian warning + +--- a/Schema/AttributeLibrary.pm ++++ b/Schema/AttributeLibrary.pm +@@ -7,7 +7,7 @@ + + =head1 NAME + +-XML::Validator::Schema::AttributeLibrary ++XML::Validator::Schema::AttributeLibrary - internal module + + =head1 DESCRIPTION + +--- a/Schema/AttributeNode.pm ++++ b/Schema/AttributeNode.pm +@@ -8,7 +8,7 @@ + + =head1 NAME + +-XML::Validator::Schema::AttributeNode ++XML::Validator::Schema::AttributeNode - internal module + + =head1 DESCRIPTION + +--- a/Schema/ComplexTypeNode.pm ++++ b/Schema/ComplexTypeNode.pm +@@ -6,7 +6,7 @@ + + =head1 NAME + +-XML::Validator::Schema::ComplexTypeNode ++XML::Validator::Schema::ComplexTypeNode - complex types from xml schemas (internal module) + + =head1 DESCRIPTION + +--- a/Schema/ElementLibrary.pm ++++ b/Schema/ElementLibrary.pm +@@ -7,7 +7,7 @@ + + =head1 NAME + +-XML::Validator::Schema::ElementLibrary ++XML::Validator::Schema::ElementLibrary - internal module + + =head1 DESCRIPTION + +--- a/Schema/Library.pm ++++ b/Schema/Library.pm +@@ -7,7 +7,7 @@ + + =head1 NAME + +-XML::Validator::Schema::TypeLibrary ++XML::Validator::Schema::TypeLibrary - internal base class + + =head1 DESCRIPTION + +--- a/Schema/ModelNode.pm ++++ b/Schema/ModelNode.pm +@@ -9,7 +9,7 @@ + + =head1 NAME + +-XML:Validator::Schema::ModelNode ++XML:Validator::Schema::ModelNode - content model + + =head1 DESCRIPTION + +--- a/Schema/Node.pm ++++ b/Schema/Node.pm +@@ -3,7 +3,7 @@ + + =head1 NAME + +-XML::Validator::Schema::Node ++XML::Validator::Schema::Node - base class + + =head1 DESCRIPTION + +--- a/Schema/SimpleType.pm ++++ b/Schema/SimpleType.pm +@@ -5,7 +5,7 @@ + + =head1 NAME + +-XML::Validator::Schema::SimpleType ++XML::Validator::Schema::SimpleType - simple XML Schema types + + =head1 DESCRIPTION + +--- a/Schema/SimpleTypeNode.pm ++++ b/Schema/SimpleTypeNode.pm +@@ -8,7 +8,7 @@ + + =head1 NAME + +-XML::Validator::Schema::SimpleTypeNode ++XML::Validator::Schema::SimpleTypeNode - temporary node + + =head1 DESCRIPTION + +--- a/Schema/TypeLibrary.pm ++++ b/Schema/TypeLibrary.pm +@@ -8,7 +8,7 @@ + + =head1 NAME + +-XML::Validator::Schema::TypeLibrary ++XML::Validator::Schema::TypeLibrary - internal module + + =head1 DESCRIPTION + +--- a/Schema/Util.pm ++++ b/Schema/Util.pm +@@ -4,7 +4,7 @@ + + =head1 NAME + +-XML::Validator::Schema::Util ++XML::Validator::Schema::Util - internal module + + =head1 DESCRIPTION +