aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-02-20 09:12:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-02-21 04:46:55 +0200
commit0a15052e460ddbec82a4fe7d13801fb89960ad7f (patch)
tree905b1c1db57b0245ae1ff8419e6a641148b1bba9 /bpkg/pkg-bindist.cli
parent118c25e5a4d599e6e2b6986e227bf1c1f54a1a88 (diff)
WIP: generate changelog and copyright files
Diffstat (limited to 'bpkg/pkg-bindist.cli')
-rw-r--r--bpkg/pkg-bindist.cli35
1 files changed, 25 insertions, 10 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli
index 7dd5832..23c70d1 100644
--- a/bpkg/pkg-bindist.cli
+++ b/bpkg/pkg-bindist.cli
@@ -57,32 +57,47 @@ namespace bpkg
string --debian-section
{
- "<val>",
- "Alternative \cb{Section} field value in the \cb{control} file for
- the main binary package. The default is either \cb{libs} or \cb{devel},
+ "<v>",
+ "Alternative \cb{Section} \cb{control} file field value for the main
+ binary package. The default is either \cb{libs} or \cb{devel},
depending on the package type."
}
string --debian-priority
{
- "<val>",
- "Alternative \cb{Priority} field value in the \cb{control} file. The
- default is \cb{optional}."
+ "<v>",
+ "Alternative \cb{Priority} \cb{control} file field value. The default
+ is \cb{optional}."
}
string --debian-maintainer
{
- "<val>",
- "Alternative \cb{Maintainer} field value in the \cb{control} file. The
+ "<v>",
+ "Alternative \cb{Maintainer} \cb{control} file field value. The
default is the \cb{package-email} value from package \cb{manifest}."
}
string --debian-architecture
{
- "<vl>",
- "Alternative \cb{Architecture} field value in the \cb{control} file for
+ "<v>",
+ "Alternative \cb{Architecture} \cb{control} file field value for
the main binary package. The default is \cb{any}."
}
+
+ string --debian-main-depends
+ {
+ "<v>",
+ "Override the language runtime dependencies in the \cb{Depends}
+ \cb{control} file field value of the main binary package."
+ }
+
+ string --debian-dev-depends
+ {
+ "<v>",
+ "Override the language runtime dependencies in 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`