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

"changelog" tool is effectively a dependency #5

Closed
solvingj opened this issue Jun 19, 2017 · 3 comments
Closed

"changelog" tool is effectively a dependency #5

solvingj opened this issue Jun 19, 2017 · 3 comments

Comments

@solvingj
Copy link

go-bin-deb seems to require changelog be installed. If I blank out the changelog-command param, it says it can't generate the changelog, and if I remove the param altogether, it says changelog not found. I have been trying to get around these errors but still can't seem to build debs because of that, and the previous issue I opened.

If changelog is effectively (or should be) a required dependency of the packaging tools, then it's probably reasonable to list that on this readme.

@mh-cbon
Copy link
Owner

mh-cbon commented Aug 24, 2017

as far as i can remember, debian packaging requires a changelog.

If nor cat nor changelog bin are available on your computer,
you might want to use changelog-file key instead of changelog-cmd

@solvingj
Copy link
Author

Ahh yes, this was the one. I just thought it was a fine candidate to use/demonstrate deb package depenency.

@mh-cbon
Copy link
Owner

mh-cbon commented Aug 24, 2017

sure. Note now it will create an empty file.

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