This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c577b9355d4bb21dfa9b364df09ec9c320b757d1

commit c577b9355d4bb21dfa9b364df09ec9c320b757d1
Author: Guillem Jover <[email protected]>
AuthorDate: Fri Nov 21 01:06:35 2025 +0100

    Reword --help options descriptions to fit again in 80 columns
    
    After the contraction avoidance rewording, these lines exceed the 80
    character limit, reword them to make them shorter.
---
 scripts/dpkg-shlibdeps.pl | 2 +-
 scripts/dpkg-source.pl    | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index 96a9caac8..81a35177d 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -676,7 +676,7 @@ sub usage {
   -I<package-build-dir>    ignore needed libraries, shlibs and symbols files
                              in the given build directory.
   -v                       enable verbose mode (can be used multiple times).
-  --ignore-missing-info    do not fail if dependency information cannot be 
found.
+  --ignore-missing-info    do not fail on missing dependency information.
   --warnings=<value>       define set of active warnings (see manual page).
   --admindir=<directory>   change the administrative directory.
   -?, --help               show this help message.
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index 33fb99ffa..8eb6dff38 100755
--- a/scripts/dpkg-source.pl
+++ b/scripts/dpkg-source.pl
@@ -668,9 +668,10 @@ sub usage {
     . "\n\n" . g_(
 'Extract options:
   --no-copy                do not copy .orig tarballs
-  --no-check               do not check signature and checksums before 
unpacking
+  --no-check               do not check signature and checksums on extraction
   --no-overwrite-dir       do not overwrite directory on extraction
-  --require-valid-signature abort if the package does not have a valid 
signature
+  --require-valid-signature
+                           abort if the package does not have a valid signature
   --require-strong-checksums
                            abort if the package contains no strong checksums
   --ignore-bad-version     allow bad source package versions.')

-- 
Dpkg.Org's dpkg

Reply via email to