LeoIannacone / npm2deb

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

npm2deb gives error with sshpk module #63

Closed pravi closed 7 years ago

pravi commented 7 years ago
pravi@nishumbha:~/forge/debian/webpack$ npm2deb create sshpk
Traceback (most recent call last):
  File "/usr/bin/npm2deb", line 7, in <module>
    sys.exit(main(sys.argv))
  File "/usr/lib/python3/dist-packages/npm2deb/scripts.py", line 139, in main
    args.func(args)
  File "/usr/lib/python3/dist-packages/npm2deb/scripts.py", line 276, in create
    npm2deb.start()
  File "/usr/lib/python3/dist-packages/npm2deb/__init__.py", line 85, in start
    self.create_manpages()
  File "/usr/lib/python3/dist-packages/npm2deb/__init__.py", line 178, in create_manpages
    content = _os.path.normpath(self.json['man'])
  File "/usr/lib/python3.5/posixpath.py", line 333, in normpath
    initial_slashes = path.startswith(sep)
AttributeError: 'list' object has no attribute 'startswith'
shanavas786 commented 7 years ago

Duplicatet of #20 This issue has already been fixed and does not exist in master branch. Seems this commit is not available in debian port.

pravi commented 7 years ago

@shanavas786 can we merge all pending pull requests and make a new release?

shanavas786 commented 7 years ago

I can't merge my own PRs until someone with write access reviews and approves.

@psuhailp help please :)

psuhailp commented 7 years ago

@shanavas786 : Sorry for the delay. I am working on it

shanavas786 commented 7 years ago

New version is available in Debian