Hi, On 07/07/20 at 13:54 -0700, Matt Taggart wrote: > Package: qa.debian.org > User: qa.debian....@packages.debian.org > Usertags: udd > Version: 20200707 > Severity: wishlist > > I would like a way to browse upstream versions in different ways. I > don't know how much is already in the database but here are some > fields I've thought of. > > For packages with a newer upstream: > * time since latest debian upload to present. (aka how much newer in > time is upstream) > * time since upstream with a greater version than debian latest (aka > how long the package could have been updated, would need to know > when uscan detected versions) > * how many new upstream versions have happened since the current > debian latest (this might require info about multiple uscan > results?).
All of those are good ideas. They could be implemented by keeping the result of each uscan scan, and then querying this historical data to fetch that information. > * delta from debian version to upstream version (arbitrary and can't > be compared package to package, but might still be interesting) What do you mean with delta? Lucas