Cool project, I also noticed some common error cases (replying to this email to
keep the debian-devel@ discussion in one thread):
> 290 - uscan did not produce an orig tarball with matching name
This seems to be a problem with +dfsg style version suffixes
https://debaudit.debian.net/upstream2orig/result/319e02fb7513c475b0c1412bfb63074251403e254b5e1c5d29e0611af45614a3
> 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
> 330 - failed to guess tag
It seems it's searching for a git tag in
https://salsa.debian.org/rust-team/debcargo-conf.git, but this repo only
contains configuration for the debian-rust tooling.
https://debaudit.debian.net/git2dsc/result/4317d143808217889eeb13c6c0fa5ea0d6c97aab09bb9f308facc028639b27c8
---
Regarding the first one this probably needs to be fixed in the package's uscan
rules? It's slightly tricky because the upstream version could also in theory
have a +suffix.
cheers,
kpcyrd