Skip to content

Commit

Permalink
Don't compress packages using the JDeb debian packager (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrnz authored and muuki88 committed Nov 30, 2017
1 parent 5739a9c commit 4e50958
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ object JDebPackaging extends AutoPlugin with DebianPluginLike {
fileAndDirectoryProducers(mappings, targetDir) ++ linkProducers(symlinks),
conffileProducers(mappings, targetDir)
)
// set compression default to none - in line with native version / allows rsync to be effective
debMaker setCompression "none"
debMaker setDepends ""
debMaker setDeb debianFile
debMaker setControl (targetDir / Names.DebianMaintainerScripts)

// TODO set compression, gzip is default
// TODO add signing with setKeyring, setKey, setPassphrase, setSignPackage, setSignMethod, setSignRole
debMaker validate ()
debMaker makeDeb ()
Expand Down

0 comments on commit 4e50958

Please sign in to comment.