[Reproducible-commits] [dpkg] 18/74: dpkg-source: Move -q option to the General options section 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 ae799cf4b90d97fa29803bbb84f711e106f4466a
Author: Guillem Jover <guillem at debian.org>
Date: Fri May 13 20:49:36 2016 +0200
dpkg-source: Move -q option to the General options section in --help output
---
debian/changelog | 2 ++
scripts/dpkg-source.pl | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index db73d80..f1bf4e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
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.
+ - Move dpkg-source -q option from “Build options” to “General options”
+ section in --help output.
[ Updated programs translations ]
* German (Sven Joachim).
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index 924f57f..a9783eb 100755
--- a/scripts/dpkg-source.pl
+++ b/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_(
--
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