Skip to content

Commit 859ac6b

Browse files
fossddptrcnull
authored andcommitted
CODINGSTYLE.md: revert update for maintainer= variable
Deprecation has been temporarily withdrawn, see https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88 This reverts commit 01b9899.
1 parent e116104 commit 859ac6b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CODINGSTYLE.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,12 @@ newapkbuild and existing APKBUILDs.
142142

143143
### Maintainer Comment
144144

145-
* Deprecated, see *Maintainer Variable* below.
145+
* All APKBUILDs contain exactly one maintainer comment containing a
146+
valid RFC 5322 address. For example, `# Maintainer: Max Mustermann
147+
<max@example.org>`.
148+
* The Maintainer comment should immediately follow the Contributor comment(s).
149+
* In the case of package being abandoned, the comment should still be present,
150+
but left empty: `# Maintainer:`.
146151

147152
## Metadata Variables
148153

@@ -155,6 +160,8 @@ Metadata Variables are variables used directly by abuild itself, e.g. `pkgname`
155160

156161
### Maintainer Variable
157162

163+
* **NOTE:** There is a ongoing discussion wheather to use the Maintainer
164+
Variable, see https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88.
158165
* All APKBUILDs should contain exactly one variable named `maintainer`,
159166
containing a valid RFC 5322 address. For example,
160167
`maintainer="Max Mustermann <max@example.org>"`.

0 commit comments

Comments
 (0)