diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-08-20 17:36:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-08-20 17:36:38 -0400 |
| commit | 19ba498d109d02b8f19f71039ab11f6d612ade21 (patch) | |
| tree | 3b193bff038095e5144d670033ff672cc4fa94bf | |
| parent | 76f1a9346b5fe13de9b5f854d7b19afc1bae55f5 (diff) | |
does not depend on git 2.9 after my improvement
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 21a524d0..9194b6c2 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-stm-dev, libghc-text-dev, libghc-concurrent-output-dev, - git (>= 1:2.9), + git, make, Description: property-based host configuration management in haskell Propellor ensures that the system it's run in satisfies a list of |
