Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError when trying to run #19

Open
Daenyth opened this issue Feb 23, 2017 · 2 comments
Open

KeyError when trying to run #19

Daenyth opened this issue Feb 23, 2017 · 2 comments

Comments

@Daenyth
Copy link

Daenyth commented Feb 23, 2017

I'm on OSX

$ make-deb
error in sample setup command: package_data must be a dictionary mapping package names to lists of wildcard patterns
Traceback (most recent call last):
  File "/Users/daenyth/Curata/.env/cmp/bin/make-deb", line 21, in <module>
    sys.exit(main())
  File "/Users/daenyth/Curata/.env/cmp/bin/make-deb", line 12, in main
    debconf.render()
  File "/Users/daenyth/Curata/.env/cmp/lib/python2.7/site-packages/make_deb/__init__.py", line 108, in render
    trigger_filename = "%s.triggers" % self.context['name']
KeyError: 'name'

I'm also not sure why the package_data warning is there: I have package_data={'mypkg': ['foo/*', 'bar/*']} (more or less)

@Daenyth
Copy link
Author

Daenyth commented Feb 23, 2017

I do have some files after running:

$ ls debian/
changelog compat    control   rules

@Daenyth
Copy link
Author

Daenyth commented Feb 23, 2017

It also happens when I run it inside an ubuntu precise vm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant