propellor spin

This commit is contained in:
Joey Hess 2014-04-02 23:36:36 -04:00
parent feaafc26de
commit b3e07972ab
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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