Skip to content
Snippets Groups Projects
Commit a74abd49 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Revert "config: update maintainer in control.in"

This reverts commit 08735df7.
parent 08735df7
No related branches found
No related tags found
No related merge requests found
......@@ -119,10 +119,10 @@ 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.in debian/control
do
[ -f $i ] && /bin/sed "s_^Maintainer.*_Maintainer: $DEBFULLNAME <$DEBEMAIL>_g" -i $i
done
#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
compile(){
......
  • I'm getting the pkgbinarymangler sed error on local binary package builds again now you've done this revert. Please put it back in until such time as you have a fix. sed called from pkgbinarymangler doesn't like the / in Trisquel GNU/Linux for the maintainer fields we both thought last time. I couldn't work out which env var pkgbinarymangler was using when I tried, but my idea was to change it to Trisquel GNU+Linux .

  • What I can tell you is I'm unable to change the string used by pkgmaintainermangler by changing trisquel-builder/hooks/E10trisquel and G10trisquel and/or DEBFULLNAME in t/p-h/helpers/config .

  • Luis Guzmán @Ark74

    mentioned in merge request !811 (closed)

    ·

    mentioned in merge request !811 (closed)

    Toggle commit list
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