It seems that Bionic Beaver (18.04) requires more fields than Xenial (16.04) in the Packages.gz file...
This worked on Xenial:
Filename: dists/xenial/main/binary-amd64/<name>_<version>_amd64.deb
Size: <size>
MD5sum: <md5>
SHA1: <sha>
SHA256: <sha>
But does not work on Bionic; I added these lines to the extracted file at /var/lib/apt/lists/:
Package: <name>
Architecture: amd64
Version: <version>
Priority: standard
Description: <description>
And it worked fine.
This may be an issue with my debian packaging tool, not necessarily an issue with deb-simple, but just thought you might want to know.
It seems that Bionic Beaver (18.04) requires more fields than Xenial (16.04) in the Packages.gz file...
This worked on Xenial:
But does not work on Bionic; I added these lines to the extracted file at /var/lib/apt/lists/:
And it worked fine.
This may be an issue with my debian packaging tool, not necessarily an issue with deb-simple, but just thought you might want to know.