On 17 August 2017 at 12:25, Norbert Preining <prein...@logic.at> wrote: > I am writing a tool for generating graph database from the apt cache, > but I am missing access to the uploaders in AptPkg::Source.
Unfortunately that field is not exposed in the underlying libapt-pkg library. The best I can provide is AsStr, which is the entire source record, from which you can extract Uploaders. The AptPkg::Source man page in the 0.1.33 version (pending upload) has sample parsing code, or you can write your own regex. --bod