We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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("")
The text was updated successfully, but these errors were encountered:
seems to be solved in meantime, tested in 1.2.0
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: