-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
feat: add minimal support for Debian pre-dependencies #696
Conversation
Basic support for adding 'Pre-Depends:' to Debian packages added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a comment with some improvement suggestions.
can you also please update the docs and add a test?
thank you for the PR :)
@caarlos0, I've moved the 'predepends' tag from the platform-independent area to a Debian-specific location. I've also tweaked |
Codecov Report
@@ Coverage Diff @@
## main #696 +/- ##
==========================================
+ Coverage 75.02% 75.03% +0.01%
==========================================
Files 10 10
Lines 2406 2407 +1
==========================================
+ Hits 1805 1806 +1
Misses 425 425
Partials 176 176
|
thank you, I'll add an integration test too. |
refs #696 Signed-off-by: Carlos Alexandro Becker <[email protected]>
* test: deb.predepends integration test refs #696 Signed-off-by: Carlos Alexandro Becker <[email protected]> * fix: test Signed-off-by: Carlos Alexandro Becker <[email protected]> * fix: typo --------- Signed-off-by: Carlos Alexandro Becker <[email protected]>
Basic support for adding 'Pre-Depends:' to Debian packages added.