summaryrefslogtreecommitdiffstats
path: root/policies/inclusion/source.md
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-06-10 03:11:46 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-06-10 03:11:46 (EDT)
commit5a95b02eeeb6343b5fbb711bba7e814433bae3be (patch)
treefb100790406ef41ac9b1460db9c89276c61886fd /policies/inclusion/source.md
parenta5d1ce13172e8d91d24ede48f28cc269e3d1aa23 (diff)
Write a basic software inclusion policy manual.
Diffstat (limited to 'policies/inclusion/source.md')
-rw-r--r--policies/inclusion/source.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/policies/inclusion/source.md b/policies/inclusion/source.md
new file mode 100644
index 0000000..8f293ea
--- /dev/null
+++ b/policies/inclusion/source.md
@@ -0,0 +1,23 @@
+Title: Source Code
+
+
+Definition
+==========
+
+The "source code" of a software package is the form that is preferred for making
+modifications to it. This form varies with the nature of the software package.
+Generally, it is the form originally edited by the software's author.
+
+The source code includes all machine- or human-readable instructions necessary
+to generate and install the form of the software that is to be executed on a
+computer system. It need not include software that is made available in source
+code form elsewhere.
+
+
+Requirements
+============
+
+To be included in this distribution, every part of a software package must be
+available in source code form. The binary packages generated from the
+distribution's source package must be derived directly from the package source
+code.