On Tue, Oct 27, 2015 at 06:09:00PM +0100, Jérémy Lal wrote:
> Package: autodep8
> Version: 0.2
> Severity: normal
> 
> Dear Maintainer,
> 
> Please use this one-liner instead
> 
> upstream_name=$(python -c "import json; 
> print(json.load(open('package.json'))['name'])")

this broke on the very first NodeJS package I went to try it (requirejs):

$ pwd
/tmp/requirejs-2.1.20
$ python -c "import json; print(json.load(open('package.json'))['name'])"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  KeyError: 'name'

We probably want to fallback to looking at the source package name?

-- 
Antonio Terceiro <terce...@debian.org>

Attachment: signature.asc
Description: PGP signature

Reply via email to