diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 14:16:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 14:16:53 -0400 |
| commit | 1ed98cc755ed5ac1cf6635d6683f0734004b224b (patch) | |
| tree | 2d3c1dae1d810d1ad9149e745d439fc449ee69f2 | |
| parent | f162c629e4934b787e5a0fd6ef0bdc801aa16114 (diff) | |
Included the config.hs symlink to config-simple.hs in the cabal and Debian packages.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 29dec10c..ca413199 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (0.8.3) UNRELEASED; urgency=medium + + * Included the config.hs symlink to config-simple.hs in the cabal and Debian + packages. + + -- Joey Hess <joeyh@debian.org> Tue, 19 Aug 2014 14:16:32 -0400 + propellor (0.8.2) unstable; urgency=medium * Fix bug in File.containsLines that caused lines that were already in the diff --git a/propellor.cabal b/propellor.cabal index 878113c1..809636c2 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -17,6 +17,7 @@ Extra-Source-Files: Makefile config-simple.hs config-joey.hs + config.hs debian/changelog debian/README.Debian debian/propellor.1 |
