[Reproducible-commits] [dpkg] 78/90: doc: Fix typos for --predep-package option name

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Aug 29 18:26:19 UTC 2015


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 629f06716634ce80997555b337c987e8e9191105
Author: Guillem Jover <guillem at debian.org>
Date:   Wed Aug 5 21:32:51 2015 +0200

    doc: Fix typos for --predep-package option name
    
    Closes: #794688
    Reported-by: Sven Joachim <svenjoac at gmx.de>
---
 debian/changelog | 4 +++-
 man/dpkg.1       | 2 +-
 man/po/de.po     | 6 +++---
 src/main.c       | 2 +-
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25b4764..5a7c9df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ dpkg (1.18.3) UNRELEASED; urgency=low
     - Get the reference build flags from dpkg-buildflags.pl, instead of
       hardcoding them, which might not match depending on the architecture.
       Closes: #794694
+  * Documentation:
+    - Fix typos for --predep-package option name. Closes: #794688
 
   [ Updated programs translations ]
   * Catalan (Jordi Mallach).
@@ -99,7 +101,7 @@ dpkg (1.18.2) unstable; urgency=low
     - Use the feature area name in the dpkg-buildflags(1) subsection title.
     - Document DPKG_HOOK_ACTION also in dpkg(1) ENVIRONMENT section.
     - Clarify when some features where added in man pages.
-    - Document --yet-to-unpack, --predep-packages and all --assert-<feature>
+    - Document --yet-to-unpack, --predep-package and all --assert-<feature>
       commands as supported in both «dpkg --help» and dpkg(1).
     - Document abitable in dpkg-architecture(1).
     - Clarify that an architecture wildcard is a Debian thing in
diff --git a/man/dpkg.1 b/man/dpkg.1
index 10d25d0..1325761 100644
--- a/man/dpkg.1
+++ b/man/dpkg.1
@@ -308,7 +308,7 @@ to deinstall any packages not in list given to \fB\-\-set\-selections\fP.
 Searches for packages selected for installation, but which for some
 reason still haven't been installed.
 .TP
-.B \-\-predep\-packages
+.B \-\-predep\-package
 Print a single package which is the target of one or more relevant
 pre-dependencies and has itself no unsatisfied pre-dependencies.
 .IP
diff --git a/man/po/de.po b/man/po/de.po
index 89cbb5c..58dad36 100644
--- a/man/po/de.po
+++ b/man/po/de.po
@@ -17,7 +17,7 @@ msgstr ""
 "Project-Id-Version: dpkg-man 1.18.2\n"
 "Report-Msgid-Bugs-To: debian-dpkg at lists.debian.org\n"
 "POT-Creation-Date: 2015-08-04 20:59+0200\n"
-"PO-Revision-Date: 2015-08-04 21:54+0200\n"
+"PO-Revision-Date: 2015-08-06 02:09+0200\n"
 "Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
 "Language: de\n"
@@ -4247,8 +4247,8 @@ msgstr ""
 #. type: TP
 #: dpkg.1
 #, no-wrap
-msgid "B<--predep-packages>"
-msgstr "B<--predep-packages>"
+msgid "B<--predep-package>"
+msgstr "B<--predep-package>"
 
 # FIXME english
 #. type: Plain text
diff --git a/src/main.c b/src/main.c
index d7b6915..f16dc0a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -105,7 +105,7 @@ usage(const struct cmdinfo *ci, const char *value)
 "  -S|--search <pattern> ...        Find package(s) owning file(s).\n"
 "  -C|--audit [<package> ...]       Check for broken package(s).\n"
 "  --yet-to-unpack                  Print packages selected for installation.\n"
-"  --predep-packages                Print pre-dependencies to unpack.\n"
+"  --predep-package                 Print pre-dependencies to unpack.\n"
 "  --add-architecture <arch>        Add <arch> to the list of architectures.\n"
 "  --remove-architecture <arch>     Remove <arch> from the list of architectures.\n"
 "  --print-architecture             Print dpkg architecture.\n"

-- 
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