From cf2840983ca8a3ec2b3894e41bb46d18baa3d755 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 11 Oct 2022 13:25:11 +0000 Subject: [PATCH] explicitly set maintainer for each package In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build --- packages/barcode/build.sh | 1 - packages/indent/build.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/barcode/build.sh b/packages/barcode/build.sh index f97e1b5051..85c3846e10 100644 --- a/packages/barcode/build.sh +++ b/packages/barcode/build.sh @@ -11,4 +11,3 @@ TERMUX_PKG_BUILD_DEPENDS="gettext" termux_step_pre_configure() { CPPFLAGS+=" -I$TERMUX_PREFIX/share/gettext" } - diff --git a/packages/indent/build.sh b/packages/indent/build.sh index b27fc095db..7f438465db 100644 --- a/packages/indent/build.sh +++ b/packages/indent/build.sh @@ -8,4 +8,3 @@ TERMUX_PKG_SHA256=b745a5dfc68f86a483d7f96dc1cda7aafd1e78ecba3c7d8ad304709e91e1de TERMUX_PKG_DEPENDS="libandroid-support" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setlocale=no" TERMUX_PKG_RM_AFTER_INSTALL="bin/texinfo2man" -