[libhtml-lint-perl] 02/06: drop fix-test-hash-sort-order.patch, applied upstream

Damyan Ivanov dmn at moszumanska.debian.org
Sun Nov 12 10:54:24 UTC 2017


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

dmn pushed a commit to branch master
in repository libhtml-lint-perl.

commit 253ccdf9213bca2cc74b8865283a9a0f40ece31c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Nov 12 10:50:23 2017 +0000

    drop fix-test-hash-sort-order.patch, applied upstream
---
 debian/patches/fix-test-hash-sort-order.patch | 14 --------------
 debian/patches/series                         |  1 -
 2 files changed, 15 deletions(-)

diff --git a/debian/patches/fix-test-hash-sort-order.patch b/debian/patches/fix-test-hash-sort-order.patch
deleted file mode 100644
index 6fac9a3..0000000
--- a/debian/patches/fix-test-hash-sort-order.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: fix tests failing due to hash randomization
-Origin: upstream VCS
-
---- a/lib/HTML/Lint/Parser.pm
-+++ b/lib/HTML/Lint/Parser.pm
-@@ -102,7 +102,7 @@
- sub _end_document {
-     my ($self,$line,$column) = @_;
- 
--    for my $tag ( keys %isRequired ) {
-+    for my $tag ( sort keys %isRequired ) {
-         if ( !$self->{_first_seen}->{$tag} ) {
-             $self->gripe( 'doc-tag-required', tag => $tag );
-         }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0e6a308..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-test-hash-sort-order.patch

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



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