arikon / npm2debian

Utility to convert npm packages to Debian packages
32 stars 13 forks source link

Support license detection #7

Open arikon opened 12 years ago

arikon commented 12 years ago

dh_make has --copyright option which is now not used. We can detect package license using licenses[0].type field of package.json for example to populate its value.