Преглед изворни кода

dpkg(1): Clarify the current dpkg behaviour when running the back-ends

When running the dpkg-deb and dpkg-query back-ends, dpkg does not pass
through back-end specific options.

Closes: #610940
Guillem Jover пре 15 година
родитељ
комит
65eceb8eab
2 измењених фајлова са 10 додато и 16 уклоњено
  1. 3 0
      debian/changelog
  2. 7 16
      man/dpkg.1

+ 3 - 0
debian/changelog

@@ -40,6 +40,9 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     from dpkg which were being treated as dpkg commands.
     from dpkg which were being treated as dpkg commands.
   * Remove reference to --nocheck dpkg-deb option from dpkg man page as
   * Remove reference to --nocheck dpkg-deb option from dpkg man page as
     the latter does not pass it to the former.
     the latter does not pass it to the former.
+  * Clarify the current dpkg behaviour when running the dpkg-deb and
+    dpkg-query back-ends, of not passing through back-end specific options
+    when running them from dpkg. Closes: #610940
 
 
   [ Updated man page translations ]
   [ Updated man page translations ]
   * German (Helge Kreutzmann).
   * German (Helge Kreutzmann).

+ 7 - 16
man/dpkg.1

@@ -1,4 +1,4 @@
-.TH dpkg 1 "2011-02-05" "Debian Project" "dpkg suite"
+.TH dpkg 1 "2011-04-27" "Debian Project" "dpkg suite"
 .SH NAME
 .SH NAME
 dpkg \- package manager for Debian
 dpkg \- package manager for Debian
 .
 .
@@ -24,21 +24,12 @@ controlled entirely via command line parameters, which consist of exactly
 one action and zero or more options. The action-parameter tells \fBdpkg\fP
 one action and zero or more options. The action-parameter tells \fBdpkg\fP
 what to do and options control the behavior of the action in some way.
 what to do and options control the behavior of the action in some way.
 
 
-\fBdpkg\fP can also be used as a front-end to \fBdpkg\-deb\fP(1).
-The following
-are \fBdpkg\-deb\fP actions, and if they are encountered, \fBdpkg\fP
-just runs \fBdpkg\-deb\fP with the parameters given to it:
-.nf
-    \fB\-b\fP, \fB\-\-build\fP,
-    \fB\-c\fP, \fB\-\-contents\fP,
-    \fB\-I\fP, \fB\-\-info\fP,
-    \fB\-f\fP, \fB\-\-field\fP,
-    \fB\-e\fP, \fB\-\-control\fP,
-    \fB\-x\fP, \fB\-\-extract\fP,
-    \fB\-X\fP, \fB\-\-vextract\fP, and
-    \fB\-\-fsys\-tarfile\fP.
-.fi
-Please refer to \fBdpkg\-deb\fP(1) for information about these actions.
+\fBdpkg\fP can also be used as a front-end to \fBdpkg\-deb\fP(1) and
+\fBdpkg\-query\fP(1). The list of supported actions can be found later on
+in the \fBACTIONS\fP section. If any such action is encountered \fBdpkg\fP
+just runs \fBdpkg\-deb\fP or \fBdpkg\-query\fP with the parameters given
+to it, but no specific options are currently passed to them, to use
+any such option the back-ends need to be called directly.
 .
 .
 .SH INFORMATION ABOUT PACKAGES
 .SH INFORMATION ABOUT PACKAGES
 \fBdpkg\fP maintains some usable information about available
 \fBdpkg\fP maintains some usable information about available