Bob Proulx writes:
> That should at least make the files text again. Which means I think
> following this should work. But note that I had to test with the
> non-lz4 version on my system.
>
> lz4cat /var/lib/apt/lists/*Sources.lz4 | grep-dctrl -s Package -F
> Build-Depends,Build-Depends-In
Brian May writes:
> But golang-golang-x-net-dev is not a source package. In fact
Disregard my rumblings. I was obviously getting confused between 2
packages with similar names:
golang-golang-x-net-dev which is a source package
and:
golang-golang-x-crypto-dev which isn't a source package;
gola
Brian May wrote:
> This appears to work on stretch:
>
> apt install liblz4-tool
> lz4cat /var/lib/apt/lists/*Sources.lz4 | grep-dctrl -s Package -F
> Build-Depends,Build-Depends-Indep quilt
Oh wow, completely different packaging. My bad for looking at the
newer Sid suite on my desktop. Sorry.