From 0465f17e925d3024a0098e429898d8e1e46d4387 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Sat, 2 May 2020 20:25:49 +0200 Subject: [PATCH] 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. --- pmb/aportgen/device.py | 1 - pmb/aportgen/linux.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pmb/aportgen/device.py b/pmb/aportgen/device.py index 61122452..50973d04 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -196,7 +196,6 @@ def generate_apkbuild(args, pkgname, name, arch, flash_method): # Whole APKBUILD content = f"""\ - # Maintainer: Firstname Lastname (CHANGEME!) # Reference: pkgname={pkgname} pkgdesc="{name}" diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index 5943e7b2..949b7a1c 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -25,7 +25,6 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches): patches = ("\n" + " " * 12).join(patches) content = f"""\ - # Maintainer: Firstname Lastname (CHANGEME!) # Reference: # Kernel config based on: arch/{carch}/configs/(CHANGEME!)