diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-11 15:14:26 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-11 15:14:26 (EST) |
commit | 4baed46da02adc184e2ed86c7c8094ae093bcd24 (patch) | |
tree | e5e5efe2c0db889b32109cc90506190be9173647 | |
parent | 0d0eb5d3c095a8c579937543ddf42cc3d37e3bc0 (diff) |
Clarify directory structure notes in format spec.
-rw-r--r-- | source-package-format-1.0.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source-package-format-1.0.txt b/source-package-format-1.0.txt index bda0ee0..48b77db 100644 --- a/source-package-format-1.0.txt +++ b/source-package-format-1.0.txt @@ -81,11 +81,8 @@ from one source package but does not support building split binary packages. \- src/ Package sources (for native packages). -'install' might be replaced by a file or files similar to 'dirs' and 'install' -of Debian packages. - -'build' and 'install' in the binary package directory might be combined into a -dpkg-style make file with targets for building and installing. +'build' in the binary package directory might be changed to a dpkg-style make +file with targets for building and installing. PROPOSAL 2 ---------- |