On Thu, Aug 11, 2022 at 10:29:34AM +0200, julien.pu...@gmail.com wrote: > Le jeudi 11 août 2022 à 09:16 +0100, Julian Gilbey a écrit : > > > > And I thought it would be easy... It seems something in the > > toolchain has changed since ipykernel was last built: it's now > > including COPYING.md in the dist-info directory and lintian is > > complaining about this. It's not obvious to me how to fix this in a > > "nice" way. Any suggestions, or shall I ask on d-python? > > I know a few packages where debian/rules has: > > override_dh_auto_install: > # usual install command, putting additional files/directories > # pruning commands: > find debian/tmp -name LICENSE -delete > find debian/tmp -type d -empty -delete
Ah, OK, I'll do that then. Thanks! Julian