[libxml-libxml-perl] 07/10: Refresh fail-build-no-libxml2.patch.

gregor herrmann gregoa at debian.org
Tue Jun 28 16:06:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxml-libxml-perl.

commit d1178cf4d3788d74e863a89f5ec42d9e608d0ca2
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 28 17:57:13 2016 +0200

    Refresh fail-build-no-libxml2.patch.
---
 debian/patches/fail-build-no-libxml2.patch | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/patches/fail-build-no-libxml2.patch b/debian/patches/fail-build-no-libxml2.patch
index b021e18..b9d87a3 100644
--- a/debian/patches/fail-build-no-libxml2.patch
+++ b/debian/patches/fail-build-no-libxml2.patch
@@ -4,16 +4,16 @@ Bug: https://bugs.debian.org/684070
 Forwarded: not-needed
 Author: Alessandro Ghedini <ghedo at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-12-06
+Last-Update: 2016-06-28
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -213,7 +213,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)
+@@ -222,7 +222,7 @@
+                     $libxml2_version = $1;
+                 }
+                 # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors)
+-                exit 0 if !$FORCE and $libxml2_version ne "2.9.4";
++                exit 1 if !$FORCE and $libxml2_version ne "2.9.4";
              }
              if ( $@ =~ /^UNTESTED (\S*)/ ) {
                  warn "Note: libxml2 $1 was not tested with this XML::LibXML version.\n"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-perl.git



More information about the Pkg-perl-cvs-commits mailing list