diff options
| -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 |
