mirror of https://github.com/sbt/sbt.git
gzip deb so we can publish to Bintray
This commit is contained in:
parent
5a91334147
commit
50e541e404
|
|
@ -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 := {
|
||||
|
|
|
|||
Loading…
Reference in New Issue