Skip to content

Instantly share code, notes, and snippets.

@fayimora
Created October 21, 2013 19:56
Show Gist options
  • Save fayimora/7089882 to your computer and use it in GitHub Desktop.
Save fayimora/7089882 to your computer and use it in GitHub Desktop.
import play.Project._
import com.typesafe.sbt.SbtNativePackager._
import com.typesafe.sbt.packager.Keys._
libraryDependencies ++= Seq(
jdbc,
anorm,
cache
)
playScalaSettings
name := "play_deb"
description := "The description"
packageDescription := "The description"
packageDescription in Debian := "A very long crazy description"
description in Debian := "The description"
packageSummary in Debian := "A package summary!"
packagerSettings
atmosPlaySettings
// version := "0.0.1"
// description := "The description"
// name in Debian := "play_deb"
// maintainer in Debian := "Fayimora <fayi@fayimora.com>"
// version in Debian := "0.0.1"
// packageDescription := "The description"
// packageDescription in Debian := "A very long crazy description"
// description in Debian := "The description"
// packageSummary in Debian := "A package summary!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment