propellor/debian
Joey Hess ebeb3cb8fa Merge branch 'joeyconfig' 2014-08-19 14:34:16 -04:00
..
README.Debian The Debian package now includes a single-revision git repository in /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-08-19 14:33:43 -04:00
changelog The Debian package now includes a single-revision git repository in /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-08-19 14:33:43 -04:00
compat debianization and a wrapper program for /usr/bin 2014-04-03 01:55:49 -04:00
control The Debian package now includes a single-revision git repository in /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-08-19 14:33:43 -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 Revert "change joeyconfig back after merging from master" 2014-04-19 16:18:11 -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. You can `git pull upstream` in your repository to
update to the current upstream source, as distributed in the Debian
package.

Older versions of propellor set the upstream remote to
point to a repository on github, so if you used one of them, you may want
to change it to point to the new location, /usr/src/propellor/