summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorJoey Hess2014-04-03 00:59:26 -0400
committerJoey Hess2014-04-03 01:55:49 -0400
commit42f207232beb57c18f67884e7c28424dba3c84c6 (patch)
treefe389f774e2f0de6cd5562b9b349f727319cc03f /debian/README.Debian
parent167609746d22951477abd6490b34480205c659af (diff)
debianization and a wrapper program for /usr/bin
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 00000000..e32a0ee3
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+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.