From 04044bbcf0e7b77c93e9527cf2deb8ae79803e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 20 Jul 2022 19:00:21 +0000 Subject: [PATCH] config: set maintainer on packages by default --- helpers/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/helpers/config b/helpers/config index 5d4280e..5da7c08 100755 --- a/helpers/config +++ b/helpers/config @@ -189,10 +189,8 @@ cd source [ -f debian/source/format ] && rm debian/source/format [ -f debian/source/options ] && rm debian/source/options -#for i in debian.master/control.stub.in debian.master/control.stub debian.master/control debian/control.stub.in debian/control.stub debian/control -#do -# [ -f $i ] && /bin/sed "s_^Maintainer.*_Maintainer: $DEBFULLNAME <$DEBEMAIL>_g" -i $i -#done +grep -lr 'Maintainer:' debian*/control* | \ +xargs sed -i "s_^Maintainer.*_Maintainer: $DEBFULLNAME <$DEBEMAIL>_g" compile(){