Bug#1053855: false positive for Python top_level.txt files: package-contains-documentation-outside-usr-share-doc

2023-10-12 Thread Julian Gilbey
On Fri, Oct 13, 2023 at 12:18:58AM +0530, Nilesh Patra wrote: > Control: tags -1 patch > > Hello, > > It seems that .dist-info and .egg-info are always ignored for this > warning anyway. However dist-info should contain > [...] > > On digging into dh-python changelog, I see the entry: > >

Bug#1053855: false positive for Python top_level.txt files: package-contains-documentation-outside-usr-share-doc

2023-10-12 Thread Nilesh Patra
Control: tags -1 patch Hello, It seems that .dist-info and .egg-info are always ignored for this warning anyway. However dist-info should contain $ cat -n lib/Lintian/Screen/Python/Egg/Metadata.pm ... 35 return 1 36if $item->dirname =~ m{ [^/] [.] dist-info / $}x 37

Bug#1053855: false positive for Python top_level.txt files: package-contains-documentation-outside-usr-share-doc

2023-10-12 Thread Julian Gilbey
Package: lintian Version: 2.116.3 Severity: normal Just building a Python package with this version, and I receive the info tag: I: python3-bytecode: package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/bytecode-0.15.0.dist-info/top_level.txt] I think (almost)