From 681e4dbbcb880e8e2526519fc58d4f2994a41577 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Apr 2015 14:26:13 -0400 Subject: propellor spin --- debian/changelog | 5 ++++- debian/control | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6ef509ca..592c75a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,12 @@ -propellor (2.3.1) UNRELEASED; urgency=medium +propellor (2.4.0) UNRELEASED; urgency=medium * Git.bareRepo: Fix bug in calls to userScriptProperty. Thanks, Jelmer Vernooij. * Removed Obnam.latestVersion which was only needed for Debian wheezy backport. + * Merged Utility changes from git-annex. + * Switched from MonadCatchIO-transformers to the newer transformers and + exceptions libraries. -- Joey Hess Wed, 22 Apr 2015 20:59:59 -0400 diff --git a/debian/control b/debian/control index a9b6c2ce..2bebd6f3 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,8 @@ Build-Depends: libghc-network-dev, libghc-quickcheck2-dev, libghc-mtl-dev, - libghc-monadcatchio-transformers-dev, + libghc-transformers-dev, + libghc-exceptions-dev, Maintainer: Gergely Nagy Standards-Version: 3.9.6 Vcs-Git: git://git.joeyh.name/propellor @@ -36,7 +37,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-network-dev, libghc-quickcheck2-dev, libghc-mtl-dev, - libghc-monadcatchio-transformers-dev, + libghc-transformers-dev, + libghc-exceptions-dev, git, Description: property-based host configuration management in haskell Propellor enures that the system it's run in satisfies a list of -- cgit v1.3-2-g0d8e