diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-06 17:28:49 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-06 17:28:49 -0400 |
| commit | 46b005ce2dc72208c2eb489a65a5721d90861ceb (patch) | |
| tree | 2a3ba5e1db598b77e2bfe3808fd44b307eba9349 | |
| parent | 719ba62c6177bb32952a99252e39c17feeb83eb6 (diff) | |
Really include Propellor.Property.FreeDesktop.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8e4d6ee2..8147b79a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +propellor (4.3.2) UNRELEASED; urgency=medium + + * Really include Propellor.Property.FreeDesktop. + + -- Joey Hess <id@joeyh.name> Thu, 06 Jul 2017 17:28:37 -0400 + propellor (4.3.1) unstable; urgency=medium * Added Propellor.Property.FreeDesktop module. diff --git a/propellor.cabal b/propellor.cabal index 99dce357..9dd98b89 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -114,6 +114,7 @@ Library Propellor.Property.FreeBSD Propellor.Property.FreeBSD.Pkg Propellor.Property.FreeBSD.Poudriere + Propellor.Property.FreeDesktop Propellor.Property.Fstab Propellor.Property.Git Propellor.Property.Gpg |
