Просмотр исходного кода

Split override file information from dpkg-scanpackages(1) into
deb-override(5) manual page.

Guillem Jover лет назад: 19
Родитель
Сommit
e30160bf05
6 измененных файлов с 89 добавлено и 44 удалено
  1. 2 0
      debian/changelog
  2. 10 0
      man/ChangeLog
  3. 70 0
      man/deb-override.5
  4. 1 44
      man/dpkg-scanpackages.1
  5. 1 0
      man/dpkg-scansources.1
  6. 5 0
      man/po/po4a.cfg

+ 2 - 0
debian/changelog

@@ -44,6 +44,8 @@ dpkg (1.14.0) UNRELEASED; urgency=low
   * Cleaning and format unification of manual pages.
   * Make the override-file argument to dpkg-scanpackages optional.
   * Refactor compression filtering code.
+  * Split override file information from dpkg-scanpackages(1) into
+    deb-override(5) manual page.
 
   [ Updated dpkg translations ]
   * Romanian (Eddy Petrișor).

+ 10 - 0
man/ChangeLog

@@ -1,3 +1,13 @@
+2007-03-12  Guillem Jover  <guillem@debian.org>
+
+	* Makefile.am (dist_man_MANS): Add deb-override.5.
+	* po/po4a.cfg: Add a stanza for deb-override.5.
+	* dpkg-scanpackages.1: Move override file information to ...
+	* deb-override.5: ... here.
+
+	* dpkg-scanpackages.1: Add a reference to deb-override.5.
+	* dpkg-scansources.1: Likewise.
+
 2007-03-06  Guillem Jover  <guillem@debian.org>
 
 	* dpkg-scanpackages.1: Mark the override argument as optional.

+ 70 - 0
man/deb-override.5

@@ -0,0 +1,70 @@
+.\" This manpage is copyright (C) 1996 Michael Shields <shields@crosslink.net>.
+.\" 
+.\" This is free software; you may redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2,
+.\" or (at your option) any later version.
+.\"
+.\" This is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with dpkg; if not, write to the Free Software
+.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+.TH deb\-override 5 "2007-03-07" "Debian Project" "dpkg utilities"
+.SH NAME
+deb\-override \- Debian archive override file
+.
+.SH SYNOPSIS
+override
+.
+.SH DESCRIPTION
+While most information about a package can be found in the control file,
+some must be filled in by the distribution czars rather than by the
+maintainer, because they relate to the arrangement of files for release
+rather than the actual dependencies and description of the package.
+This information is found in the override file.
+.PP
+The override file has a simple whitespace-delimited format. Comments are
+allowed (denoted with a
+.BR # ).
+.PP
+.in +5
+.I package
+.I priority
+.I section
+.RI [ maintainerinfo ]
+.in -5
+.PP
+.I package
+is the name of the package. Entries in the override file for packages
+not found in the tree of binary packages are ignored.
+.PP
+.I priority
+and
+.I section
+place the package within the release tree; these ought not to be found
+in the control file. If the package is found in a subdirectory of
+.IR binarydir ,
+that will be checked against
+.IR section .
+.PP
+.IR maintainerinfo ,
+if present, can be either the name of a maintainer for an unconditional
+override, or else
+.I oldmaintainer
+.B =>
+.I newmaintainer
+to perform a substitution.
+.PP
+The override files used to make the official Packages lists may be found
+in the
+.I indices
+directory on any Debian mirror.
+.
+.SH SEE ALSO
+.BR dpkg\-packages (1),
+.BR dpkg\-scansources (1),
+.BR apt\-ftparchive (1).

+ 1 - 44
man/dpkg-scanpackages.1

@@ -85,50 +85,6 @@ Show the usage message and exit.
 .BR \-\-version
 Show the version and exit.
 .
-.SH THE OVERRIDE FILE
-While most information about a package can be found in the control file,
-some must be filled in by the distribution czars rather than by the
-maintainer, because they relate to the arrangement of files for release
-rather than the actual dependencies and description of the package.
-This information is found in the override file.
-.PP
-The override file has a simple whitespace-delimited format. Comments are
-allowed (denoted with a
-.BR # ).
-.PP
-.in +5
-.I package
-.I priority
-.I section
-.RI [ maintainerinfo ]
-.in -5
-.PP
-.I package
-is the name of the package. Entries in the override file for packages
-not found in the tree of binary packages are ignored.
-.PP
-.I priority
-and
-.I section
-place the package within the release tree; these ought not to be found
-in the control file. If the package is found in a subdirectory of
-.IR binarydir ,
-that will be checked against
-.IR section .
-.PP
-.IR maintainerinfo ,
-if present, can be either the name of a maintainer for an unconditional
-override, or else
-.I oldmaintainer
-.B =>
-.I newmaintainer
-to perform a substitution.
-.PP
-The override files used to make the official Packages lists may be found
-in the
-.I indices
-directory on any Debian mirror.
-.
 .SH DIAGNOSTICS
 .B dpkg\-scanpackages
 outputs the usual self-explanatory errors. It also warns about packages
@@ -139,4 +95,5 @@ maintainer substitutions which do not take effect.
 .SH SEE ALSO
 .BR dpkg (1),
 .BR dselect (1),
+.BR deb\-override (5),
 .BR dpkg\-scansources (1).

+ 1 - 0
man/dpkg-scansources.1

@@ -63,6 +63,7 @@ Show the usage message and exit.
 Show the version and exit.
 .
 .SH "SEE ALSO"
+.BR deb\-override (5),
 .BR dpkg\-scanpackages (1).
 .
 .SH AUTHOR

+ 5 - 0
man/po/po4a.cfg

@@ -38,6 +38,11 @@
            add_$lang:$(srcdir)/po/add_$lang/deb-old.5.$lang.add
 
 
+[type:man] $(srcdir)/deb-override.5             \
+           $lang:$lang/deb-override.5           \
+           add_$lang:$(srcdir)/po/add_$lang/deb-override.5.$lang.add
+
+
 [type:man] $(srcdir)/dpkg.1                     \
            $lang:$lang/dpkg.1                   \
            add_$lang:$(srcdir)/po/add_$lang/dpkg.1.$lang.add