On Mon, 16 Mar 2026 at 08:01:12 +0100, Lucas Nussbaum wrote:
On 16/03/26 at 00:23 +0100, kpcyrd wrote:
> 720 - archive tarball fully included in generated tarball
This is "normal" when excluding files that can't be uploaded to Debian,
maybe this should be yellow instead of red?
https://debaudit.debian.net/upstream2orig/result/c588756e9a693dc423bacd81fa8f2cf6d6f13af442836747f391267f3d28f717
It means that the exclusion of such files is not properly automated in
debian/watch or debian/copyright, but instead done manually(?)
7zip also makes a good example of how this can be automated:
<https://tracker.debian.org/media/packages/7/7zip/copyright-25.01dfsg-1deb13u1>
has "Files-Excluded: CPP/7zip/Compress/Rar*", which is both
documentation of what was done to the upstream tarball to arrive at the
+dfsg tarball, and a machine-readable instruction for uscan to do it
again next time a new upstream version is imported.
smcv