diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 23 | ||||
| -rw-r--r-- | debian/control | 6 |
2 files changed, 24 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 11c9922f..90205ece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,21 @@ -propellor (4.0.2) UNRELEASED; urgency=medium +propellor (4.0.4) UNRELEASED; urgency=medium + + * Propellor.Property.Restic added for yet another backup program. + Thanks, Félix Sipma. + * Removed dependency on MissingH, instead depends on split and hashable. + + -- Joey Hess <id@joeyh.name> Thu, 27 Apr 2017 16:31:26 -0400 + +propellor (4.0.3) unstable; urgency=medium + + * Added Fstab.listed, Fstab.swap, and Mount.swapOn properties. + Thanks, Daniel Brooks. + * Added Propellor.Property.Bootstrap, which can be used to make + disk images contain their own installation of propellor. + + -- Joey Hess <id@joeyh.name> Thu, 20 Apr 2017 00:54:32 -0400 + +propellor (4.0.2) unstable; urgency=medium * Apt.mirror can be used to set the preferred apt mirror of a host, overriding the default CDN. This info is used by @@ -10,8 +27,8 @@ propellor (4.0.2) UNRELEASED; urgency=medium properties added to a chroot that way from being seen when propellor was running inside the chroot. This affected disk image creation, and possibly other things that use chroots. - - -- Joey Hess <id@joeyh.name> Sun, 19 Mar 2017 16:37:27 -0400 + + -- Joey Hess <id@joeyh.name> Fri, 24 Mar 2017 14:04:50 -0400 propellor (4.0.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 289e663b..e6819060 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: ghc (>= 7.6), cabal-install, libghc-async-dev, - libghc-missingh-dev, + libghc-split-dev, libghc-hslogger-dev, libghc-unix-compat-dev, libghc-ansi-terminal-dev, @@ -18,6 +18,7 @@ Build-Depends: libghc-exceptions-dev (>= 0.6), libghc-stm-dev, libghc-text-dev, + libghc-hashable-dev, libghc-concurrent-output-dev, Maintainer: Joey Hess <id@joeyh.name> Standards-Version: 3.9.8 @@ -31,7 +32,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ghc (>= 7.4), cabal-install, libghc-async-dev, - libghc-missingh-dev, + libghc-split-dev, libghc-hslogger-dev, libghc-unix-compat-dev, libghc-ansi-terminal-dev, @@ -42,6 +43,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-exceptions-dev (>= 0.6), libghc-stm-dev, libghc-text-dev, + libghc-hashable-dev, libghc-concurrent-output-dev, git, Description: property-based host configuration management in haskell |
