diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 15:35:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 15:35:55 -0400 |
| commit | e4ac94860bcc4511370e878e14ef9d45b60aeb2a (patch) | |
| tree | 3d1abab78e84cf29310c99a77ad414d25fdd3511 /debian | |
| parent | 636c7cf5ba42d3636e06f298feae0b9219be6067 (diff) | |
remove `os` property
The new properties let the type checker know what the target OS is.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 562eccd7..df518753 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ propellor (3.0.0) UNRELEASED; urgency=medium lists of properties. (If you have such a list, use `toProps`.) - And similarly, Chroot and Docker need `props` to be used to combine together the properies used inside them. + - The `os` property is removed. Instead use `osDebian`, `osBuntish`, + or `osFreeBSD`. These tell the type checker the target OS of a host. - Change "Property NoInfo" to "Property UnixLike" - Change "Property HasInfo" to "Property (HasInfo + UnixLike)" - Change "RevertableProperty NoInfo" to |
