LeoIannacone / npm2deb

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

save the final hints in a file for later reference #50

Open pravi opened 7 years ago

pravi commented 7 years ago

Now npm2deb hints/warnings are shown only when you run npm2deb create, it would be good to be able to see this later. Can we store it in package_hints file?

sort-keys/node-sort-keys_hints should contain this.

Remember, your new source directory is sort-keys/node-sort-keys-1.1.2

This is not a crystal ball, so please take a look at auto-generated files.

You may want fix first these issues:

sort-keys/node-sort-keys-1.1.2/debian/control: FIX_ME long description
Warnings occured:
 [error]   is-plain-obj: dependency node-is-plain-obj not in debian

and npm2deb should mention the hints are available for review later from sort-keys/node-sort-keys_hints file.