summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2015-11-17Removed the (unused) dependency on quickcheck.Joey Hess
2015-10-29merge patch from Santiago VilaJoey Hess
2015-10-29generalize what can be outputJoey Hess
This adds a dependency on Text, but I don't mind propellor depending on it and am somewhat surprised it doesn't already. Using Text also lets this use encodeUtf8 instead of the nasty hack it was using to go from String -> ByteString.
2015-10-28fix bad MVar use, use STMJoey Hess
I had 2 MVars both involved in the same lock, and it seemed intractable to avoid deadlocks with them. STM makes it easy. At this point, the concurrent process stuff seems to work pretty well, but I'm not 100% sure it's not got some bugs.
2015-09-04debian/control: Fix typo enures -> ensuresSantiago Vila
2015-08-31implement dirsizesJoey Hess
Used Data.Map.Strict, so bumped versions. Don't want to support the ghc in debian oldstable.. (cherry picked from commit e413bed2c1cb15dcb8ce721a2801021e39f3ba86)
2015-08-12Make sure that make is installed when bootstrapping propellor.Joey Hess
2015-06-30Version dependency on exceptions.Joey Hess
2015-04-29propellor spinJoey Hess
2015-01-19use git.joeyh.name in preference to git.kitenet.netJoey Hess
2015-01-04prepJoey Hess
2014-11-21maintainerJoey Hess
2014-11-08Orphaned the Debian package, as I am retiring from Debian.Joey Hess
2014-10-24update home pageJoey Hess
2014-08-19The Debian package now includes a single-revision git repository in ↵Joey Hess
/usr/src/propellor/, and ~/.propellor/ is set up to use this repository as its "upstream" remote. This avoids relying on the security of the github repository when using the Debian package.
2014-04-22Add missing build deps and deps. Closes: #745459Joey Hess
2014-04-10depsJoey Hess
2014-04-03debianization and a wrapper program for /usr/binJoey Hess