LeoIannacone / npm2deb

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

Check man field is not an array #37

Closed kapouer closed 7 years ago

kapouer commented 7 years ago

Fixes https://github.com/LeoIannacone/npm2deb/issues/20

shanavas786 commented 7 years ago

@kapouer Looks good. However, for testing, could you please suggest a module to with a list in man field. For npm, it is all absolute paths like

     '/Users/rebecca/code/release/npm-3/man/man7/npm-scope.7',
     '/Users/rebecca/code/release/npm-3/man/man7/npm-scripts.7',
     '/Users/rebecca/code/release/npm-3/man/man7/removing-npm.7',

and for marked-man, npm debian version returns a string and not a list.