From: =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org>
Date: Sun, 19 Sep 2021 16:19:08 +0200
Subject: Ignore mismatching versions of libs

when there is a discrepancy between the version used to build the
package and the version to used to run tests. Meaningful only during
transitions, but cause spurious autopkgtest failures.

Debian-Bug: https://bugs.debian.org/993818
Forwarded: not-needed
---
 lib/nokogiri/version/info.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/nokogiri/version/info.rb b/lib/nokogiri/version/info.rb
index 8470b2d..d46bb9f 100644
--- a/lib/nokogiri/version/info.rb
+++ b/lib/nokogiri/version/info.rb
@@ -83,6 +83,8 @@ module Nokogiri
       end
 
       warnings
+      #Debian: ignore warnings from mismatching build/load versions
+      []
     end
 
     def to_hash
