LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Fix failure when creating @types/<name> modules #96

Closed shanavas786 closed 6 years ago

shanavas786 commented 6 years ago

Fixes #94

pravi commented 6 years ago

@shanavas786 looks good to me. Though fakeupstream will need to be updated to get the tarballs.

http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/@types/jquery failed: 500 Internal Server Error uscan info: Scan finished

pravi commented 6 years ago

Opened https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900872

pravi commented 6 years ago

@shanavas786 fakeupstream service is fixed but watch file needs fixing (file name to match is jquery and not @types/jquery).

http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/@types/jquery .*=jquery-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))

pravi commented 6 years ago

This is fixed in #109 and can be closed.

shanavas786 commented 6 years ago

In favor of #109