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

Issue installing a deb #59

Closed
alexjgriffith opened this issue Mar 28, 2018 · 1 comment
Closed

Issue installing a deb #59

alexjgriffith opened this issue Mar 28, 2018 · 1 comment

Comments

@alexjgriffith
Copy link

When testing cargo-bundle to bundle and install the example project I run into the following error

Error while installing package: parsing file '/var/lib/dpkg/tmp.ci/control' near line 1

I'm using Eddy to manage my deb installs, it might be an issue on their end.

@mdsteele
Copy link
Collaborator

Whoops, I think the problem is that the bundle name of the example ("Hello World") has a space in it, and we're using that as the package name in the deb control file, but spaces aren't allowed there. Probably we should replace spaces with hyphens for that field.

mdsteele added a commit that referenced this issue Jun 22, 2018
Replace spaces with hyphens in deb package name (fixes #59)
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

2 participants