debian/0000775000000000000000000000000013205550435007172 5ustar debian/libxml-libxml-perl.examples0000664000000000000000000000001212254074005014434 0ustar example/* debian/control0000664000000000000000000000267012520713050010573 0ustar Source: libxml-libxml-perl Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Chris Butler Section: perl Priority: optional Build-Depends: perl (>= 5.12), debhelper (>= 9.20120312), libtest-pod-perl, libxml2-dev, libxml-namespacesupport-perl, libxml-sax-perl, zlib1g-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-libxml-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-libxml-perl.git Homepage: https://metacpan.org/release/XML-LibXML/ Package: libxml-libxml-perl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libxml-namespacesupport-perl, libxml-sax-perl Description: Perl interface to the libxml2 library XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance Document Object Model (DOM) implementation. Additionally, it supports using the XML Path Language (XPath) to find and extract information. debian/repack.stub0000775000000000000000000000346412254074005011345 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =head1 COPYRIGHT AND LICENSE Copyright 2009, Ryan Niebur License: Artistic or GPL-1+ =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi exec "$REPACK_SH" "$@" debian/README.source0000664000000000000000000000064712254074005011355 0ustar The original tarball is repackaged, in order to remove the shipped debian/ directory, the files example/thedieline.rss, example/JBR-ALLENtrees.htm, example/yahoo-finance-html-with-errors.html and example/yahoo-finance-html-with-errors.html (because of missing copyright and/or license) and the references to them in MANIFEST. To ease the creation of a new tarball repack.stub can be used, which is also called by uscan(1). debian/repack.local0000664000000000000000000000021112254074005011442 0ustar MANIFEST=1 SUFFIX=+dfsg rm debian rm example/thedieline.rss rm example/JBR-ALLENtrees.htm rm example/yahoo-finance-html-with-errors.html debian/changelog0000664000000000000000000005333013205550435011050 0ustar libxml-libxml-perl (2.0108+dfsg-1ubuntu0.2) trusty-security; urgency=medium * SECURITY UPDATE: arbitrary code execution via use-after-free - debian/patches/CVE-2017-10672/*.patch: add Debian's backported patch set from 2.0128+dfsg-4. - CVE-2017-10672 -- Marc Deslauriers Thu, 23 Nov 2017 08:46:05 -0500 libxml-libxml-perl (2.0108+dfsg-1ubuntu0.1) trusty-security; urgency=medium * SECURITY UPDATE: XEE due to expand_entities parameter being ignored - debian/patches/CVE-20xx-xxxx.patch: preserve unset options after a _clone() call in LibXML.pm, added test to t/43options.t. - CVE-2015-3451 -- Marc Deslauriers Fri, 01 May 2015 11:05:05 -0400 libxml-libxml-perl (2.0108+dfsg-1) unstable; urgency=medium * New upstream release. * Refresh fail-build-no-libxml2.patch (offset). -- gregor herrmann Tue, 17 Dec 2013 17:12:35 +0100 libxml-libxml-perl (2.0107+dfsg-1) unstable; urgency=low * New upstream release. * Drop fix-spelling-errors.patch, fixed upstream. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 08 Nov 2013 23:19:48 +0100 libxml-libxml-perl (2.0106+dfsg-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Update debian/repack.stub. * New upstream release. * Update years of packaging copyright. * Drop Breaks/Replaces libxml-libxml-common-perl. The package was removed from the archive 4 years ago and is in no existing suite anymore. -- gregor herrmann Wed, 23 Oct 2013 20:22:16 +0200 libxml-libxml-perl (2.0010+dfsg-1) unstable; urgency=low * New upstream release * Update fail-build-no-libxml2.patch -- Alessandro Ghedini Wed, 07 Nov 2012 20:28:13 +0100 libxml-libxml-perl (2.0006+dfsg-1) unstable; urgency=low * New upstream release * Refresh patches * Bump Standards-Version to 3.9.4 (no changes needed) -- Alessandro Ghedini Tue, 16 Oct 2012 14:10:26 +0200 libxml-libxml-perl (2.0004+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Wed, 15 Aug 2012 18:42:31 +0200 libxml-libxml-perl (2.0003+dfsg-2) unstable; urgency=low * Add fail-build-no-libxml2.patch (Closes: #684070) -- Alessandro Ghedini Tue, 07 Aug 2012 21:44:28 +0200 libxml-libxml-perl (2.0003+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Wed, 01 Aug 2012 11:57:35 +0200 libxml-libxml-perl (2.0002+dfsg-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Alessandro Ghedini ] * New upstream release -- Alessandro Ghedini Thu, 26 Jul 2012 01:26:28 +0200 libxml-libxml-perl (2.0001+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Thu, 21 Jun 2012 20:08:06 +0200 libxml-libxml-perl (2.0000+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Wed, 20 Jun 2012 11:20:57 +0200 libxml-libxml-perl (1.99+dfsg-1) unstable; urgency=low * New upstream release * Drop 0001-Fix-test-failures-on-64-bit-big-endian-platforms.patch (merged upstream) * Drop dont-link-to-zlib.patch (useless since -lz is now taken from xml2-config) -- Alessandro Ghedini Thu, 31 May 2012 21:50:33 +0200 libxml-libxml-perl (1.98+dfsg-2) unstable; urgency=low * Refresh fix-spelling-errors.patch (offset). * Add patch 0001-Fix-test-failures-on-64-bit-big-endian-platforms.patch: use an 'int' instead of STRLEN to avoid variable corruption on big endian platforms. Thanks to Niko Tyni for the patch. (Closes: #673590) * Update years of packaging copyright. -- gregor herrmann Mon, 21 May 2012 23:15:08 +0200 libxml-libxml-perl (1.98+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Wed, 16 May 2012 13:38:51 +0200 libxml-libxml-perl (1.97+dfsg-1) unstable; urgency=low * New upstream release * Email change: Alessandro Ghedini -> ghedo@debian.org -- Alessandro Ghedini Tue, 08 May 2012 12:45:17 +0200 libxml-libxml-perl (1.95+dfsg-1) unstable; urgency=low * New upstream release - Fix XML::LibXML::Element tests for inequality with == and eq (Closes: #664056) * Add dont-link-to-zlib.patch * Bump versioned build dep on debhelper to get CPPFLAGS and LDFLAGS too -- Alessandro Ghedini Sat, 17 Mar 2012 14:32:37 +0100 libxml-libxml-perl (1.93+dfsg-1) unstable; urgency=low * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 -- Alessandro Ghedini Mon, 27 Feb 2012 18:43:09 +0100 libxml-libxml-perl (1.92+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Wed, 22 Feb 2012 18:34:47 +0100 libxml-libxml-perl (1.90+dfsg-1) unstable; urgency=low * New upstream release * Bump debhlper compat level to 9 -- Alessandro Ghedini Fri, 20 Jan 2012 15:00:42 +0100 libxml-libxml-perl (1.89+dfsg-1) unstable; urgency=low * New upstream release * Add new files to copyright -- Alessandro Ghedini Mon, 26 Dec 2011 18:51:29 +0100 libxml-libxml-perl (1.88+dfsg-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Thu, 22 Sep 2011 18:48:18 +0200 libxml-libxml-perl (1.86+dfsg-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release -- Alessandro Ghedini Thu, 25 Aug 2011 12:40:07 +0200 libxml-libxml-perl (1.84+dfsg-1) unstable; urgency=low * New upstream release * Refreshed fix-spelling-errors.patch * Add myself to Uploaders -- Chris Butler Tue, 26 Jul 2011 12:05:22 +0200 libxml-libxml-perl (1.80+dfsg-1) unstable; urgency=low * New upstream release (Closes: #632293) -- Alessandro Ghedini Wed, 13 Jul 2011 10:49:35 +0200 libxml-libxml-perl (1.78+dfsg-1) unstable; urgency=low * New upstream release (Closes: #585541) * Update copyright entry for Shlomi Fish with new tests * Remove examples without license and/or copyright: - Update repack.local and README.source with removed files - Use +dfsg version suffix - Update debian/watch dversionmangle with the new suffix - Disable tests that use those files -- Alessandro Ghedini Thu, 07 Jul 2011 19:13:25 +0200 libxml-libxml-perl (1.75.ds-1) unstable; urgency=low [ gregor herrmann ] * Set Standards-Version to 3.9.1; replace Conflicts with Breaks. [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 * Switch to 3.0 (quilt) format - Remove quilt from B-D - Update README.source - Do not use dh addon for quilt * Bump Standards-Version to 3.9.2 (no changes needed) * Add myself to Uploaders * Update debian/changelog: - Use newer DEP5 revision - Update upstream copyright years - Add myself to copyright - Update licenses (artistic and GPL-1+) text, fix GPL link * Reorder (Build-)Depends * Build depend on perl (>= 5.12) because ExtUtils::MakeMaker 6.56 is needed * Drop fix_manpage_typos and fix_errmsg_typo patches (merged upstream) * Do not install README (contains only build and installation info) * Clean-up *.postinst and *.prerm * Add fix-spelling-errors patch * Add scripts/Test.pm-to-Test-More.pl to debian/copyright * Fix README.source to not point to the get-orig-source rule in rules as it has been removed [ gregor herrmann ] * Add libtest-pod-perl to Build-Depends. -- Alessandro Ghedini Thu, 30 Jun 2011 19:21:44 +0200 libxml-libxml-perl (1.70.ds-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (closes: #546240) * Remove the unneeded get-orig-source target * Rewrote control description * Added myself to Uploaders * Standards-Version 3.8.3 (drop perl version dependency) * Updated copyright information * Remove no_linking_with_libm.patch, applied upstream (RT#41303) * Refresh patches to unified diff format * Drop version dependencies where satisfied by oldstable * Now require the newest libxml2-dev (>= 2.7.6) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Add patch fix_errmsg_typo.patch to fix a typo in an error message; thanks to Adam Buchbinder for the bug report and the patch (closes: #535198). * Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against binary compatibility problems (cf. #546503). * XML::LibXML::Common is now included in libxml-libxml-perl; remove libxml-libxml-common-perl from Build-Depends and Depends, add it to Conflicts and Replaces. -- gregor herrmann Fri, 30 Oct 2009 01:52:09 +0100 libxml-libxml-perl (1.69.ds-2) unstable; urgency=low * Remove Florian Ragwitz from Uploaders (closes: #523275). * Set Standards-Version to 3.8.1 (no changes). * Remove duplicate fields from debian/control. * Minimize debian/rules, bump quilt and debhelper build dependencies. -- gregor herrmann Sun, 31 May 2009 14:36:13 +0200 libxml-libxml-perl (1.69.ds-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. * Add a debian/repack.sh script that creates the .ds version from the upstream tarball: it removes the debian/ directory and the lines referencing it in MANIFEST. Mention the repackaging in debian/README.source. Add get-orig-source target to debian/rules. * debian/watch: extended regexp for matching upstream releases. * Refresh patch fix_manpage_typos and add a short description. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/copyright: switch to new format. * debian/control: - switch Vcs-Browser field to ViewSVN - add /me to Uploaders - wrap long lines - mention module name in long description - remove -1 revision from versioned build dependency - add ${misc:Depends} to Depends: [ Damyan Ivanov ] * add no_linking_with_libm.patch, avoiding unneeded linkage with libm -- gregor herrmann Sat, 29 Nov 2008 10:43:03 +0100 libxml-libxml-perl (1.66-1) unstable; urgency=low * New upstream release (Closes: #442813) * Took over package maintenance by the pkg-perl group; leaving original maintainer as an uploader (See #442813) * Added debian/watch * Updated debhelper compat to 6 * Bumped up standards-version to 3.7.3 (no changes needed) * Migrated from dpatch to quilt; diff.gz clean (no patches outside quilt anymore) * Removed redundant debian/libxml-libxml-perl.{docs,examples} - Included in rules -- Gunnar Wolf Sun, 10 Feb 2008 17:46:15 -0600 libxml-libxml-perl (1.63-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix FTBFS of libxml-feed-perl with upstream r664. Closes: #432513 -- Andreas Barth Tue, 31 Jul 2007 20:24:31 +0000 libxml-libxml-perl (1.63-1) unstable; urgency=low * New upstream release (Closes: #389857). + Fixes typo in XML::LibXML::Namespace docs (Closes: #385538). * Skip failing tests caused by recent libxml2 versions. See http://rt.cpan.org/Ticket/Display.html?id=27659 (Closes: #430002, #430796). -- Florian Ragwitz Wed, 27 Jun 2007 21:50:26 +0200 libxml-libxml-perl (1.59-2) unstable; urgency=low * Removed some debugging code I accidentally left in. -- Florian Ragwitz Thu, 3 Aug 2006 16:58:57 +0200 libxml-libxml-perl (1.59-1) unstable; urgency=low * New upstream release. + Fixes several memory leaks (Closes: #358524). + Adds default error method for XML::LibXML::SAX (Closes: #297885). * Bump Standards-Version to 3.7.2 (no changes). * Fixed some documentation typos in XML::LibXML::Node (Closes: #287473). -- Florian Ragwitz Thu, 3 Aug 2006 16:12:11 +0200 libxml-libxml-perl (1.58-3) unstable; urgency=low * Fixed syntax error in the maintainer scripts (Closes: #335843). -- Florian Ragwitz Tue, 1 Nov 2005 11:15:43 +0100 libxml-libxml-perl (1.58-2) unstable; urgency=low * New Maintainer (Closes: #300236). * Bumped up Standards-Version. * debian/rules: + Cleaned up. + Run the test suite. Ignore its results. + First unpatch, then clean. Not the other way around. -- Florian Ragwitz Mon, 31 Oct 2005 14:36:05 +0100 libxml-libxml-perl (1.58-1) unstable; urgency=low * QA Group upload orphaning this package * debian/libxml-libxml-perl.prerm: remove bashism * Incorporates previous NMUs (closes: #260832, #240334, #282439, #277469, #280410) * debian/control: Build-Depend on dpatch * debian/rules: Add dpatch support * Partially applied patch from Vincent Lefevre to correct a lot of typos in manpage (closes: #249529) -- Andrew Pollock Tue, 16 Aug 2005 13:31:13 +1000 libxml-libxml-perl (1.58-0.3) unstable; urgency=high * Non-maintainer upload. * Fixed callback issues appearing in threaded and mixed mod_perl/libphp4 environments. (now calling xmlInitParser(), similar patch to that of Jason Adams for bug#240334) -- Michael Kröll Sat, 04 Dec 2004 16:27:20 +0100 libxml-libxml-perl (1.58-0.2) unstable; urgency=high * Non-maintainer upload. * Upload to non-delayed queue since it fixes a FTBFS of the previous NMU. * Applied patch by Michael Kröll. Closes: #282439.. -- Enrico Zini Mon, 22 Nov 2004 22:24:30 +0100 libxml-libxml-perl (1.58-0.1) unstable; urgency=high * Non-maintainer upload * New upstream version. Closes: bug#260832, bug#277469, bug#280410. * Integrated upstream version 1.58_1 * Added RelaxNG and W3C Schema tests and rudimentary documentation from XML::LibXML CVS -- Michael Kröll Sun, 24 Oct 2004 10:17:04 +0200 libxml-libxml-perl (1.56-6.1) unstable; urgency=high * Non-maintainer upload * Applied patch by Jason Adams. Closes: bug#240334. * Urgency set to high, as the module is not functional with mod_perl without this patch -- Enrico Zini Wed, 22 Sep 2004 21:10:50 +0200 libxml-libxml-perl (1.56-6) unstable; urgency=low * Integrate CVS as of 20040115 * Sign with subkey of real key (new UID) * Add Jay Bonci as co-maintainer -- Michael K. Edwards Mon, 19 Jan 2004 00:28:59 -0800 libxml-libxml-perl (1.56-5) unstable; urgency=low * Overhaul XSUB code to fix LibXML_error brain damage (first pass) * Test suite is now valgrind memcheck clean * Major memory leaks plugged, except cleanup from bad XML still needs work (remaining leakage is dominated by Perl objects that don't get GC'ed) -- Michael K. Edwards (in Debian context) Thu, 15 Jan 2004 01:40:46 -0800 libxml-libxml-perl (1.56-4) unstable; urgency=low * New maintainer (closes: Bug#210534) * debian/rules: rebuilt with dh-make-perl, add noopt support * t/02parse.t: bypass tests that crash due to regressions in libxml2 * LibXML.xs: don't redeclare externs now in libxml2 globals.h (closes: Bug#225620) * LibXML.pm, LibXML.xs: fix spurious warnings during make test * lib/XML/LibXML/SAX.pm: inherit superclass using "use base" syntax * rebuild against perl v5.8.2, bump build-depends * rebuild against libxml2 v2.6.3-1, bump build-depends * debian/control: upgraded to Debian Policy 3.6.1 (no changes) -- Michael K. Edwards (in Debian context) Tue, 30 Dec 2003 20:04:27 -0800 libxml-libxml-perl (1.56-3) unstable; urgency=low * rebuild against perl v5.8.1 (closes: Bug#213652) * debian/control: updated build dependency on perl to '>= 5.8.1' * rebuild against libxml2 v2.5.11-2 (closes: Bug#212784) * debian/control: updated build dependency on libxml2-dev to '>= 2.5.11-2' -- Ardo van Rangelrooij Sat, 4 Oct 2003 10:21:46 -0500 libxml-libxml-perl (1.56-2) unstable; urgency=low * debian/control: hardcoded dependency in 'libxml2' to '>= 2.5.10' until libxml2 itself provides the correct library info * debian/rules: excluded 'libxml2' from 'dh_shlibdeps' -- Ardo van Rangelrooij Fri, 5 Sep 2003 09:01:20 -0500 libxml-libxml-perl (1.56-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.6.0 (no changes) * debian/control: updated build dependency on 'libxml2-dev' to '>= 2.5.10' * debian/contorl: added build dependency on 'zlib1g-dev (>= 1:1.1.4)' -- Ardo van Rangelrooij Wed, 3 Sep 2003 22:09:28 -0500 libxml-libxml-perl (1.54-2) unstable; urgency=low * debian/control: removed unnecessary dependency on 'libxml-nodefilter-perl' -- Ardo van Rangelrooij Mon, 9 Jun 2003 18:51:07 -0500 libxml-libxml-perl (1.54-1) unstable; urgency=low * New upstream release (closes: Bug#186824) - fixed to work with libxml2 v2.5.7 (closes: Bug#187684) - fixed improper UTF-8 handling (closes: Bug#196373, Bug#194916) * debian/control: added build dependency on 'libgdome2-dev' * debian/control: added (build) dependency on 'libxml-libxml-common-perl' * debian/control: added dependency on 'libxml-nodefilter-perl' * XML::LibXML: fixed typo in manual page (closes: Bug#158294) * XML::/LibXML::SAX::Parser: fixed incorrectly prefix handling (closes: Bug#174612) * debian/libxml-libxml-perl.postinst: added XML::LibXML::SAX parser module registration * debian/libxml-libxml-perl.prerm: added XML::LibXML::SAX parser module deregistration * 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-libxml-perl' from 'interpreters' to 'perl' * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' * debian/control: upgraded to Debian Policy 3.5.10 (no changes) -- Ardo van Rangelrooij Sun, 8 Jun 2003 19:01:12 -0500 libxml-libxml-perl (1.52-5) unstable; urgency=low * Rebuild against libxml2 v2.4.28 (closes: Bug#171508) * debian/control: upgraded to Debian Policy 3.5.8 (no changes) -- Ardo van Rangelrooij Sun, 8 Dec 2002 17:07:43 -0600 libxml-libxml-perl (1.52-4) unstable; urgency=low * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep' -- Ardo van Rangelrooij Sun, 4 Aug 2002 15:19:57 -0500 libxml-libxml-perl (1.52-3) unstable; urgency=low * Rebuild against perl 5.8.0 * debian/control: changed build dependency on perl accordingly * 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-arch' target * debian/copyright: added pointer to license -- Ardo van Rangelrooij Sat, 3 Aug 2002 17:27:48 -0500 libxml-libxml-perl (1.52-2) unstable; urgency=low * Makefile.PL: commented out parser registration code (closes: Bug#150922) -- Ardo van Rangelrooij Tue, 2 Jul 2002 20:53:36 -0500 libxml-libxml-perl (1.52-1) unstable; urgency=low * New upstream release (closes: Bug#149995) * debian/control: added missing versioned (build) dependency on libxml-namespacesupport-perl v1.07 -- Ardo van Rangelrooij Sat, 15 Jun 2002 13:41:10 -0500 libxml-libxml-perl (1.50-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Sun, 26 May 2002 11:29:03 -0500 libxml-libxml-perl (1.40-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Sat, 27 Apr 2002 14:21:45 -0500 libxml-libxml-perl (1.31-2) unstable; urgency=low * Added postinstallation and preremoval scripts to properly register and unregister the parser XML::LibXML::SAX::Parser (closes: Bug#129439) -- Ardo van Rangelrooij Sat, 16 Feb 2002 22:33:54 -0600 libxml-libxml-perl (1.31-1) unstable; urgency=low * New upstream release * debian/control: added (build) dependency on libxml-sax-perl * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sat, 5 Jan 2002 12:21:22 -0600 libxml-libxml-perl (1.00-1) unstable; urgency=low * New upstream release (closes: Bug#106626) -- Ardo van Rangelrooij Sun, 19 Aug 2001 10:29:50 -0500 libxml-libxml-perl (0.97-1) unstable; urgency=low * New upstream release * debian/control: updated long description * debian/control: upgraded to Debian Policy 3.5.5 -- Ardo van Rangelrooij Sat, 7 Jul 2001 13:31:31 -0500 libxml-libxml-perl (0.94-1) unstable; urgency=low * New upstream release * Makefile.PL: removed various unnecessary $Config uses so it builds without needing the same libraries used to build perl (closes: Bug#99761) -- Ardo van Rangelrooij Sun, 10 Jun 2001 17:43:38 -0500 libxml-libxml-perl (0.91-1) unstable; urgency=low * Initial Release (closes: Bug#99113) -- Ardo van Rangelrooij Tue, 29 May 2001 19:24:53 -0500 debian/source/0000775000000000000000000000000012254074005010467 5ustar debian/source/format0000664000000000000000000000001412254074005011675 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212254074005010365 0ustar 9 debian/patches/0000775000000000000000000000000013205547605010626 5ustar debian/patches/fail-build-no-libxml2.patch0000664000000000000000000000154112254074005015631 0ustar Description: Trigger build failure when libxml2 is not found Origin: vendor Bug: http://bugs.debian.org/684070 Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: gregor herrmann Last-Update: 2013-12-17 --- a/Makefile.PL +++ b/Makefile.PL @@ -205,7 +205,7 @@ " - don't send patches!\n\n". "Check the README file for more information on versions\n". "that are tested with XML::LibXML\n\n"; - exit 0 unless $FORCE; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors) + exit 1 unless $FORCE; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors) } if ( $@ =~ /^UNTESTED (\S*)/ ) { warn "Note: libxml2 $1 was not tested with this XML::LibXML version.\n" debian/patches/CVE-2015-3451.patch0000664000000000000000000000506112520713034013233 0ustar Description: fix XEE due to expand_entities parameter being ignored Origin: upstream, https://bitbucket.org/shlomif/perl-xml-libxml/commits/5962fd067580767777e94640b129ae8930a68a30 Origin: upstream, https://bitbucket.org/shlomif/perl-xml-libxml/commits/915f1dbaf21c5f3c21d7c519c70fd93859e47152 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783443 Index: libxml-libxml-perl-2.0108+dfsg/LibXML.pm =================================================================== --- libxml-libxml-perl-2.0108+dfsg.orig/LibXML.pm 2015-05-01 11:04:57.064631683 -0400 +++ libxml-libxml-perl-2.0108+dfsg/LibXML.pm 2015-05-01 11:04:57.060631646 -0400 @@ -392,8 +392,11 @@ line_numbers => $self->{XML_LIBXML_LINENUMBERS}, base_uri => $self->{XML_LIBXML_BASE_URI}, gdome => $self->{XML_LIBXML_GDOME}, - set_parser_flags => $self->{XML_LIBXML_PARSER_OPTIONS}, }); + # The parser options may contain some options that were zeroed from the + # defaults so set_parser_flags won't work here. We need to assign them + # explicitly. + $new->{XML_LIBXML_PARSER_OPTIONS} = $self->{XML_LIBXML_PARSER_OPTIONS}; $new->input_callbacks($self->input_callbacks()); return $new; } Index: libxml-libxml-perl-2.0108+dfsg/t/43options.t =================================================================== --- libxml-libxml-perl-2.0108+dfsg.orig/t/43options.t 2015-05-01 11:04:57.064631683 -0400 +++ libxml-libxml-perl-2.0108+dfsg/t/43options.t 2015-05-01 11:04:57.064631683 -0400 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 289; +use Test::More tests => 290; use XML::LibXML; @@ -125,6 +125,44 @@ } { + my $XML = <<'EOT'; + + +]> + + + example.com + XXE + + &xxe; + example.com + XXE here + + + +EOT + + my $sys_line = <<'EOT'; +&xxe; +EOT + + chomp ($sys_line); + + my $parser = XML::LibXML->new( + expand_entities => 0, + load_ext_dtd => 0, + no_network => 1, + expand_xinclude => 0, + ); + my $XML_DOC = $parser->load_xml( string => $XML, ); + + # TEST + ok (scalar($XML_DOC->toString() =~ m{\Q$sys_line\E}), + "expand_entities is preserved after _clone()/etc." + ); +} + +{ my $p = XML::LibXML->new(map { $_=>1 } @all); for my $opt (@all) { # TEST*$all debian/patches/CVE-2017-10672/0000775000000000000000000000000013205550424012300 5ustar debian/patches/CVE-2017-10672/0001-Update-dom.c.patch0000664000000000000000000000167213205547625016136 0ustar From: sungta Date: Wed, 12 Jul 2017 16:35:36 +0700 Subject: [1/8] Update dom.c Origin: https://github.com/shlomif/perl-XML-LibXML/commit/729cb0f96a4c7c4d5c885f3d699fe587edb30cab Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 --- dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: libxml-libxml-perl-2.0108+dfsg/dom.c =================================================================== --- libxml-libxml-perl-2.0108+dfsg.orig/dom.c 2017-11-23 08:39:31.462097151 -0500 +++ libxml-libxml-perl-2.0108+dfsg/dom.c 2017-11-23 08:39:31.458097105 -0500 @@ -794,7 +794,7 @@ domReplaceChild( xmlNodePtr self, xmlNod return NULL; if ( new == old ) - return new; + return NULL; if ( new == NULL ) { /* level2 sais nothing about this case :( */ debian/patches/CVE-2017-10672/0002-bug-use-after-free-in-replaceChild.patch0000664000000000000000000000232713201411345022244 0ustar From: sungta Date: Wed, 12 Jul 2017 17:02:59 +0700 Subject: [2/8] bug use after free in replaceChild Origin: https://github.com/shlomif/perl-XML-LibXML/commit/7188660dba5f9c339005766062305d58fa0f757c Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 test case for use after free in replaceChild --- t/ufa.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 t/ufa.t diff --git a/t/ufa.t b/t/ufa.t new file mode 100644 index 0000000..ef3ce9d --- /dev/null +++ b/t/ufa.t @@ -0,0 +1,10 @@ +#test bug use after free in function replaceChild +use XML::LibXML; +BEGIN { $| = 1 } +my $data='-------------------------------------------------------tadinhsung-at-gmail-dot-com-----------------------------------------------------'; + +my $parser = XML::LibXML->new(); +my $info = $parser->load_xml(string=>$data) or die; +my $root = $info->findnodes("mipu94")->[0]; +my $ufanode = $root->findnodes("pwn4fun/ufanode")->[0]; +$root->replaceChild($ufanode,$ufanode); \ No newline at end of file -- 2.15.0.rc2 debian/patches/CVE-2017-10672/0006-Fix-replaceChild.patch0000664000000000000000000000716713205550353017023 0ustar Backport of: From: sungta Date: Mon, 23 Oct 2017 14:04:59 +0700 Subject: [6/8] Fix replaceChild Origin: https://github.com/shlomif/perl-XML-LibXML/commit/a83e805fdd968e6065db1293bfe5f91cc1c5fea6 Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 if newNode == oldNode or self == newNode then do nothing, just return nNode. --- LibXML.xs | 70 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 32 deletions(-) Index: libxml-libxml-perl-2.0108+dfsg/LibXML.xs =================================================================== --- libxml-libxml-perl-2.0108+dfsg.orig/LibXML.xs 2017-11-23 08:39:43.266232633 -0500 +++ libxml-libxml-perl-2.0108+dfsg/LibXML.xs 2017-11-23 08:44:11.269297222 -0500 @@ -4730,30 +4730,35 @@ replaceChild( self, nNode, oNode ) xmlNodePtr ret = NULL; ProxyNodePtr docfrag = NULL; CODE: - if ( self->type == XML_DOCUMENT_NODE ) { - switch ( nNode->type ) { - case XML_ELEMENT_NODE: - warn("replaceChild with an element on a document node not supported yet!"); - XSRETURN_UNDEF; - break; - case XML_DOCUMENT_FRAG_NODE: - warn("replaceChild with a document fragment node on a document node not supported yet!"); - XSRETURN_UNDEF; - break; - case XML_TEXT_NODE: - case XML_CDATA_SECTION_NODE: - warn("replaceChild with a text node not supported on a document node!"); - XSRETURN_UNDEF; - break; - default: - break; - } - } - ret = domReplaceChild( self, nNode, oNode ); - if (ret == NULL) { - XSRETURN_UNDEF; + // if newNode == oldNode or self == newNode then do nothing, just return nNode. + if(nNode == oNode || self == nNode ){ + RETVAL = nNode; } - else { + else{ + if ( self->type == XML_DOCUMENT_NODE ) { + switch ( nNode->type ) { + case XML_ELEMENT_NODE: + warn("replaceChild with an element on a document node not supported yet!"); + XSRETURN_UNDEF; + break; + case XML_DOCUMENT_FRAG_NODE: + warn("replaceChild with a document fragment node on a document node not supported yet!"); + XSRETURN_UNDEF; + break; + case XML_TEXT_NODE: + case XML_CDATA_SECTION_NODE: + warn("replaceChild with a text node not supported on a document node!"); + XSRETURN_UNDEF; + break; + default: + break; + } + } + ret = domReplaceChild( self, nNode, oNode ); + if (ret == NULL) { + XSRETURN_UNDEF; + } + else { docfrag = PmmNewFragment( self->doc ); /* create document fragment */ xmlAddChild( PmmNODE(docfrag), ret ); @@ -4764,7 +4769,8 @@ replaceChild( self, nNode, oNode ) PmmOWNERPO(PmmPROXYNODE(self)) ); } PmmFixOwner( SvPROXYNODE(RETVAL), docfrag ); - } + } + } OUTPUT: RETVAL debian/patches/CVE-2017-10672/0004-Update-ufa.t.patch0000664000000000000000000000227613201411345016140 0ustar From: sungta Date: Wed, 12 Jul 2017 17:42:33 +0700 Subject: [4/8] Update ufa.t Origin: https://github.com/shlomif/perl-XML-LibXML/commit/6c437bef155bf9146ac65be31052b72eda718b11 Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 --- t/ufa.t | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/t/ufa.t b/t/ufa.t index 0ebbbf2..fce4489 100644 --- a/t/ufa.t +++ b/t/ufa.t @@ -1,13 +1,12 @@ #test bug use after free in function replaceChild -use strict; -use warnings; use Test::More; use XML::LibXML; + BEGIN { $| = 1 } my $data='-------------------------------------------------------tadinhsung-at-gmail-dot-com-----------------------------------------------------'; - my $parser = XML::LibXML->new(); my $info = $parser->load_xml(string=>$data) or die; my $root = $info->findnodes("mipu94")->[0]; my $ufanode = $root->findnodes("pwn4fun/ufanode")->[0]; ok(!$root->replaceChild($ufanode,$ufanode),"Test UFA in replaceChild"); +done_testing(); -- 2.15.0.rc2 debian/patches/CVE-2017-10672/0005-Update-ufa.t.patch0000664000000000000000000000172213201411345016134 0ustar From: sungta Date: Wed, 12 Jul 2017 17:55:56 +0700 Subject: [5/8] Update ufa.t Origin: https://github.com/shlomif/perl-XML-LibXML/commit/91a2b9008c059fb4df3fbee4a5cf7169eb160d7f Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 --- t/ufa.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/ufa.t b/t/ufa.t index fce4489..753419e 100644 --- a/t/ufa.t +++ b/t/ufa.t @@ -1,7 +1,6 @@ -#test bug use after free in function replaceChild use Test::More; use XML::LibXML; - +#test bug use after free in function replaceChild BEGIN { $| = 1 } my $data='-------------------------------------------------------tadinhsung-at-gmail-dot-com-----------------------------------------------------'; my $parser = XML::LibXML->new(); -- 2.15.0.rc2 debian/patches/CVE-2017-10672/0007-Update-ufa.t.patch0000664000000000000000000000164113201411345016136 0ustar From: sungta Date: Mon, 23 Oct 2017 14:06:36 +0700 Subject: [7/8] Update ufa.t Origin: https://github.com/shlomif/perl-XML-LibXML/commit/a9d12057647c1df50b42dca1bc35df657354f3f6 Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 --- t/ufa.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/ufa.t b/t/ufa.t index 753419e..26764f3 100644 --- a/t/ufa.t +++ b/t/ufa.t @@ -7,5 +7,5 @@ my $parser = XML::LibXML->new(); my $info = $parser->load_xml(string=>$data) or die; my $root = $info->findnodes("mipu94")->[0]; my $ufanode = $root->findnodes("pwn4fun/ufanode")->[0]; -ok(!$root->replaceChild($ufanode,$ufanode),"Test UFA in replaceChild"); +ok($root->replaceChild($ufanode,$ufanode),"Test UFA in replaceChild"); done_testing(); -- 2.15.0.rc2 debian/patches/CVE-2017-10672/0008-fix-replaceChild.patch0000664000000000000000000000216313205550424017053 0ustar From: sungta Date: Mon, 23 Oct 2017 14:17:01 +0700 Subject: [8/8] fix replaceChild Origin: https://github.com/shlomif/perl-XML-LibXML/commit/85dc8d5d4b905b323a46ef7e611d889b1c3375df Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 --- LibXML.xs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: libxml-libxml-perl-2.0108+dfsg/LibXML.xs =================================================================== --- libxml-libxml-perl-2.0108+dfsg.orig/LibXML.xs 2017-11-23 08:45:54.114467612 -0500 +++ libxml-libxml-perl-2.0108+dfsg/LibXML.xs 2017-11-23 08:45:54.114467612 -0500 @@ -4732,7 +4732,8 @@ replaceChild( self, nNode, oNode ) CODE: // if newNode == oldNode or self == newNode then do nothing, just return nNode. if(nNode == oNode || self == nNode ){ - RETVAL = nNode; + ret = nNode; + RETVAL = PmmNodeToSv(ret, PmmOWNERPO(PmmPROXYNODE(ret))); } else{ if ( self->type == XML_DOCUMENT_NODE ) { debian/patches/CVE-2017-10672/0003-Update-ufa.t.patch0000664000000000000000000000236713201411345016140 0ustar From: sungta Date: Wed, 12 Jul 2017 17:35:09 +0700 Subject: [3/8] Update ufa.t Origin: https://github.com/shlomif/perl-XML-LibXML/commit/075f314d1b0e6624127d6cc1573c51c9d1c91bc2 Bug-Debian: https://bugs.debian.org/866676 Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2017-10672 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=122246 --- t/ufa.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/ufa.t b/t/ufa.t index ef3ce9d..0ebbbf2 100644 --- a/t/ufa.t +++ b/t/ufa.t @@ -1,4 +1,7 @@ #test bug use after free in function replaceChild +use strict; +use warnings; +use Test::More; use XML::LibXML; BEGIN { $| = 1 } my $data='-------------------------------------------------------tadinhsung-at-gmail-dot-com-----------------------------------------------------'; @@ -7,4 +10,4 @@ my $parser = XML::LibXML->new(); my $info = $parser->load_xml(string=>$data) or die; my $root = $info->findnodes("mipu94")->[0]; my $ufanode = $root->findnodes("pwn4fun/ufanode")->[0]; -$root->replaceChild($ufanode,$ufanode); \ No newline at end of file +ok(!$root->replaceChild($ufanode,$ufanode),"Test UFA in replaceChild"); -- 2.15.0.rc2 debian/patches/series0000664000000000000000000000060613205547614012045 0ustar fail-build-no-libxml2.patch CVE-2015-3451.patch CVE-2017-10672/0001-Update-dom.c.patch CVE-2017-10672/0002-bug-use-after-free-in-replaceChild.patch CVE-2017-10672/0003-Update-ufa.t.patch CVE-2017-10672/0004-Update-ufa.t.patch CVE-2017-10672/0005-Update-ufa.t.patch CVE-2017-10672/0006-Fix-replaceChild.patch CVE-2017-10672/0007-Update-ufa.t.patch CVE-2017-10672/0008-fix-replaceChild.patch debian/copyright0000664000000000000000000000621212254074005011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XML-LibXML Upstream-Contact: Petr Pajas Source: https://metacpan.org/release/XML-LibXML/ Files: * Copyright: 2006-2009, Petr Pajas 2002-2006, Christian Glahn 2001-2007, AxKit.com Ltd License: Artistic or GPL-1+ Files: Devel.xs lib/XML/LibXML/Devel.pm Copyright: 2011, Joachim Zobel License: Artistic or GPL-1+ Files: scripts/Test.pm-to-Test-More.pl t/49_load_html.t t/19die_on_invalid_utf8_rt_58848.t t/60error_prev_chain.t Copyright: 2011 Shlomi Fish License: Expat Files: ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2003, Ardo van Rangelrooij 2003-2004, Michael K. Edwards 2004, Enrico Zini 2004, Michael Kröll 2005, Andrew Pollock 2005-2007, Florian Ragwitz 2007, Andreas Barth 2008, Gunnar Wolf 2008-2013, gregor herrmann 2009, Jonathan Yu 2011, Alessandro Ghedini License: Artistic or GPL-1+ Files: debian/repack.stub Copyright: 2009, Ryan Niebur 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'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libxml-libxml-perl.postinst0000664000000000000000000000032512254074005014510 0ustar #!/bin/sh set -e if [ "$1" = "configure" ]; then update-perl-sax-parsers --add XML::LibXML::SAX::Parser update-perl-sax-parsers --add XML::LibXML::SAX update-perl-sax-parsers --update fi #DEBHELPER# debian/watch0000664000000000000000000000026212254074005010220 0ustar version=3 options=dversionmangle=s/\+dfsg// \ https://metacpan.org/release/XML-LibXML/ .*/XML-LibXML-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ debian sh debian/repack.stub debian/libxml-libxml-perl.prerm0000664000000000000000000000035412254074005013754 0ustar #!/bin/sh set -e if [ "$1" = "remove" -o "$1" = "upgrade" ]; then update-perl-sax-parsers --remove XML::LibXML::SAX::Parser update-perl-sax-parsers --remove XML::LibXML::SAX update-perl-sax-parsers --update fi #DEBHELPER# debian/rules0000775000000000000000000000060412254074005010247 0ustar #!/usr/bin/make -f # skip tests that need files we remove in the +dfsg version SKIP_TESTS = t/01basic.t t/49_load_html.t t/19die_on_invalid_utf8_rt_58848.t t/60error_prev_chain.t TEST_FILES = $(filter-out $(SKIP_TESTS), $(shell echo t/*.t)) %: dh $@ override_dh_auto_configure: SKIP_SAX_INSTALL=1 dh_auto_configure override_dh_auto_test: dh_auto_test -- TEST_FILES="$(TEST_FILES)"