Skip to content

Commit

Permalink
Added control.tar.gz workaround for older Debians/Ubuntu/BinTray
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Feb 5, 2018
1 parent 6bad2fc commit bba8c1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ lazy val compiler = crossProject.in(file(".")).
// implementations create per-package virtual user that we won't use anyway
maintainerScripts in Debian := Map(),

// Work around new Debian defaults and sbt-native-packager defaults, which
// build .deb packages that appear to be incompatible with older Debian/Ubuntu's
// dpkg and are not accepted by BinTray.
//
// For more information, see
// https://github.com/sbt/sbt-native-packager/issues/1067
debianNativeBuildOptions in Debian := Seq("-Zgzip", "-z3"),

packageSummary in Linux := s"compiler to generate binary data parsers in $TARGET_LANGS",
packageSummary in Windows := "Kaitai Struct compiler",
packageDescription in Linux :=
Expand Down

0 comments on commit bba8c1d

Please sign in to comment.