From feaafc26de248b4f4cc4736f8dc2ae27ad79ff96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Apr 2014 23:32:09 -0400 Subject: propellor spin --- Propellor/Property/Apt.hs | 2 +- debian/README | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 6f2f95d7..1807671f 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -89,7 +89,7 @@ installed' params ps = robustly $ check (isInstallable ps) go -- | Minimal install of package, without recommends. installedMin :: [Package] -> Property -installedMin = installed' ["--no-install-recommends"] +installedMin = installed' ["--no-install-recommends", "-y"] removed :: [Package] -> Property removed ps = check (or <$> isInstalled' ps) go diff --git a/debian/README b/debian/README index 4d54a783..e32a0ee3 100644 --- a/debian/README +++ b/debian/README @@ -1 +1,7 @@ -I don't know a good way to Debianize propellor! Help appreciated. -- Joey +The Debian package of propellor ships its full source code because +propellor is configured by rebuilding it, and embraces modification of any +of the source code. + +/usr/bin/propellor is a wrapper which will set up a propellor git +repository in ~/.propellor/, and run ~/.propellor/propellor if it exists. +Edit ~/.propellor/config.hs to configure it. -- cgit v1.2.3