debian/0000755000000000000000000000000012264054321007165 5ustar debian/rules0000755000000000000000000000003612264054321010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000237112264054321010573 0ustar Source: libxml-compile-cache-perl Maintainer: Debian Perl Group Uploaders: Joenio Costa Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblog-report-perl, libxml-compile-perl (>= 1.41), libxml-compile-tester-perl, libxml-libxml-simple-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-compile-cache-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-compile-cache-perl.git Homepage: https://metacpan.org/release/XML-Compile-Cache/ Package: libxml-compile-cache-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-report-perl, libxml-compile-perl (>= 1.41), libxml-compile-tester-perl, libxml-libxml-simple-perl Description: module that keeps the cache of compiled XML schemas XML::Compile::Cache is the smart brother of XML::Compile::Schema; it keeps track of your compiled readers and writers, and also helps you administer the parameters to handle compilation. Besides, it lets you use easy prefixes instead of full namespaces. debian/source/0000755000000000000000000000000012264054321010465 5ustar debian/source/format0000644000000000000000000000001412264054321011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000223012264054321011034 0ustar libxml-compile-cache-perl (1.01-1) unstable; urgency=low * Team upload. * New upstream release. * Refresh patch fix-manpage-error (offset). * Update years of upstream copyright. * Make (build) dependency on libxml-compile-perl versioned. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 10 Jan 2014 21:31:53 +0100 libxml-compile-cache-perl (0.995-1) unstable; urgency=low * Team upload. * New upstream release. * Refresh patch fix-manpage-error (offset). -- gregor herrmann Fri, 11 Oct 2013 19:16:09 +0200 libxml-compile-cache-perl (0.994-1) unstable; urgency=low * Team upload. * New upstream release. Fixes "FTBFS: tests failed" (Closes: #713229) * Drop fix-spelling-error-in-manpage patch (merged upstream), refresh fix-manpage-error (offset). * Update years of upstream copyright. * Use canonical URL for Vcs-Git. -- gregor herrmann Sat, 22 Jun 2013 20:46:05 +0200 libxml-compile-cache-perl (0.992-1) unstable; urgency=low * Initial Release. (Closes: #698819) -- Joenio Costa Wed, 23 Jan 2013 20:58:32 -0300 debian/compat0000644000000000000000000000000212264054321010363 0ustar 8 debian/patches/0000755000000000000000000000000012264054321010614 5ustar debian/patches/fix-manpage-error0000644000000000000000000000134012264054321014060 0ustar Description: lintian complains about length of the line Forwarded: no-needed --- a/lib/XML/Compile/Cache.pod +++ b/lib/XML/Compile/Cache.pod @@ -306,9 +306,9 @@ especially useful in a B, where preparations can take as much time as they want to... and running should be as fast as possible. -=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::Cache-EB(NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN) +=item XML::Compile::Cache-EB( NODE|REF-XML-STRING|XML-STRING|FILENAME|FILEHANDLE|KNOWN ) See L debian/patches/series0000644000000000000000000000002212264054321012023 0ustar fix-manpage-error debian/copyright0000644000000000000000000000206212264054321011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-Compile-Cache Upstream-Contact: Mark Overmeer Source: https://metacpan.org/release/XML-Compile-Cache/ Files: * Copyright: 2008-2014, 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/watch0000644000000000000000000000020012264054321010206 0ustar version=3 https://metacpan.org/release/XML-Compile-Cache/ .*/XML-Compile-Cache-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$