Explorar o código

dpkg-source: Move -q option to the General options section in --help output

Guillem Jover %!s(int64=10) %!d(string=hai) anos
pai
achega
ae799cf4b9
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      debian/changelog
  2. 1 1
      scripts/dpkg-source.pl

+ 2 - 0
debian/changelog

@@ -15,6 +15,8 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
       Based on text by Christian Seiler <christian@iwakd.de>.
     - Merge ENVIRONMENT sections in dpkg-buildflags(1).
     - Document various long options in dpkg-source --help output.
+    - Move dpkg-source -q option from “Build options” to “General options”
+      section in --help output.
 
   [ Updated programs translations ]
   * German (Sven Joachim).

+ 1 - 1
scripts/dpkg-source.pl

@@ -595,7 +595,6 @@ sub usage {
   -T<substvars-file>       read variables here.
   -D<field>=<value>        override or add a .dsc field and value.
   -U<field>                remove a field.
-  -q                       quiet mode.
   -i, --diff-ignore[=<regex>]
                            filter out files to ignore diffs of
                              (defaults to: '%s').
@@ -620,6 +619,7 @@ sub usage {
     get_format_help()
     . "\n" . g_(
 'General options:
+  -q                       quiet mode.
   -?, --help               show this help message.
       --version            show the version.')
     . "\n\n" . g_(