From 4c1b13d04985ad5d218690741ec8019f83b99386 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Jun 2012 12:18:31 -0400 Subject: Change Markdown source file extension. ".md" files can be mistaken for GCC machine descriptions. ".mdwn" is what ikiwiki uses by default. So let's avoid confusion and be consistent with our wiki here. --- (limited to 'policies/inclusion/source.mdwn') diff --git a/policies/inclusion/source.mdwn b/policies/inclusion/source.mdwn new file mode 100644 index 0000000..8f293ea --- /dev/null +++ b/policies/inclusion/source.mdwn @@ -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. -- cgit v0.9.1