[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#803176: autodep8: please fix the way nodejs/generate gets upstream_name



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 <terceiro at debian.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/autopkgtest-devel/attachments/20151027/79c171aa/attachment.sig>


Reply to: