Skip to content
Snippets Groups Projects
Commit 04044bbc authored by Luis Guzmán's avatar Luis Guzmán
Browse files

config: set maintainer on packages by default

parent b818ff8a
No related branches found
No related tags found
No related merge requests found
Pipeline #617 passed
......@@ -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(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment