trait DebianKeys extends AnyRef
DEB packaging specifc build targets.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DebianKeys
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val debianChangelog: SettingKey[Option[sbt.File]]
- val debianCombinedMappings: TaskKey[Seq[LinuxPackageMapping]]
- val debianConffilesFile: TaskKey[sbt.File]
- val debianControlFile: TaskKey[sbt.File]
- val debianControlScriptsDirectory: SettingKey[sbt.File]
- val debianLinksfile: TaskKey[sbt.File]
- val debianMD5sumsFile: TaskKey[sbt.File]
- val debianMakeChownReplacements: TaskKey[(String, String)]
- val debianNativeBuildOptions: SettingKey[Seq[String]]
- val debianPackageConflicts: SettingKey[Seq[String]]
- val debianPackageDependencies: SettingKey[Seq[String]]
- val debianPackageInfo: SettingKey[PackageInfo]
- val debianPackageInstallSize: TaskKey[Long]
- val debianPackageMetadata: SettingKey[PackageMetaData]
- val debianPackageProvides: SettingKey[Seq[String]]
- val debianPackageRecommends: SettingKey[Seq[String]]
- val debianPriority: SettingKey[String]
- val debianSection: SettingKey[String]
- val debianSign: TaskKey[sbt.File]
- val debianSignRole: SettingKey[String]
- val debianUpstartFile: TaskKey[sbt.File]
- val debianZippedMappings: TaskKey[Seq[LinuxPackageMapping]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val genChanges: TaskKey[sbt.File]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lintian: TaskKey[Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
val
debianExplodedPackage: TaskKey[sbt.File]
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.0) Use debian:stage instead
-
val
debianMaintainerScripts: TaskKey[Seq[(sbt.File, String)]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.3) Use generic maintainerScript task instead
-
val
debianMakePostinstScript: TaskKey[Option[sbt.File]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.3) Use generic maintainerScript task instead
-
val
debianMakePostrmScript: TaskKey[Option[sbt.File]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.3) Use generic maintainerScript task instead
-
val
debianMakePreinstScript: TaskKey[Option[sbt.File]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.3) Use generic maintainerScript task instead
-
val
debianMakePrermScript: TaskKey[Option[sbt.File]]
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.3) Use generic maintainerScript task instead