nfpm - how to create a meta package #1612
Closed
reddec
started this conversation in
Ideas, Issue Triage, and General discussions
Replies: 1 comment 3 replies
-
Hi, currently its not possible AFAIK.
not sure how the yaml library handles that, pretty sure that for them maybe add a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day everyone!
I have a client/server application (trusted-cgi) in one project. I would like to separate generated debian packages into three packages:
However, empty array in
ids
section innfpm
means that all builds will be included to a target package (that I am trying to avoid).Simplified yaml (I tried to remove as much as possible):
debain
target is a source of my question...Thanks a lot!
P.S.
If it is not possible, maybe it will make sense to distinguish
nil
and empty array:nil
- keep as is, empty - make "meta" package without binariesBeta Was this translation helpful? Give feedback.
All reactions