aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-bindist.cli')
-rw-r--r--bpkg/pkg-bindist.cli18
1 files changed, 16 insertions, 2 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli
index 4e03225..c269355 100644
--- a/bpkg/pkg-bindist.cli
+++ b/bpkg/pkg-bindist.cli
@@ -150,7 +150,7 @@ namespace bpkg
the main binary package. The default is \cb{any}."
}
- string --debian-main-depends
+ string --debian-main-langdep
{
"<v>",
"Override the language runtime dependencies (such as \cb{libc6},
@@ -158,13 +158,27 @@ namespace bpkg
value of the main binary package."
}
- string --debian-dev-depends
+ string --debian-dev-langdep
{
"<v>",
"Override the language runtime dependencies (such as \cb{libc-dev},
\cb{libstdc++-dev}, etc) in the \cb{Depends} \cb{control} file field
value of the development (\cb{-dev}) binary package."
}
+
+ string --debian-main-extradep
+ {
+ "<v>",
+ "Extra dependencies to add to the \cb{Depends} \cb{control} file field
+ value of the main binary package."
+ }
+
+ string --debian-dev-extradep
+ {
+ "<v>",
+ "Extra dependencies to add to the \cb{Depends} \cb{control} file field
+ value of the development (\cb{-dev}) binary package."
+ }
};
// NOTE: remember to add the corresponding `--class-doc ...=exclude-base`