# 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" # type: TH #: dpkg-deb.1:1 #, no-wrap msgid "DPKG-DEB" msgstr "" # type: TH #: dpkg-deb.1:1 #, no-wrap msgid "1st June 1996" msgstr "" # type: TH #: dpkg-deb.1:1 #, no-wrap msgid "Debian Project" msgstr "" # type: TH #: dpkg-deb.1:1 #, no-wrap msgid "dpkg suite" msgstr "" # type: SH #: dpkg-deb.1:2 #, no-wrap msgid "NAME" msgstr "" # type: Plain text #: dpkg-deb.1:4 msgid "dpkg-deb - Debian package archive (.deb) manipulation tool" msgstr "" # type: SH #: dpkg-deb.1:4 #, no-wrap msgid "SYNOPSIS" msgstr "" # type: Plain text #: dpkg-deb.1:8 msgid "B B<-b>|B<--build> I [I|I]" msgstr "" # type: Plain text #: dpkg-deb.1:12 msgid "B B<-I>|B<--info> I [I ..]" msgstr "" # type: Plain text #: dpkg-deb.1:16 msgid "B B<-f>|B<--field> I [I ...]" msgstr "" # type: Plain text #: dpkg-deb.1:20 msgid "B B<-c>|B<--contents> I" msgstr "" # type: Plain text #: dpkg-deb.1:24 msgid "B B<-x>|B<--extract>|B<-X>|B<--vextract> I" msgstr "" # type: Plain text #: dpkg-deb.1:27 msgid "B I" msgstr "" # type: Plain text #: dpkg-deb.1:30 msgid "B I" msgstr "" # type: SH #: dpkg-deb.1:30 #, no-wrap msgid "DESCRIPTION" msgstr "" # type: Plain text #: dpkg-deb.1:33 msgid "B packs, unpacks and provides information about Debian archives." msgstr "" # type: Plain text #: dpkg-deb.1:37 msgid "Use B to install and remove packages from your system." msgstr "" # type: Plain text #: dpkg-deb.1:47 msgid "" "You can also invoke B by calling B with whatever options you " "want to pass to B. B will spot that you wanted B " "and run it for you." msgstr "" # type: SH #: dpkg-deb.1:47 #, no-wrap msgid "ACTION OPTIONS" msgstr "" # type: TP #: dpkg-deb.1:48 #, no-wrap msgid "B<--build>, B<-b>" msgstr "" # type: Plain text #: dpkg-deb.1:60 msgid "" "Creates a debian archive from the filesystem tree stored in " "I. I must have a B subdirectory, which " "contains the control information files such as the control file itself. " "This directory will I appear in the binary package's filesystem " "archive, but instead the files in it will be put in the binary package's " "control information area." msgstr "" # type: Plain text #: dpkg-deb.1:66 msgid "" "You can specify the compressionlevel used by adding a B<-z#> option. " "B will pass that option on to gzip." msgstr "" # type: Plain text #: dpkg-deb.1:78 msgid "" "Unless you specify B<--nocheck>, B will read B and " "parse it. It will check it for syntax errors and other problems, and " "display the name of the binary package being built. B will also " "check the permissions of the maintainer scripts and other files found in the " "B control information directory." msgstr "" # type: Plain text #: dpkg-deb.1:85 msgid "" "If no I is specified then B will write the package into " "the file IB<.deb>." msgstr "" # type: Plain text #: dpkg-deb.1:87 msgid "If the archive to be created already exists it will be overwritten." msgstr "" # type: Plain text #: dpkg-deb.1:103 msgid "" "If the second argument is a directory then B will write to the " "file IB<_>IB<_>IB<.deb>, or " "IB<_>IB<.deb> if no B field is present in " "the package control file. When a target directory is specified, rather than " "a file, the B<--nocheck> option may not be used (since B needs to " "read and parse the package control file to determine which filename to use)." msgstr "" # type: TP #: dpkg-deb.1:103 #, no-wrap msgid "B<--info>, B<-I>" msgstr "" # type: Plain text #: dpkg-deb.1:106 msgid "Provides information about a binary package archive." msgstr "" # type: Plain text #: dpkg-deb.1:111 msgid "" "If no Is are specified then it will print a summary of " "the contents of the package as well as its control file." msgstr "" # type: Plain text #: dpkg-deb.1:119 msgid "" "If any Is are specified then B will print them " "in the order they were specified; if any of the components weren't present " "it will print an error message to stderr about each one and exit with status " "2." msgstr "" # type: TP #: dpkg-deb.1:119 #, no-wrap msgid "B<--field>, B<-f>" msgstr "" # type: Plain text #: dpkg-deb.1:122 msgid "Extracts control file information from a binary package archive." msgstr "" # type: Plain text #: dpkg-deb.1:126 msgid "" "If no Bs are specified then it will print the whole " "control file." msgstr "" # type: Plain text #: dpkg-deb.1:135 msgid "" "If any are specified then B will print their contents, in the " "order in which they appear in the control file. If more than one " "B is specified then B will precede each with " "its field name (and a colon and space)." msgstr "" # type: Plain text #: dpkg-deb.1:137 msgid "No errors are reported for fields requested but not found." msgstr "" # type: TP #: dpkg-deb.1:137 #, no-wrap msgid "B<--contents>, B<-c>" msgstr "" # type: Plain text #: dpkg-deb.1:143 msgid "" "Lists the contents of the filesystem tree archive portion of the package " "archive. It is currently produced in the format generated by B's " "verbose listing." msgstr "" # type: TP #: dpkg-deb.1:143 #, no-wrap msgid "B<--extract>, B<-x>, B<--vextract>, B<-X>" msgstr "" # type: Plain text #: dpkg-deb.1:147 msgid "" "Extracts the filesystem tree from a package archive into the specified " "directory." msgstr "" # type: Plain text #: dpkg-deb.1:152 msgid "" "B<--vextract> (B<-X>) prints a listing of the files extracted as it goes, " "while B<--extract> (B<-x>) is silent unless an error occurs." msgstr "" # type: Plain text #: dpkg-deb.1:158 msgid "" "Note that extracting a package to the root directory will I result in a " "correct installation ! Use B to install packages." msgstr "" # type: Plain text #: dpkg-deb.1:161 msgid "I (but not its parents) will be created if necessary." msgstr "" # type: TP #: dpkg-deb.1:161 #, no-wrap msgid "B<--fsys-tarfile>" msgstr "" # type: Plain text #: dpkg-deb.1:169 msgid "" "Extracts the filesystem tree data from a binary package and sends it to " "standard output in B format. Together with B(1) this can be used " "to extract a particular file from a package archive." msgstr "" # type: TP #: dpkg-deb.1:169 #, no-wrap msgid "B<--control>, B<-e>" msgstr "" # type: Plain text #: dpkg-deb.1:173 msgid "" "Extracts the control information files from a package archive into the " "specified directory." msgstr "" # type: Plain text #: dpkg-deb.1:177 msgid "" "If no directory is specified then a subdirectory B in the current " "directory is used." msgstr "" # type: Plain text #: dpkg-deb.1:180 msgid "The target directory (but not its parents) will be created if necessary." msgstr "" # type: TP #: dpkg-deb.1:180 #, no-wrap msgid "B<--help>, B<-h>" msgstr "" # type: Plain text #: dpkg-deb.1:185 msgid "" "Prints B's usage message, giving a summary of its options and " "their uses." msgstr "" # type: TP #: dpkg-deb.1:185 #, no-wrap msgid "B<--version>" msgstr "" # type: Plain text #: dpkg-deb.1:190 msgid "Prints B's version number." msgstr "" # type: TP #: dpkg-deb.1:190 #, no-wrap msgid "B<--licence>" msgstr "" # type: Plain text #: dpkg-deb.1:197 msgid "" "Prints information about B's copyright licensing and lack of " "warranty. (The American spelling B<--license> is also supported.)" msgstr "" # type: SH #: dpkg-deb.1:197 #, no-wrap msgid "OTHER OPTIONS" msgstr "" # type: TP #: dpkg-deb.1:198 #, no-wrap msgid "B<--new>" msgstr "" # type: Plain text #: dpkg-deb.1:203 msgid "" "Ensures that B builds a `new' format archive. This is the " "default." msgstr "" # type: TP #: dpkg-deb.1:203 #, no-wrap msgid "B<--old>" msgstr "" # type: Plain text #: dpkg-deb.1:211 msgid "" "Forces B to build an `old' format archive. This old archive " "format is less easily parsed by non-Debian tools and is now obsolete; its " "only use is when building packages to be parsed by versions of dpkg older " "than 0.93.76 (September 1995), which was released as i386 a.out only." msgstr "" # type: TP #: dpkg-deb.1:211 #, no-wrap msgid "B<--nocheck>" msgstr "" # type: Plain text #: dpkg-deb.1:217 msgid "" "Inhibits B's usual checks on the proposed contents of an " "archive. You can build any archive you want, no matter how broken, this " "way." msgstr "" # type: TP #: dpkg-deb.1:217 #, no-wrap msgid "B<--debug>, B<-D>" msgstr "" # type: Plain text #: dpkg-deb.1:220 msgid "Enables debugging output. This is not very interesting." msgstr "" # type: SH #: dpkg-deb.1:220 #, no-wrap msgid "BUGS" msgstr "" # type: Plain text #: dpkg-deb.1:225 msgid "B IB<.deb> IB<.deb> does the wrong thing." msgstr "" # type: Plain text #: dpkg-deb.1:229 msgid "" "There is no authentication on B<.deb> files; in fact, there isn't even a " "straightforward checksum." msgstr "" # type: Plain text #: dpkg-deb.1:236 msgid "" "Do not attempt to use just B to install software ! You must use " "B proper to ensure that all the files are correctly placed and the " "package's scripts run and its status and contents recorded." msgstr "" # type: SH #: dpkg-deb.1:236 #, no-wrap msgid "SEE ALSO" msgstr "" # type: Plain text #: dpkg-deb.1:241 msgid "B(5), B(5), B(8), B(8)." msgstr "" # type: SH #: dpkg-deb.1:241 #, no-wrap msgid "AUTHOR" msgstr "" # type: Plain text #: dpkg-deb.1:250 msgid "" "B and this manpage were written by Ian Jackson. They are " "Copyright (C)1995-1996 by him and released under the GNU General Public " "Licence; there is NO WARRANTY. See B and " "B for details." msgstr ""