From 74bcab9dfa50647dd6615f261f2c2bc9f5a38951 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 13 Feb 2016 16:30:31 +0200 Subject: Offer in pkg-build to drop prerequisite packages that are no longer necessary This can happen if a package that is being upgraded/downgraded changes its dependencies. --- bpkg/pkg-build.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bpkg/pkg-build.cli') diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index aa16f58..2b0d24a 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -52,6 +52,12 @@ namespace bpkg "Assume the answer to all prompts is \cb{yes}." } + bool --keep-prerequisite + { + "Don't offer to drop prerequsite packages that were automatically built + and will no longer be necessary." + } + bool --print-only|-p { "Print to \cb{STDOUT} what would be done without actually doing -- cgit v1.1