Hi Alex,

Thank you for the fast fix. Still, some questions I posed you in the bug report remain unanswered. How was the image made? Can't you just include the source of it, and build the PNG as part of the package build?

Also, now in the copyright file you have (took unrelated stuff out):

   Comment: debian/chawan.png is licensed according this file MIT, created by 
Alex to resemble a chawan (tea bowl)

   Files: debian/*
   Copyright:
    2026 Alex Myczko <[email protected]>
    2025 James Cuzella
   License: MIT

As also specified in <https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#comment-field>, the comment should provide additional information, while licensing and copyright information should use the appropriate keys. Your comment is only stating the copyright status of a file, but not *why* that is true. Also, the comment is applied to the header stanza, while it should really be only in the debian/chawan.png file stanza. So, moving the information out from the free-form comment to machine readable fields, you could have:

   Files: debian/*
   Copyright:
    2026 Alex Myczko <[email protected]>
    2025 James Cuzella
   License: MIT

   Files: debian/chawan.png
   Copyright: 2026 Alex Myczko <[email protected]>
   License: MIT
   Comment: Created using TODO

Bye!

Reply via email to