Package: piuparts Severity: wishlist Tags: patch X-Debbugs-Cc: charlesmel...@riseup.net
Dear Maintainers, hi. While reading the documentation, I've found some small typos. Here is a patch to fix them. This patch is also available as a MR in salsa [1]. Cheers, Charles [1] https://salsa.debian.org/debian/piuparts/-/merge_requests/62
>From ba1f18fdaef1302597ffe0c1b125c55a21e37633 Mon Sep 17 00:00:00 2001 From: Carlos Henrique Lima Melara <charlesmel...@riseup.net> Date: Tue, 21 May 2024 12:04:59 -0300 Subject: [PATCH] docs: fix some typos in README.txt --- docs/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.txt b/docs/README.txt index aff61a9e..2752a451 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -256,11 +256,11 @@ the chroot was recorded for later comparison. 'is_testable\_' - before *installing* your package. If this script returns a non-zero return value, the installation of the package will be skipped. With a return value of 1 the test will be reported -as successful, but with a return value if 2 it will be reported as +as successful, but with a return value of 2 it will be reported as failed. -Use this to flag packages that cannot be be tested with piuparts +Use this to flag packages that cannot be tested with piuparts by design (e.g. usrmerge), require not publicly available external -ressources (e.g. some downloader packages) or are broken beyond +resources (e.g. some downloader packages) or are broken beyond repair (e.g. buggy packages in archived releases). Use the return value of 2 for seriously broken packages that can break piuparts. -- 2.43.0