You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@muuki88 I mean that I don't see a way to set those in control file for rpm or deb package.
e.g. for debian there are debianPackageDependencies and debianPackageRecommends, but nothing like debianPackageProvides and debianPackageConflicts...
Or is there a straight-forward way to set those I'm missing?
For the debian there is only debianPackageRecommends and debianPackageDependencies.
rpm however has rpmProvides, rpmRequirements, rpmPrerequisites, rpmObsoletes, rpmConflicts and rpmDependencies.
So debian may need some additional settings. Unfortunately the DebianPlugin is a bit more confuse. However if you want, I can help you with making a pull request, adding the requested debian features.
Those sections are essential for package management and package relationship descriptions.
The text was updated successfully, but these errors were encountered: