diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-03-31 01:20:40 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-03-31 01:25:44 +0200 |
commit | a01e9730359ca8ff4886986dffa9f4c3eeb64782 (patch) | |
tree | 2cbe7820a3495dc3a5d2222bb866227215a8b490 /libre | |
parent | 99238787f69db69538f87cf3e9318e9fc4477562 (diff) | |
download | abslibre-a01e9730359ca8ff4886986dffa9f4c3eeb64782.tar.gz abslibre-a01e9730359ca8ff4886986dffa9f4c3eeb64782.tar.bz2 abslibre-a01e9730359ca8ff4886986dffa9f4c3eeb64782.zip |
treewide: clarify the maintainer situation on packages lacking one
The status quo is that any Parabola hacker is expected to (be able to)
modify any packages, and having a single maintainer of a package
discourages that practice as people would typically send a patch to
the maintainer instead of pushing it directly.
So for a start we can add common maintainership on package lacking any
"Maintainer: " header for packages in repositories that are supposed
to be maintained.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/barebox-tools/PKGBUILD | 1 | ||||
-rw-r--r-- | libre/kde-development-environment-meta/PKGBUILD | 1 | ||||
-rw-r--r-- | libre/parabola-base/PKGBUILD | 1 | ||||
-rw-r--r-- | libre/pureos-archive-keyring/PKGBUILD | 1 | ||||
-rw-r--r-- | libre/uboot-sunxi/PKGBUILD | 1 | ||||
-rw-r--r-- | libre/uboot4extlinux-sunxi/PKGBUILD | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/libre/barebox-tools/PKGBUILD b/libre/barebox-tools/PKGBUILD index 9a9b4eecb..96049641a 100644 --- a/libre/barebox-tools/PKGBUILD +++ b/libre/barebox-tools/PKGBUILD @@ -1,5 +1,6 @@ # Barebox: am335x # Contributor: Denis Carikli <GNUtoo@cyberdimension.org> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> _pkgname=barebox pkgname=barebox-tools diff --git a/libre/kde-development-environment-meta/PKGBUILD b/libre/kde-development-environment-meta/PKGBUILD index 00164afb6..0326949d6 100644 --- a/libre/kde-development-environment-meta/PKGBUILD +++ b/libre/kde-development-environment-meta/PKGBUILD @@ -1,6 +1,7 @@ # Note: This PKGBUILD is automatically generated by the scripts at https://cgit.kde.org/kdesdk-devenv-dependencies.git/ # Don't manually edit the PKGBUILD, edit the upstream template instead # See README file for instructions +# Maintainers: Parabola hackers <dev@lists.parabola.nu> # parabola changes and rationale: # - removed nonfree qt5-webengine from depends() diff --git a/libre/parabola-base/PKGBUILD b/libre/parabola-base/PKGBUILD index de99b0282..347949730 100644 --- a/libre/parabola-base/PKGBUILD +++ b/libre/parabola-base/PKGBUILD @@ -1,4 +1,5 @@ # Contributor: bill-auger <bill-auger@programmer.net> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> # this is the canonical definition of the standard Parabola systemd CLI system # as installed onto the systemd CLI LiveISOs, and installed by the installers diff --git a/libre/pureos-archive-keyring/PKGBUILD b/libre/pureos-archive-keyring/PKGBUILD index ead460c18..fbb4e0fe6 100644 --- a/libre/pureos-archive-keyring/PKGBUILD +++ b/libre/pureos-archive-keyring/PKGBUILD @@ -1,5 +1,6 @@ # $Id$ # Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> pkgname=pureos-archive-keyring pkgver=2016.09 diff --git a/libre/uboot-sunxi/PKGBUILD b/libre/uboot-sunxi/PKGBUILD index 1f5554a9a..d42140e0b 100644 --- a/libre/uboot-sunxi/PKGBUILD +++ b/libre/uboot-sunxi/PKGBUILD @@ -1,5 +1,6 @@ # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: Timothy Redaelli <timothy.redaelli@gmail.com> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> buildarch=4 diff --git a/libre/uboot4extlinux-sunxi/PKGBUILD b/libre/uboot4extlinux-sunxi/PKGBUILD index a33df8fdd..a2b8ca12c 100644 --- a/libre/uboot4extlinux-sunxi/PKGBUILD +++ b/libre/uboot4extlinux-sunxi/PKGBUILD @@ -3,6 +3,7 @@ # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> # To add a new board (that uses an Allwinner System On a Chip) you need: # - The package name. Example: uboot4extlinux-a20-olinuxino_micro |