mmstick / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
615 stars 50 forks source link

Compress the changelog #77

Closed vorner closed 6 years ago

vorner commented 6 years ago

The input is expected as plain text, but the output is .gz, so we should compress it.

Fixes #73.

kornelski commented 6 years ago

Thank you

vorner commented 6 years ago

Do you think you could do a release with the fix? 😇

Thanks

kornelski commented 6 years ago

Done