pmb.aportgen: Stop generating Maintainer: lines for device ports (MR 1932)

Most device ports that are added to pmaports (particularly the testing
category) are not actually "maintained". Many of them are never updated
after the initial contribution. There is little reason to list a
"Maintainer:" if the device package is actually not actively maintained
by that person.

Let's stop generating the Maintainer: line by default.
Instead, contributors should add the lines themselves if they are willing
to (actively) maintain the device package for a longer period of time.
Once they no longer want to maintain the package, the Maintainer:
line should be removed again.
This commit is contained in:
Minecrell 2020-05-02 20:25:49 +02:00 committed by Oliver Smith
parent c33edea907
commit 0465f17e92
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 0 additions and 2 deletions

View File

@ -196,7 +196,6 @@ def generate_apkbuild(args, pkgname, name, arch, flash_method):
# Whole APKBUILD
content = f"""\
# Maintainer: Firstname Lastname <email> (CHANGEME!)
# Reference: <https://postmarketos.org/devicepkg>
pkgname={pkgname}
pkgdesc="{name}"

View File

@ -25,7 +25,6 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
patches = ("\n" + " " * 12).join(patches)
content = f"""\
# Maintainer: Firstname Lastname <email> (CHANGEME!)
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/{carch}/configs/(CHANGEME!)