propellor/debian
Joey Hess f35ef9d697 API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them.
Note that UserName is kept and PrivData still uses it in its sum type.
This is to avoid breaking PrivData serialization.
2015-04-22 13:04:39 -04:00
..
README.Debian ugly workaround for lack of history in repo distributed with debian package 2014-08-19 16:40:04 -04:00
changelog API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them. 2015-04-22 13:04:39 -04:00
compat debianization and a wrapper program for /usr/bin 2014-04-03 01:55:49 -04:00
control use git.joeyh.name in preference to git.kitenet.net 2015-01-19 14:29:09 -04:00
copyright update 2015-01-25 15:22:45 -04:00
rules remove announcedir target 2015-03-14 15:59:59 -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.

Note that upgrading the propellor package will not update your
~/.propellor/ repository. This is because you may have local changes
to the source, or may need to adapt your config.hs to work with the new
version of propellor. Instead, if your ~/.propellor/ is from an older
version of propellor, /usr/bin/propellor will warn that it's out of date,
and tell you how to merge in the changes.