debian/0000755000000000000000000000000012126304463007167 5ustar debian/rules0000755000000000000000000000076212126304463010254 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \ xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' override_dh_auto_install: dh_auto_install $(RM) -v $(TMP)/usr/bin/xslt-parser $(TMP)/usr/share/man/man1/xslt-parser.1p rmdir -v --parents --ignore-fail-on-non-empty $(TMP)/usr/bin $(TMP)/usr/share/man/man1 debian/control0000644000000000000000000000222312126304463010571 0ustar Source: libxml-xslt-perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , Ansgar Burchardt , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhtml-clean-perl, liburi-perl, libwww-perl, libxml-dom-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-xslt-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-xslt-perl.git Homepage: https://metacpan.org/release/XML-XSLT/ Package: libxml-xslt-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-clean-perl, liburi-perl, libwww-perl, libxml-dom-perl Description: Perl module for processing XSLT The XML::XSLT module parses XSL Transformational sheets. For a description of the XSLT, see http://www.w3.org/TR/xslt. Currently, it uses XML::Parser and XML::DOM, but an effort is being made to use XML::XPath. debian/source/0000755000000000000000000000000012126304463010467 5ustar debian/source/format0000644000000000000000000000001412126304463011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001346012126304463011045 0ustar libxml-xslt-perl (0.48-4) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Update source format to 3.0 (quilt): + remove debian/README.source + remove --with quilt from d/rules * Bump debian/copyright format to 1.0 * Email change: Salvatore Bonaccorso -> carnil@debian.org * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Remove libtest-simple-perl from dependencies * Remove README from docs * Add override to change interpreter path in example files * Replace do-not-install-xslt-parser patch by an override * Add spelling error patch and update po error one to clean xslt-parser pod (in examples) * Replace duplicate files by links in examples -- Xavier Guimard Mon, 01 Apr 2013 09:04:49 +0200 libxml-xslt-perl (0.48-3) 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. * 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. [ Ansgar Burchardt ] * Refresh rules for debhelper 7. * Move debhelper to Build-Depends. * Use a patch to Makefile.PL to not install xslt-parser instead of removing it later in debian/rules + new patch do-not-install-xslt-parser.patch + add quilt framework and README.source * Fix POD errors in lib/XML/XSLT.pm + new patch pod-errors.patch * Bump Standards-Version to 3.8.2. * Add myself to Uploaders. * debian/control: Omit Priority and Section field from binary package definition. [ Rene Mayorga ] * Wrap long-lines from debian/control -- Ansgar Burchardt Tue, 28 Jul 2009 00:38:10 +0200 libxml-xslt-perl (0.48-2) unstable; urgency=low * Adds debian/watch file so uscan will work -- Jay Bonci Wed, 27 Oct 2004 13:42:03 -0400 libxml-xslt-perl (0.48-1) unstable; urgency=low * New Upstream Version * New Maintainer (Closes: #210549) * Bumped policy-version to 3.6.1.0 (No other changes) * Updated copyright file to explicate the dual nature of the Perl license * Removed .install file, as it is no longer necessary -- Jay Bonci Mon, 15 Mar 2004 16:55:04 -0500 libxml-xslt-perl (0.45-1) unstable; urgency=low * New upstream release * 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-xslt-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 22:54:30 -0500 libxml-xslt-perl (0.40-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 22:06:50 -0500 libxml-xslt-perl (0.40-1) unstable; urgency=low * New upstream release * debian/control: added build dependency on 'libtest-simple-perl' * debian/copyright: updated -- Ardo van Rangelrooij Wed, 20 Feb 2002 20:11:43 -0600 libxml-xslt-perl (0.32-4) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 22:00:44 -0600 libxml-xslt-perl (0.32-3) unstable; urgency=low * debian/control: added missing (build) dependency on 'libhtml-clean-perl' and 'liburi-perl' * debian/control: changed (build) dependency on 'libxml-enno-perl' to 'libxml-dom-perl' * debian/control: removed superfluous (build) dependency on 'libxml-parser-perl' * debian/control: upgraded to Debian Policy 3.5.5 * debian/control: upgraded to Debian Perl Policy 1.20 -- Ardo van Rangelrooij Sun, 2 Sep 2001 18:26:06 -0500 libxml-xslt-perl (0.32-2) 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 Sun, 15 Apr 2001 19:54:24 -0500 libxml-xslt-perl (0.32-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Sat, 27 Jan 2001 19:04:47 -0600 libxml-xslt-perl (0.31-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.2.1 * debian/rules: upgraded to debhelper v3 -- Ardo van Rangelrooij Wed, 17 Jan 2001 14:23:59 -0600 libxml-xslt-perl (0.24-2) unstable; urgency=low * debian/control: changed dependency from 'libxml-dom-perl' to 'libxml-enno-perl' -- Ardo van Rangelrooij Fri, 21 Jul 2000 17:12:57 +0200 libxml-xslt-perl (0.24-1) unstable; urgency=low * Initial Release -- Ardo van Rangelrooij Fri, 21 Jul 2000 07:36:39 +0200 debian/compat0000644000000000000000000000000212126304463010365 0ustar 8 debian/libxml-xslt-perl.links0000644000000000000000000000103512126304463013447 0ustar /usr/share/doc/libxml-xslt-perl/examples/91-22-5.cml /usr/share/doc/libxml-xslt-perl/examples/91-22-5.cml.xml /usr/share/doc/libxml-xslt-perl/examples/identity.xml /usr/share/doc/libxml-xslt-perl/examples/test.xml /usr/share/doc/libxml-xslt-perl/examples/identity.xml /usr/share/doc/libxml-xslt-perl/examples/test2.xml /usr/share/doc/libxml-xslt-perl/examples/grammar.xml /usr/share/doc/libxml-xslt-perl/examples/REC-xml-19980210.xml /usr/share/doc/libxml-xslt-perl/examples/grammar.xml /usr/share/doc/libxml-xslt-perl/examples/grammar2.xml debian/patches/0000755000000000000000000000000012126304463010616 5ustar debian/patches/pod-errors.patch0000644000000000000000000000221312126304463013731 0ustar Description: Fix POD errors Move documentation for xsl_output_method method to the right place. This fixes the following POD errors in lib/XML/XSLT.pm: . Around line 880: ’=item’ outside of any ’=over’ . Around line 3581: You forgot a ’=back’ before ’=head1’ Author: Ansgar Burchardt Reviewed-By: Xavier Guimard Last-Update: 2013-03-09 --- a/xslt-parser +++ b/xslt-parser @@ -45,6 +45,8 @@ simply append `.xsl' to the project name to get the stylesheet. A different stylesheet can be specified using this option. +=back + =head1 AUTHORS Geert Josten , --- a/lib/XML/XSLT.pm +++ b/lib/XML/XSLT.pm @@ -877,13 +877,6 @@ } } -=item xsl_output_method - -Get or set the Bug: https://rt.cpan.org/Ticket/Display.html?id=84327 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=84327 Last-Update: 2013-04-01 --- a/xslt-parser +++ b/xslt-parser @@ -41,7 +41,7 @@ =item -s -Specify a seperate different stylesheet. Usually, xslt-parser will +Specify a separate different stylesheet. Usually, xslt-parser will simply append `.xsl' to the project name to get the stylesheet. A different stylesheet can be specified using this option. debian/copyright0000644000000000000000000000233112126304463011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-XSLT Source: https://metacpan.org/release/XML-XSLT/ Upstream-Contact: Jonathan Stowe Files: * Copyright: 1999, Geert Josten 1999, Egon Willighagen 2001, Mark A. Hershberger License: Artistic or GPL-1+ Files: debian/* Copyright: 2000-2003, Ardo van Rangelrooij 2004, Jay Bonci 2009, Ansgar Burchardt 2009, Salvatore Bonaccorso 2013, Xavier Guimard 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/libxml-xslt-perl.examples0000644000000000000000000000002712126304463014145 0ustar examples/* xslt-parser debian/watch0000644000000000000000000000015212126304463010216 0ustar version=3 https://metacpan.org/release/XML-XSLT/ .*/XML-XSLT-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)