From 854c668b5e63e26a9d7a6e55226a0940638e0453 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Feb 2023 15:46:32 +0200 Subject: Add pkg-bindist command (generate binary distribution package) This commit includes an implementation for Debian and alike. --- bpkg/utility.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index 69a02d3..bb264ba 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -244,9 +244,16 @@ namespace bpkg normal // Run normally (at verbosity 1). }; + template + void + map_verb_b (const common_options&, verb_b, V& args, string& verb_arg); + const char* name_b (const common_options&); + process_path + search_b (const common_options&); + template process start_b (const common_options&, O&& out, E&& err, verb_b, A&&... args); -- cgit v1.1