# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2005-06-22 0:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING" #. This manpage is copyright (C) 1996 Michael Shields . #. 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. # type: TH #: dpkg-scanpackages.1:16 #, no-wrap msgid "DPKG-SCANPACKAGES" msgstr "" #. This manpage is copyright (C) 1996 Michael Shields . #. 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. # type: TH #: dpkg-scanpackages.1:16 #, no-wrap msgid "1996-07-08" msgstr "" #. This manpage is copyright (C) 1996 Michael Shields . #. 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. # type: TH #: dpkg-scanpackages.1:16 #, no-wrap msgid "Debian project" msgstr "" #. This manpage is copyright (C) 1996 Michael Shields . #. 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. # type: TH #: dpkg-scanpackages.1:16 #, no-wrap msgid "dpkg utilities" msgstr "" # type: SH #: dpkg-scanpackages.1:17 #, no-wrap msgid "NAME" msgstr "" # type: Plain text #: dpkg-scanpackages.1:19 msgid "dpkg-scanpackages - create Packages files" msgstr "" # type: SH #: dpkg-scanpackages.1:20 #, no-wrap msgid "SYNOPSIS" msgstr "" # type: Plain text #: dpkg-scanpackages.1:29 msgid "" "B [I<-u>] [I<-aEarchE>] I " "I [I] B> I" msgstr "" # type: SH #: dpkg-scanpackages.1:30 #, no-wrap msgid "DESCRIPTION" msgstr "" # type: Plain text #: dpkg-scanpackages.1:41 msgid "" "B sorts through a tree of Debian binary packages and " "creates a Packages file, used by B(8), etc, to tell the user what " "packages are available for installation. These Packages files are the same " "as those found on Debian archive sites and CD-ROMs. You might use " "B yourself if making a directory of local packages to " "install on a cluster of machines." msgstr "" # type: Plain text #: dpkg-scanpackages.1:48 msgid "" "I is the name of the binary tree to process (for example, " "B). It is best to make this relative to the root of " "the Debian archive, because every Filename field in the new Packages file " "will start with this string." msgstr "" # type: Plain text #: dpkg-scanpackages.1:52 msgid "" "I is the name of a file to read which contains information " "about how the package fits into the distribution; see below." msgstr "" # type: Plain text #: dpkg-scanpackages.1:55 msgid "I is an optional string to be prepended to the Filename fields." msgstr "" # type: Plain text #: dpkg-scanpackages.1:59 msgid "If I<-u> is specified, then scan for *.udeb, instead of *.deb." msgstr "" # type: Plain text #: dpkg-scanpackages.1:62 msgid "" "When -aIarchE> is specified, then instead of scanning for all " "debs, a pattern consisting of *_all.deb and *_arch.deb is used." msgstr "" # type: SH #: dpkg-scanpackages.1:63 #, no-wrap msgid "THE OVERRIDE FILE" msgstr "" # type: Plain text #: dpkg-scanpackages.1:69 msgid "" "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." msgstr "" # type: Plain text #: dpkg-scanpackages.1:73 msgid "" "The override file has a simple whitespace-delimited format. Comments are " "allowed (denoted with a B<#>)." msgstr "" # type: Plain text #: dpkg-scanpackages.1:79 msgid "I I I
[I]" msgstr "" # type: Plain text #: dpkg-scanpackages.1:84 msgid "" "I is the name of the package. Entries in the override file for " "packages not found in the binary tree are ignored." msgstr "" # type: Plain text #: dpkg-scanpackages.1:93 msgid "" "I and I
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 I, that will be checked against I
." msgstr "" # type: Plain text #: dpkg-scanpackages.1:101 msgid "" "I, if present, can be either the name of a maintainer for an " "unconditional override, or else I B<=E> I " "to perform a substitution." msgstr "" # type: Plain text #: dpkg-scanpackages.1:106 msgid "" "The override files used to make the official Packages lists may be found in " "the I directory on any Debian mirror." msgstr "" # type: SH #: dpkg-scanpackages.1:107 #, no-wrap msgid "DIAGNOSTICS" msgstr "" # type: Plain text #: dpkg-scanpackages.1:113 msgid "" "B outputs the usual self-explanatory errors. It also " "warns about packages that are in the wrong subdirectory, are duplicated, " "have a Filename field in their control file, are missing from the override " "file, or have maintainer substitutions which do not take effect." msgstr "" # type: SH #: dpkg-scanpackages.1:114 #, no-wrap msgid "SEE ALSO" msgstr "" # type: Plain text #: dpkg-scanpackages.1:117 msgid "B(8), B(8), B(1)." msgstr ""