diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-02 23:36:36 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-02 23:36:36 -0400 |
| commit | b3e07972ab31966c306348938b42051c35837759 (patch) | |
| tree | c8e012d46b66181ee99846c6d04a606e74a0ceeb | |
| parent | feaafc26de248b4f4cc4736f8dc2ae27ad79ff96 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 1807671f..7d5e965a 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -107,7 +107,7 @@ buildDep ps = robustly go -- in the specifed directory, with a dummy package also -- installed so that autoRemove won't remove them. buildDepIn :: FilePath -> Property -buildDepIn dir = go `requires` installedMin ["devscripts"] +buildDepIn dir = go `requires` installedMin ["devscripts", "equivs"] where go = cmdProperty' "sh" ["-c", "cd '" ++ dir ++ "' && mk-build-deps debian/control --install --remove"] noninteractiveEnv |
