From 5dd90ef848e99e86601807fd829f6586dc2ab6fc Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 12 Sep 2019 23:34:22 +0200 Subject: checkpkg: add option to print a warning in case of differences Sometimes its desired to be explicitly made aware of differences reporter by checkpkg via printing a warning instead of a regular message. Automatically use --warn for makechrootpkg builds so packagers are made visibly aware of a soname bump by simply looking out for colors indicating non success messages. Signed-off-by: Levente Polyak --- doc/checkpkg.1.asciidoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/checkpkg.1.asciidoc b/doc/checkpkg.1.asciidoc index c51cac4..6a70dbb 100644 --- a/doc/checkpkg.1.asciidoc +++ b/doc/checkpkg.1.asciidoc @@ -26,6 +26,9 @@ Options Remove the temporary directory created to contain the file and library list of both packages. +*-w, --warn*:: + Print a warning instead of a regular message in case of soname differences. + *-h, --help*:: Show a help text -- cgit v1.2.3-54-g00ecf