Created
October 21, 2013 19:56
-
-
Save fayimora/7089882 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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