On 2015/12/18 15:03, David CARLIER wrote:
> I (re)did a submission later believing it was refused ,,, in a tgz
> archive and with the DESCR file formatting update.
> Still the so versioning to fix though.
Ah I've found that now - earlier in my mailbox than the other mails,
I think probably due to greylisting on the list server.
The file patch-angelscript_source_as_memory_cpp has MSDOS line endings
in the patch, better to fix this up in post-extract like so:
post-extract:
perl -i -pe 's/\r$$//' ${WRKSRC}/angelscript/source/as_memory.cpp
and remove the ^M from the patch.