debian/0000755000000000000000000000000012264053550007170 5ustar debian/rules0000755000000000000000000000003612264053550010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000252412264053550010576 0ustar Source: libxml-compile-perl Maintainer: Debian Perl Group Uploaders: Joenio Costa Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblog-report-perl (>= 0.994), libtest-deep-perl, libxml-compile-tester-perl, libxml-libxml-perl (>= 1.94), perl (>= 5.13.7) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-compile-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-compile-perl.git Homepage: https://metacpan.org/release/XML-Compile/ Package: libxml-compile-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-report-perl (>= 0.994), libxml-compile-tester-perl, libxml-libxml-perl (>= 1.94), perl (>= 5.13.7) Description: Perl module to translate between XML and Perl based on XML schemas Many (professional) applications process XML messages based on a formal specification, expressed in XML Schemas. XML::Compile translates between XML and Perl with the help of such schemas. Your Perl program only handles a tree of nested HASHes and ARRAYs, and does not need to understand namespaces and other general XML and schema nastiness. debian/source/0000755000000000000000000000000012264053550010470 5ustar debian/source/format0000644000000000000000000000001412264053550011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000350512264053550011045 0ustar libxml-compile-perl (1.42-1) unstable; urgency=medium * Team upload. * New upstream release. * Refresh patch fix-lintian-warnings-about-manpages (offset). * Update years pf upstream copyright. -- gregor herrmann Fri, 10 Jan 2014 21:26:04 +0100 libxml-compile-perl (1.40-1) unstable; urgency=medium * Team upload. * New upstream release. * Refresh patch fix-lintian-warnings-about-manpages (offset). * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 21:29:02 +0100 libxml-compile-perl (1.39-1) unstable; urgency=low * Team upload. * New upstream release. * Bump versioned build-dep on liblog-report-perl; drop Test::Deep from Depends. * Refresh patch fix-lintian-warnings-about-manpages (offset). -- gregor herrmann Fri, 11 Oct 2013 19:09:27 +0200 libxml-compile-perl (1.35-1) unstable; urgency=low * Team upload. * New upstream release. * Refresh patch (offset). -- gregor herrmann Fri, 26 Jul 2013 20:11:46 +0200 libxml-compile-perl (1.34-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Drop "conflict" with Perl >= 5.17; (build)-depend on liblog-report- perl (>= 0.991) instead. (Closes: #711403) * Drop fix-mispelling-in-docs (applied upstream), refresh fix-lintian- warnings-about-manpages (offset), drop works-well-with-log-report- before-v099 (not needed). * Use canonical URL in Vcs-Git. -- gregor herrmann Sat, 08 Jun 2013 01:14:30 +0200 libxml-compile-perl (1.31-1) unstable; urgency=low * Initial Release. (Closes: #667853) -- Joenio Costa Fri, 25 Jan 2013 09:13:08 -0300 debian/compat0000644000000000000000000000000212264053550010366 0ustar 8 debian/patches/0000755000000000000000000000000012264053550010617 5ustar debian/patches/series0000644000000000000000000000004412264053550012032 0ustar fix-lintian-warnings-about-manpages debian/patches/fix-lintian-warnings-about-manpages0000644000000000000000000000226112264053550017514 0ustar Description: Fix lintian warnings about the length of line Forwarded: not-needed --- a/lib/XML/Compile.pod +++ b/lib/XML/Compile.pod @@ -138,9 +138,9 @@ =over 4 -=item $obj-EB(NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN) +=item $obj-EB( NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN ) -=item XML::Compile-EB(NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN) +=item XML::Compile-EB( NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN ) Collect XML data, from a wide variety of sources. In SCALAR context, an XML::LibXML::Element or XML::LibXML::Document is returned. --- a/lib/XML/Compile/Schema.pod +++ b/lib/XML/Compile/Schema.pod @@ -658,9 +658,9 @@ =back -=item $obj-EB(NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN) +=item $obj-EB( NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN ) -=item XML::Compile::Schema-EB(NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN) +=item XML::Compile::Schema-EB( NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN ) See L debian/copyright0000644000000000000000000000225012264053550011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Compile Upstream-Contact: Mark Overmeer Source: https://metacpan.org/release/XML-Compile/ Files: * Copyright: 2006-2014, Mark Overmeer License: Artistic or GPL-1+ Files: bin/xml2yaml Copyright: 2008, Slaven Rezic 2008, Mark Overmeer License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Joenio Costa 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/watch0000644000000000000000000000016412264053550010222 0ustar version=3 https://metacpan.org/release/XML-Compile/ .*/XML-Compile-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$