Skip to content

deb packages aren't getting their data gzipped anymore #189

Open
@hrhino

Description

@hrhino
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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions