Packages

trait DebianKeys extends AnyRef

DEB packaging specifc build targets.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebianKeys
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val debianChangelog: SettingKey[Option[sbt.File]]
  7. val debianCombinedMappings: TaskKey[Seq[LinuxPackageMapping]]
  8. val debianConffilesFile: TaskKey[sbt.File]
  9. val debianControlFile: TaskKey[sbt.File]
  10. val debianControlScriptsDirectory: SettingKey[sbt.File]
  11. val debianLinksfile: TaskKey[sbt.File]
  12. val debianMD5sumsFile: TaskKey[sbt.File]
  13. val debianMakeChownReplacements: TaskKey[(String, String)]
  14. val debianNativeBuildOptions: SettingKey[Seq[String]]
  15. val debianPackageConflicts: SettingKey[Seq[String]]
  16. val debianPackageDependencies: SettingKey[Seq[String]]
  17. val debianPackageInfo: SettingKey[PackageInfo]
  18. val debianPackageInstallSize: TaskKey[Long]
  19. val debianPackageMetadata: SettingKey[PackageMetaData]
  20. val debianPackageProvides: SettingKey[Seq[String]]
  21. val debianPackageRecommends: SettingKey[Seq[String]]
  22. val debianPriority: SettingKey[String]
  23. val debianSection: SettingKey[String]
  24. val debianSign: TaskKey[sbt.File]
  25. val debianSignRole: SettingKey[String]
  26. val debianUpstartFile: TaskKey[sbt.File]
  27. val debianZippedMappings: TaskKey[Seq[LinuxPackageMapping]]
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. val genChanges: TaskKey[sbt.File]
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val lintian: TaskKey[Unit]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. val debianExplodedPackage: TaskKey[sbt.File]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) Use debian:stage instead

  2. val debianMaintainerScripts: TaskKey[Seq[(sbt.File, String)]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.3) Use generic maintainerScript task instead

  3. val debianMakePostinstScript: TaskKey[Option[sbt.File]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.3) Use generic maintainerScript task instead

  4. val debianMakePostrmScript: TaskKey[Option[sbt.File]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.3) Use generic maintainerScript task instead

  5. val debianMakePreinstScript: TaskKey[Option[sbt.File]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.3) Use generic maintainerScript task instead

  6. val debianMakePrermScript: TaskKey[Option[sbt.File]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.3) Use generic maintainerScript task instead

Inherited from AnyRef

Inherited from Any

Ungrouped