From 719b455a08554de81100546697440935aeeb7f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Sat, 18 Jun 2022 21:27:19 +0000 Subject: [PATCH] thunderbird: Fix thunderbird author 11.0 --- helpers/make-thunderbird | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird index 50720695..2f87918a 100644 --- a/helpers/make-thunderbird +++ b/helpers/make-thunderbird @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=14 +VERSION=15 . ./config @@ -132,6 +132,7 @@ ac_add_options --disable-eme %%endif ARCH ######################################################## +sed "s_^Maintainer.*_Maintainer: $DEBFULLNAME <$DEBEMAIL>_g" -i debian/control.in sed '/^MOZ_PKG_NAME/s/.*/MOZ_PKG_NAME=icedove/' -i debian/build/config.mk -- GitLab