Control: tags -1 + moreinfo On Thu, 2025-11-06 at 08:53 +0900, YOKOTA Hiroshi wrote: > Fix Debian bug 1118733. > > [ Impact ] > Failed to extract some older format RAR archive.
Presumably the fix for the bug is: -+COMMON_OBJS = ++COMMON_OBJS = \ ++ $O/CRC.o The debdiff also seems to make a couple of other changes to the patch, which don't seem related: -+include ../../LzmaDec_gcc.mak and -+DEF_FILE = ../../Archive/Archive2.def ++DEF_FILE = ../../Compress/Codec.def Are those intentional changes? + It fixes Debian bug 1118733 (file extraction error on Rar3 codec). Is there a reason that isn't using "Closes: #1118733"? Regards, Adam

