propellor/debian
Joey Hess 582be8ebe0 combineProperties no longer stops when a property fails; now it continues trying to satisfy all properties on the list before propigating the failure.
Audited all of my calls to combineProperties and they should be fine with
this behavior.. which suggests it's the right behavior.
2014-06-07 00:14:05 -04:00
..
README.Debian debianization and a wrapper program for /usr/bin 2014-04-03 01:55:49 -04:00
changelog combineProperties no longer stops when a property fails; now it continues trying to satisfy all properties on the list before propigating the failure. 2014-06-07 00:14:05 -04:00
compat debianization and a wrapper program for /usr/bin 2014-04-03 01:55:49 -04:00
control Add missing build deps and deps. Closes: #745459 2014-04-22 19:08:14 -04:00
copyright Licence changed from GPL to BSD. 2014-05-10 11:08:30 -03:00
lintian-overrides Licence changed from GPL to BSD. 2014-05-10 11:08:30 -03:00
propellor.1 debianization and a wrapper program for /usr/bin 2014-04-03 01:55:49 -04:00
rules change joeyconfig back after merging from master 2014-04-19 16:17:47 -04:00

README.Debian

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.