On Tue, Nov 17, 2020 at 04:38:52PM +0800, Paul Wise wrote: > On Tue, 05 May 2020 22:03:22 +0000 Jelmer Vernooij wrote: > > > One of the challenges is determining the upstream package name - > > we'll have to translate from the Debian upstream source package to > > the repology name. > > That is solved by the Repology project-by tool, which is linked from > the Debian package tracker for each source package. It seems like there > is no API for this tool yet though. > > https://repology.org/tools/project-by
I found a way to access the API this way, by using: https://repology.org/tools/project-by?repo=debian_unstable&name_type=srcname&target_page=api_v1_project&name={{srcname}} This is already implemented in lintian-brush. Jelmer