# 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 is an -*- nroff -*- source file. #. dpkg-name and this manpage are Copyright 1995,1996 by Erick Branderhorst. #. This is free software; see the GNU General Public Licence version 2 #. or later for copying conditions. There is NO warranty. #. Time-stamp: <96/05/03 14:00:06 root> # type: TH #: dpkg-name.1:7 #, no-wrap msgid "dpkg-name" msgstr "" #. This is an -*- nroff -*- source file. #. dpkg-name and this manpage are Copyright 1995,1996 by Erick Branderhorst. #. This is free software; see the GNU General Public Licence version 2 #. or later for copying conditions. There is NO warranty. #. Time-stamp: <96/05/03 14:00:06 root> # type: TH #: dpkg-name.1:7 #, no-wrap msgid "May 1996" msgstr "" #. This is an -*- nroff -*- source file. #. dpkg-name and this manpage are Copyright 1995,1996 by Erick Branderhorst. #. This is free software; see the GNU General Public Licence version 2 #. or later for copying conditions. There is NO warranty. #. Time-stamp: <96/05/03 14:00:06 root> # type: TH #: dpkg-name.1:7 #, no-wrap msgid "Debian Project" msgstr "" #. This is an -*- nroff -*- source file. #. dpkg-name and this manpage are Copyright 1995,1996 by Erick Branderhorst. #. This is free software; see the GNU General Public Licence version 2 #. or later for copying conditions. There is NO warranty. #. Time-stamp: <96/05/03 14:00:06 root> # type: TH #: dpkg-name.1:7 #, no-wrap msgid "dpkg utilities" msgstr "" # type: SH #: dpkg-name.1:8 #, no-wrap msgid "NAME" msgstr "" # type: Plain text #: dpkg-name.1:10 msgid "dpkg-name - rename Debian packages to full package names" msgstr "" # type: SH #: dpkg-name.1:10 #, no-wrap msgid "SYNOPSIS" msgstr "" # type: Plain text #: dpkg-name.1:15 msgid "" "B [-a|--no-architecture] [-o|--overwrite] [-s|--subdir [dir]] " "[-c|--create-dir] [-h|--help] [-v|--version] [-l|--license] [-k|--symlink] " "[-[--] [files]" msgstr "" # type: SH #: dpkg-name.1:15 #, no-wrap msgid "DESCRIPTION" msgstr "" # type: Plain text #: dpkg-name.1:26 msgid "" "This manual page documents the B sh script which provides an easy " "way to rename B packages into their full package names. A full " "package name consists of " "EpackageE_EversionE_EarchitectureE.deb as specified " "in the control file of the package. The EversionE part of the " "filename consists of the mainstream version information optionally followed " "by a hyphen and the revision information." msgstr "" # type: SH #: dpkg-name.1:26 #, no-wrap msgid "EXAMPLES" msgstr "" # type: TP #: dpkg-name.1:27 #, no-wrap msgid "B" msgstr "" # type: Plain text #: dpkg-name.1:32 msgid "" "The file `bar-foo.deb' will be renamed to bar-foo_1.0-2_i386.deb or " "something similar (depending on whatever information is in the control part " "of `bar-foo.deb')." msgstr "" # type: TP #: dpkg-name.1:32 #, no-wrap msgid "B" msgstr "" # type: Plain text #: dpkg-name.1:37 msgid "" "All files with the extension `deb' in the directory /root/debian and its " "subdirectory's will be renamed by dpkg-name if required into names with no " "architecture information." msgstr "" # type: TP #: dpkg-name.1:37 #, no-wrap msgid "B" msgstr "" # type: Plain text #: dpkg-name.1:43 msgid "" "B Your archive will be messed up completely because a lot of " "packages don't come with section information. B" msgstr "" # type: TP #: dpkg-name.1:43 #, no-wrap msgid "B" msgstr "" # type: Plain text #: dpkg-name.1:46 msgid "This can be used when building new packages." msgstr "" # type: SS #: dpkg-name.1:46 #, no-wrap msgid "OPTIONS" msgstr "" # type: TP #: dpkg-name.1:47 #, no-wrap msgid "B<-a, --no-architecture>" msgstr "" # type: Plain text #: dpkg-name.1:50 msgid "The destination filename will not have the architecture information." msgstr "" # type: TP #: dpkg-name.1:50 #, no-wrap msgid "B<-k, --symlink>" msgstr "" # type: Plain text #: dpkg-name.1:53 msgid "Create a symlink, instead of moving." msgstr "" # type: TP #: dpkg-name.1:53 #, no-wrap msgid "B<-o, --overwrite>" msgstr "" # type: Plain text #: dpkg-name.1:57 msgid "" "Existing files will be overwritten if they have the same name as the " "destination filename." msgstr "" # type: TP #: dpkg-name.1:57 #, no-wrap msgid "B<-s, --subdir [dir]>" msgstr "" # type: Plain text #: dpkg-name.1:69 msgid "" "Files will be moved into subdir. If directory given as argument exists the " "files will be moved into that direcotory otherswise the name of the target " "directory is extracted from the section field in the control part of the " "package. The target directory will be " "`unstable/binary-EarchitectureE/EsectionE'. If the section " "is `non-free', `contrib' or no section information is found in the control " "file the target directory is " "`EsectionE/binary-EarchitectureE'. The section field isn't " "required so a lot of packages will find their way to the `no-section' " "area. Use this option with care, it's messy." msgstr "" # type: TP #: dpkg-name.1:69 #, no-wrap msgid "B<-c, --create-dir>" msgstr "" # type: Plain text #: dpkg-name.1:74 msgid "" "This option can used together with the -s option. If a target directory " "isn't found it will be created automatically. B" msgstr "" # type: TP #: dpkg-name.1:74 #, no-wrap msgid "B<-h, --help>" msgstr "" # type: Plain text #: dpkg-name.1:77 msgid "Print a usage message and exit successfully." msgstr "" # type: TP #: dpkg-name.1:77 #, no-wrap msgid "B<-v, --version>" msgstr "" # type: Plain text #: dpkg-name.1:80 msgid "Print version information and exit successfully." msgstr "" # type: TP #: dpkg-name.1:80 #, no-wrap msgid "B<-l, --license>" msgstr "" # type: Plain text #: dpkg-name.1:84 msgid "" "Print copyright information and (a reference to GNU) license information and " "exit successfully." msgstr "" # type: SH #: dpkg-name.1:84 #, no-wrap msgid "BUGS" msgstr "" # type: Plain text #: dpkg-name.1:90 msgid "" "Some packages don't follow the name structure " "EpackageE_EversionE_EarchitectureE.deb. Packages " "renamed by dpkg-name will follow this structure. Generally this will have no " "impact on how packages are installed by dselect/dpkg, but other installation " "tools might depend on this naming structure." msgstr "" # type: SH #: dpkg-name.1:90 #, no-wrap msgid "SEE ALSO" msgstr "" # type: Plain text #: dpkg-name.1:97 msgid "" "B(5), B(5), B(8), B(1), B(1), " "B(1)." msgstr "" # type: SH #: dpkg-name.1:97 #, no-wrap msgid "COPYRIGHT" msgstr "" # type: Plain text #: dpkg-name.1:103 msgid "" "Copyright 1995,1996 Erick Branderhorst. B is free software; see " "the GNU General Public Licence version 2 or later for copying " "conditions. There is B warranty." msgstr ""