Is there a way to tell what packages are provided by an /etc/apt/sources.list* entry?
I see that apt-cache policy '*' lists all packages provided by all sources, which could be parsed, but that's... humongous. I suppose one could also look in /var/lib/apt/lists. Anything simpler?