[Pkg-javascript-devel] Bug#1010981: npm2deb should try tags without v prefix before falling back to npm registry tarballs
Israel Galadima
izzygaladima at gmail.com
Tue May 17 13:11:50 BST 2022
Hello Praveen,
It seems npm2deb does this already.
I tested the concerned package and it uses github tags not npm registry.
The question mark (?) before v in the matching regex allows the v to appear
0 or 1 times
.*/v?(\d\S+)\.tar\.gz
So I think that should cover tags with or without the v prefix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20220517/8e3dd815/attachment.htm>
More information about the Pkg-javascript-devel
mailing list