aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-09 06:08:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-09 06:08:55 +0200
commitd90a76ca0e976fc1cf927cbb33f67be1b149f040 (patch)
tree8977465daa376ffbd4c558e3c83ce4a7c8ec8d19 /bpkg/pkg-bindist.cli
parent74e6e7c09cb70e5ff0c457e2f0aa5d8d342a49c2 (diff)
Add --debian-{main,dev}-extradep, rename existing -depends to -langdep
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`