[Reproducible-commits] [dpkg] 17/74: dpkg-source: Document various long options in --help output

Mattia Rizzolo mattia at debian.org
Sun Jul 3 22:22:53 UTC 2016


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

mattia pushed a commit to annotated tag 1.18.8
in repository dpkg.

commit 0082e22eb7a49ccdeab35bd8899526c48f9a1428
Author: Guillem Jover <guillem at debian.org>
Date:   Fri May 13 20:46:03 2016 +0200

    dpkg-source: Document various long options in --help output
---
 debian/changelog       |  1 +
 scripts/dpkg-source.pl | 12 ++++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b5ca5f..db73d80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
     - Document interaction between PIE and libraries in dpkg-buildflags(1).
       Based on text by Christian Seiler <christian at iwakd.de>.
     - Merge ENVIRONMENT sections in dpkg-buildflags(1).
+    - Document various long options in dpkg-source --help output.
 
   [ Updated programs translations ]
   * German (Sven Joachim).
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index 89281c1..924f57f 100755
--- a/scripts/dpkg-source.pl
+++ b/scripts/dpkg-source.pl
@@ -596,13 +596,17 @@ sub usage {
   -D<field>=<value>        override or add a .dsc field and value.
   -U<field>                remove a field.
   -q                       quiet mode.
-  -i[<regex>]              filter out files to ignore diffs of
+  -i, --diff-ignore[=<regex>]
+                           filter out files to ignore diffs of
                              (defaults to: '%s').
-  -I[<pattern>]            filter out files when building tarballs
+  -I, --tar-ignore[=<pattern>]
+                           filter out files when building tarballs
                              (defaults to: %s).
-  -Z<compression>          select compression to use (defaults to '%s',
+  -Z, --compression=<compression>
+                           select compression to use (defaults to '%s',
                              supported are: %s).
-  -z<level>                compression level to use (defaults to '%d',
+  -z, --compression-level=<level>
+                           compression level to use (defaults to '%d',
                              supported are: '1'-'9', 'best', 'fast')")
     . "\n\n" . g_(
 "Extract options:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list