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

JDebPackaging forces .deb dependencies as default #567

Closed
wobu opened this issue Apr 29, 2015 · 1 comment
Closed

JDebPackaging forces .deb dependencies as default #567

wobu opened this issue Apr 29, 2015 · 1 comment

Comments

@wobu
Copy link

wobu commented Apr 29, 2015

If no debian package dependencies are configured, jdeb overrides the empty list of dependencies with its own default values.

See: https://github.com/tcurdt/jdeb/blob/master/src/main/java/org/vafer/jdeb/DebMaker.java#L80

Workaround:
Override the default value (List.empty) of the debianPackageDependencies setting with following snippet:

debianPackageDependencies in Debian := Seq("") 
@wobu
Copy link
Author

wobu commented Jun 9, 2017

seems to be solved in meantime, tested in 1.2.0

@wobu wobu closed this as completed Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants