diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 20:45:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 20:45:30 (EDT) |
commit | d3320ce0d6f415bbaf09689e3d06da794aefb487 (patch) | |
tree | 70c95e2035fcf61039b7e62b1d4bea0981f633f2 | |
parent | 343c01b1ca0f8faf023c8079a606d266bfc30820 (diff) |
SPF 2.0: pkgrev=0 for non-trunk new upstream ver
-rw-r--r-- | specs/spf-2.0/metadata.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index dd0a749..74fdefe 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -148,8 +148,10 @@ regular expression for this is `[1-9][0-9]*`.) should be omitted for native packages. It should be incremented on each revision of packaging while `<pkgver>` and `<siprev>` remain constant. It should be reset to `1` for the first revision of packaging for a new upstream -package version or source archive repack. It must be a string of one or more -digits. (A regular expression for this is `[0-9]+`.) +package version or source archive repack if the package is to be installed into +the `trunk` distribution; otherwise it should be set to `0` and never +incremented. It must be a string of one or more digits. (A regular expression +for this is `[0-9]+`.) If the package is to be installed into a distribution other than `trunk`, the string `+<dist>~<distrev>` must be included in the version identifier. `<dist>` |