1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

CODINGSTYLE.md: revert update for maintainer= variable

Deprecation has been temporarily withdrawn, see
https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88

This reverts commit 01b9899a9f.
This commit is contained in:
fossdd 2025-01-22 20:38:07 +01:00 committed by Patrycja Rosa
parent e11610464a
commit 859ac6ba8e

View file

@ -142,7 +142,12 @@ newapkbuild and existing APKBUILDs.
### Maintainer Comment
* Deprecated, see *Maintainer Variable* below.
* All APKBUILDs contain exactly one maintainer comment containing a
valid RFC 5322 address. For example, `# Maintainer: Max Mustermann
<max@example.org>`.
* The Maintainer comment should immediately follow the Contributor comment(s).
* In the case of package being abandoned, the comment should still be present,
but left empty: `# Maintainer:`.
## Metadata Variables
@ -155,6 +160,8 @@ Metadata Variables are variables used directly by abuild itself, e.g. `pkgname`
### Maintainer Variable
* **NOTE:** There is a ongoing discussion wheather to use the Maintainer
Variable, see https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88.
* All APKBUILDs should contain exactly one variable named `maintainer`,
containing a valid RFC 5322 address. For example,
`maintainer="Max Mustermann <max@example.org>"`.