summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-10 22:40:52 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-10 22:40:52 (EST)
commit5d2c51a69046bbdd621f07da1a70979fc441451b (patch)
tree8905b8caf0d9a4beba57c238b80c8e9cc4a24ede
parentda4261e50587ad741db2275eaa1a686ea05949a8 (diff)
Rewrite split packages note and rationale in spec.
-rw-r--r--source-package-format-1.0.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/source-package-format-1.0.txt b/source-package-format-1.0.txt
index 2d334d6..0d2f38b 100644
--- a/source-package-format-1.0.txt
+++ b/source-package-format-1.0.txt
@@ -24,7 +24,8 @@ TODO
----
- Decide on build system format (shell scripts or make files).
- - Figure out how split packages (e.g. *-dev, *-dbg, libgcc) will be built.
+ - Determine how split packages (e.g. *-dev, *-dbg, libgcc, and g++) will be
+ built.
BACKGROUND
@@ -39,12 +40,12 @@ RATIONALE
=========
This source package format is modeled after the package format of the OpenBricks
-Embedded Linux Framework. Unlike the OpenBricks format, however, this format is
-designed to support the building of multiple binary packages from one source
-package. Additionally, source packages in this format are intended to be
-maintained independently rather than in one monolithic software repository (such
-as that of OpenBricks). In these and other respects, this format draws
-inspiration from Debian's source package formats.
+Embedded Linux Framework. However, this format more natively supports the
+building of multiple binary packages from one source package. Additionally,
+source packages in this format are intended to be maintained independently (like
+Debian packages are) rather than in one monolithic software repository (such as
+that of OpenBricks). In this and other respects, this format draws inspiration
+from Debian's source package formats.
DIRECTORY STRUCTURE