Package: docdiff / 0.6.1-2

Metadata

Package Version Patches format
docdiff 0.6.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix autopkgtest regression with ruby3.3.patch | (download)

lib/docdiff/view.rb | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix autopkgtest regression with ruby3.3

Replace usage of 3-argument Regexp.new.

Ruby 3.3 removed the 3-argument Regexp.new/compile
and recommends using the 2-argument overload by
adding the NOENCODING flag which was the only value
supported ('n'/'N') by the third argument
(encoding).