LeoIannacone / npm2deb

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

Change debian_name if git repository is created successfully #157

Closed nileshpatra closed 1 year ago

nileshpatra commented 1 year ago

One (cosmetic) bug that #149 introduced is that the debian_path remains stuck to the node-{module}-{version} even if creating a git repo is successful and the node-{module}-{version} is pruned (which is un-needed anyway after .dsc has been imported).

This gave weird logs like: "/bin/grep: uniq/node-uniq-1.0.1/debian/*: No such file or directory" as can be seen here

This is an attempt to fix the same. Please consider merging.

==================================================================================================

cc: @shanavas786