diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-25 17:44:57 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-25 17:44:57 (EST) |
commit | 25ec47f310b7ae2c4b29b15b4a5191a694602a51 (patch) | |
tree | 16053ee365ef54562fd1ad158740bcdbe2b64b32 | |
parent | 466f8a23ba286125eeb357753600ccffea8fe83b (diff) |
Preface the directory structure with explanation.
-rw-r--r-- | specs/source-package-format-1.0.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/specs/source-package-format-1.0.txt b/specs/source-package-format-1.0.txt index a9c3831..4555edb 100644 --- a/specs/source-package-format-1.0.txt +++ b/specs/source-package-format-1.0.txt @@ -50,7 +50,11 @@ from Debian's source package formats. Directory Structure =================== - <pkgname>_<pkgver>-<pkgrev>/ +The source package directory hierarchy can be summarized with the following +tree, where "<binpkg>" is the name of each binary package generated by the +source package: + + <source-package-directory>/ +- <binpkg>.pkg/ | +- control | | Metadata about the binary package. |