Merge pull request #251 from sbt/wip/gzip

gzip deb so we can publish to Bintray
This commit is contained in:
eugene yokota 2019-02-22 22:25:18 -05:00 committed by GitHub
commit 9f37eb8b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ val root = (project in file(".")).
},
debianChangelog in Debian := { Some(sourceDirectory.value / "debian" / "changelog") },
addPackage(Debian, packageBin in Debian, "deb"),
debianNativeBuildOptions in Debian := Seq("-Zgzip", "-z3"),
// RPM SPECIFIC
rpmRelease := "0",
version in Rpm := {