Open
Description
hhoughton:Downloads hhoughton$ for i in 3 4; do ar -t scala-2.13.0-M$i.deb; echo; done
debian-binary
control.tar.gz
data.tar.gz
debian-binary
control.tar.gz
data.tar
Probably caused by #180. Newer versions of sbt-native-packager
pass -Znone
to dpkg
, because "packages are largely JARs, which are already compressed". However, the packaged scaladoc has nearly 500MB (uncompressed) of docs, which benefit greatly from compression.
I'll double-check that that's the problem, but it seems the most likely.
Thanks to @Glavo for noticing.