The reasoning in [1] seems simple enough. I suggest to work in the salsa repo and create a PR there. It would definitely be best to get this package through debian, specially since there was an attempt there already.
The tool he is talking about is lrc, from the licenserecon package: $ lrc en: Versions: licenserecon '6.0' licensecheck '3.3.9-1ubuntu1' Parsing Source Tree .... Reading d/copyright .... Running licensecheck .... d/copyright | licensecheck LGPL-3 | Apache-2.0 vulkan_profiles.hpp This should fix it: --- a/debian/copyright +++ b/debian/copyright @@ -9,6 +9,11 @@ Files: * Copyright: 2015-2025 Sascha Willems License: LGPL-3 +Files: vulkan_profiles.hpp +Copyright: 2021-2024 Valve Corporation + 2021-2024 LunarG, Inc. +License: Apache-2.0 + Files: debian/* Copyright: 2025 Giovanni Mascellani <[email protected]> License: LGPL-3 $ lrc en: Versions: licenserecon '6.0' licensecheck '3.3.9-1ubuntu1' Parsing Source Tree .... Reading d/copyright .... Running licensecheck .... No significant differences found 1. https://dfsg-new-queue.debian.org/reviews/vulkan-caps- viewer/4.02+dfsg-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127197 Title: [needs-packaging] vulkancapsviewer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2127197/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
