On Sat, Aug 23, 2025 at 3:21 PM Kirill Rekhov <[email protected]> wrote: > I builded and tested fonts-adwaita together with > https://salsa.debian.org/python-team/packages/fonttools-opentype-feature-freezer > locally - works. > > Please let me know if you have any comments.
Thank you very much for your quick work here. 1. Please remove the debian/source/lintian-overrides file. In this case, the Lintian error needs to be fixed instead of ignored. The debian/copyright file needs to have license text for each License listed in debian/copyright. You have a License: GPL-3+ line but you don't have a License paragraph for it. 2. For licenses that aren't in /usr/share/common-licenses/ , I believe you ought to include the full license in debian/copyright instead of the short version (for comparison, there is a short version of the GPL-3+ used in https://salsa.debian.org/gnome-team/paper-clip/-/blob/debian/latest/debian/copyright). OFL-1.1 is not in common-licenses. 3. Here is an optional suggestion: I usually use the same license for my debian/* as for the upstream source. Among other benefits, it facilitates easier sharing of patches either from Debian to upstream or from upstream to Debian. Jeremy Bícha

