diff options
author | P. J. McDermott <pehjota> | 2013-05-12 14:52:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-12 14:52:55 (EDT) |
commit | ebbc1a1b3bc004ff1deb759d1f4c2e43d6b1b6b9 (patch) | |
tree | fed920068b0dfd6065dbf806b2edd3bc5c0b7e8d | |
parent | 99bd40669e82cac6fb969c7d7687f6b3b4d59a74 (diff) |
dev/pkg/spf-2.0: Write a better inroduction.
-rw-r--r-- | dev/pkg/spf-2.0.mdwn | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev/pkg/spf-2.0.mdwn b/dev/pkg/spf-2.0.mdwn index b874877..dd103b4 100644 --- a/dev/pkg/spf-2.0.mdwn +++ b/dev/pkg/spf-2.0.mdwn @@ -1,8 +1,14 @@ [[!meta title="SPF 2.0 Packaging Transition"]] -Many packages in ProteanOS still use the deprecated [source package format -1.0][spf-1.0] and opkhelper 1.0. They need to be updated to [SPF 2.0][spf-2.0] -and opkhelper 3.0. +The [specification for source package format 2.0][spf-2.0] is being drafted. +[SPF 1.0][spf-1.0] is deprecated, and no distribution build system in ProteanOS +1.0 will support it. + +opkhelper 3.0 is in development, and opkhelper 1.0 will not be included in +ProteanOS 1.0. + +Many packages in ProteanOS still use SPF 1.0 and opkhelper 1.0. They need to be +updated to SPF 2.0 and opkhelper 3.0 to be released with ProteanOS 1.0. [spf-1.0]: http://specs.proteanos.com/source-package-format-1.0.html [spf-2.0]: http://specs.proteanos.com/spf-2.0/ |