Dear Debian I18N people, I would like to know if some of you would be interested in translating the man page of apt-src. apt-src already includes de.po es.po fr.po nl.po pt.po. So do not translate it to these languages (the translators will be contacted separately). language translated fuzzy untranslated ----------------------------------------------------- de 105 es 97 8 fr 91 14 nl 100 5 pt 99 6 Please send the updated file to me, or submit it as a wishlist bug against apt-src. The deadline for receiving the updated translation is 2025-03-28. If you have read so far, please find the POT file in attachment. Thanks in advance, Helge -- Dr. Helge Kreutzmann debian@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail preferred Help keep free software "libre": http://www.ffii.de/
# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-03-01 11:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: =head1 #: man/apt-src.pod:1 msgid "NAME" msgstr "" #. type: textblock #: man/apt-src.pod:3 msgid "apt-src - manage debian source package trees" msgstr "" #. type: =head1 #: man/apt-src.pod:5 msgid "SYNOPSIS" msgstr "" #. type: textblock #: man/apt-src.pod:7 msgid "B<apt-src> [S<I<options>>] S<I<command>>" msgstr "" #. type: textblock #: man/apt-src.pod:9 msgid "B<apt-src> [S<I<options>>] S<B<install|remove>> pkg1 [pkg2 ...]" msgstr "" #. type: textblock #: man/apt-src.pod:11 msgid "B<apt-src> S<I<location>> pkg" msgstr "" #. type: =head1 #: man/apt-src.pod:13 msgid "DESCRIPTION" msgstr "" #. type: textblock #: man/apt-src.pod:15 msgid "" "B<apt-src> is a command line interface for downloading, installing, " "upgrading, and tracking debian source packages. It can be run as a normal " "user, or as root." msgstr "" #. type: textblock #: man/apt-src.pod:19 msgid "" "Unlike binary packages, source packages are not installed into a canonical " "location. Instead, they are \"installed\" by unpacking their source tree " "into a directory, which can be anywhere you wish. A source package can be " "installed multiple times, in different locations. This program manages " "source packages installed in this way, and provides querying facilities to " "help find where a source package is installed." msgstr "" #. type: textblock #: man/apt-src.pod:26 msgid "" "Unless the -h or --help option is given one of the commands below must be " "present." msgstr "" #. type: =item #: man/apt-src.pod:31 msgid "update" msgstr "" #. type: textblock #: man/apt-src.pod:33 msgid "" "Update the lists of available packages. Identical to B<apt-get update>, " "really, and must be run as root in the default configuration." msgstr "" #. type: =item #: man/apt-src.pod:36 msgid "install" msgstr "" #. type: textblock #: man/apt-src.pod:38 msgid "" "Install the named source package or packages into the current directory. If " "a package in the current directory is already installed, it will attempt to " "upgrade it." msgstr "" #. type: textblock #: man/apt-src.pod:42 msgid "" "This command will accept the names of binary packages, or source packages. " "Just like with B<apt-get install>, you can prefix the name with =version or " "/release to specify what version to install or what release to take the " "source from." msgstr "" #. type: textblock #: man/apt-src.pod:47 msgid "" "It will make sure that the build-dependencies of the source package are " "satisfied." msgstr "" #. type: textblock #: man/apt-src.pod:50 msgid "" "If the --location option is given, the source package will be installed or " "upgraded into the given I<location> instead of the current directory." msgstr "" #. type: textblock #: man/apt-src.pod:53 man/apt-src.pod:67 msgid "" "If the --build option is given, each newly installed or upgraded package " "will be compiled." msgstr "" #. type: =item #: man/apt-src.pod:56 msgid "upgrade" msgstr "" #. type: textblock #: man/apt-src.pod:58 msgid "" "Upgrade all installed source packages, or, if the --location or --here " "options are used, update only source packages in the specified directory." msgstr "" #. type: textblock #: man/apt-src.pod:61 msgid "" "If the --patch option is given (the default), B<apt-src> will attempt to " "generate a patch containing any local changes made to the source package, " "and will apply this patch to the updated tree. This will allow your local " "changes to be preserved across package upgrades, but it may not always work, " "and you might sometimes have to merge in your changes by hand." msgstr "" #. type: =item #: man/apt-src.pod:70 msgid "remove" msgstr "" #. type: textblock #: man/apt-src.pod:72 msgid "" "Remove the named source package or packages. The --location and --here " "options may be used to only remove packages in a particular directory." msgstr "" #. type: =item #: man/apt-src.pod:75 msgid "build" msgstr "" #. type: textblock #: man/apt-src.pod:77 msgid "" "Build the specified source or sources. If the source is not installed yet, " "it will first be installed." msgstr "" #. type: =item #: man/apt-src.pod:80 msgid "clean" msgstr "" #. type: textblock #: man/apt-src.pod:82 msgid "" "Clean the trees of the named source package or packages. The --location and " "--here options may be used to only clean packages in a particular directory." msgstr "" #. type: =item #: man/apt-src.pod:85 msgid "import" msgstr "" #. type: textblock #: man/apt-src.pod:87 msgid "" "Use this option to let B<apt-src> know about an existing, unpacked source " "tree. Besides the name under which it should be imported, you must specify " "the I<location> of the source tree (with --location), and you may need to " "tell the version of the source (with --version). Don't expect the build " "command to work on this source, unless it has a debian/ directory." msgstr "" #. type: =item #: man/apt-src.pod:93 msgid "list" msgstr "" #. type: textblock #: man/apt-src.pod:95 msgid "" "With no other parameters, it will list all installed source packages; their " "status, and the directory they are installed in. If a package's name is " "given, it will display only installed instances of that source package. If " "the --location or --here options are used, they will limit the list to " "packages in the specified directory." msgstr "" #. type: =item #: man/apt-src.pod:101 msgid "location" msgstr "" #. type: textblock #: man/apt-src.pod:103 msgid "" "Takes a single parameter; the name of a source package. If the package is " "installed, it will return the root of the package's source tree." msgstr "" #. type: textblock #: man/apt-src.pod:106 msgid "" "This command can be used when you need to include files from another source " "package, or something like that. For example:" msgstr "" #. type: verbatim #: man/apt-src.pod:109 #, no-wrap msgid "" " -I`apt-src location pkg`\n" "\n" msgstr "" #. type: =item #: man/apt-src.pod:111 msgid "version" msgstr "" #. type: textblock #: man/apt-src.pod:113 msgid "" "Takes a single parameter; the name of a source package. If the package is " "installed, it will return the version of the package that is installed." msgstr "" #. type: =item #: man/apt-src.pod:116 msgid "name" msgstr "" #. type: textblock #: man/apt-src.pod:118 msgid "" "Takes a single parameter; the name of a source package (may be specified " "with regexps). Returns the name of the source package installed matching " "that name, if any." msgstr "" #. type: =head1 #: man/apt-src.pod:124 msgid "OPTIONS" msgstr "" #. type: textblock #: man/apt-src.pod:126 msgid "" "All command line options may be set using the configuration file, the " "descriptions indicate the configuration option to set. For boolean options " "you can override the defaults file by using something like -f-, --no-f, " "-f=no or several other variations." msgstr "" #. type: =item #: man/apt-src.pod:133 msgid "B<-h>, B<--help>" msgstr "" #. type: textblock #: man/apt-src.pod:135 msgid "Show a help text." msgstr "" #. type: =item #: man/apt-src.pod:137 msgid "B<-b>, B<--build>, B<--compile>" msgstr "" #. type: textblock #: man/apt-src.pod:139 msgid "" "Build source packages after installing or upgrading them. Configuration " "Item: APT::Src::Compile." msgstr "" #. type: =item #: man/apt-src.pod:142 msgid "B<-i>, B<--installdebs>" msgstr "" #. type: textblock #: man/apt-src.pod:144 msgid "" "Install packages after building sources. Implies --build. Configuration " "Item: APT::Src::InstallDebs" msgstr "" #. type: textblock #: man/apt-src.pod:147 msgid "" "Note that if multiple packages are generated from a single source package, " "they will all be installed." msgstr "" #. type: =item #: man/apt-src.pod:150 msgid "B<-p>, B<--patch>" msgstr "" #. type: textblock #: man/apt-src.pod:152 msgid "" "Try to patch local changes into new source tree when upgrading. On by " "default, use --no-p to disable. Configuration Item: APT::Src::Patch." msgstr "" #. type: =item #: man/apt-src.pod:156 msgid "B<-l>, B<--location>" msgstr "" #. type: textblock #: man/apt-src.pod:158 msgid "" "Specify a directory; only operate on packages in that directory. " "Configuration Item: APT::Src::Location." msgstr "" #. type: =item #: man/apt-src.pod:161 msgid "B<-c>, B<--cwd>, B<--here>" msgstr "" #. type: textblock #: man/apt-src.pod:163 msgid "" "Only operate on packages in the current directory. Configuration Item: " "APT::Src::Here." msgstr "" #. type: =item #: man/apt-src.pod:166 msgid "B<--upstream-version>" msgstr "" #. type: textblock #: man/apt-src.pod:168 msgid "" "Only of use with the version command; makes it omit the debian version " "number from the version of the package output." msgstr "" #. type: =item #: man/apt-src.pod:171 msgid "B<-k>, B<--keep-built>" msgstr "" #. type: textblock #: man/apt-src.pod:173 msgid "" "Do not delete .debs and other built files after installing them with the " "--installdebs option. Configuration Item: APT::Src::KeepBuilt" msgstr "" #. type: =item #: man/apt-src.pod:177 msgid "B<-n>, B<--no-delete-source>" msgstr "" #. type: textblock #: man/apt-src.pod:179 msgid "" "Do not delete source files when removing source package. Configuration " "Item: APT::Src:NoDeleteSource" msgstr "" #. type: =item #: man/apt-src.pod:182 msgid "B<--version>" msgstr "" #. type: textblock #: man/apt-src.pod:184 msgid "Specify a source tree version. Of use with the import command." msgstr "" #. type: =item #: man/apt-src.pod:186 msgid "B<-q>, B<--quiet>" msgstr "" #. type: textblock #: man/apt-src.pod:188 msgid "" "Direct all command output to I</dev/null> unless a command fails to run as " "expected. Configuration item: APT::Src::Quiet" msgstr "" #. type: =item #: man/apt-src.pod:191 msgid "B<-t>, B<--trace>" msgstr "" #. type: textblock #: man/apt-src.pod:193 msgid "Output each command as it is run. Configuration item: APT::Src::Trace" msgstr "" #. type: textblock #: man/apt-src.pod:197 msgid "" "In addition to the above options, some less-used configuration items may " "only be specified in the config files, I</etc/apt/apt.conf> and " "I<~/.apt-src/config>. They are:" msgstr "" #. type: =item #: man/apt-src.pod:203 msgid "APT::Src::BuildCommand" msgstr "" #. type: textblock #: man/apt-src.pod:205 msgid "" "The command to use to build a tree. Run in the tree to build, it defaults to " "\"B<dpkg-buildpackage -b -us -uc>\", with \"-rfakeroot\" appended for " "non-root users." msgstr "" #. type: =item #: man/apt-src.pod:208 msgid "APT::Src::RootCommand" msgstr "" #. type: textblock #: man/apt-src.pod:210 msgid "" "The command to use if a non-root user needs to become root. This is used " "for, example, to satisfy build-deps. L<sudo(8)> is a good choice and the " "default. If you want to use L<su(1)>, you'll need to set it to \"B<su " "-c>\"." msgstr "" #. type: =item #: man/apt-src.pod:214 msgid "APT::Src::BuildDeps" msgstr "" #. type: textblock #: man/apt-src.pod:216 msgid "" "Controls whether B<apt-src> makes sure a source package's build dependencies " "are installed when installing or upgrading it. Defaults to true, if you turn " "it off, packages may fail to build due to missing build dependencies." msgstr "" #. type: =head1 #: man/apt-src.pod:225 msgid "NOTE ON NAMES" msgstr "" #. type: textblock #: man/apt-src.pod:227 msgid "" "You can use either binary package names, or source package names when " "installing a new source package." msgstr "" #. type: textblock #: man/apt-src.pod:230 msgid "" "The rest of the time, when dealing with already installed packages, you " "currently have to use the source package names (this may later change). " "However, you may use regexps as part of the names." msgstr "" #. type: =head1 #: man/apt-src.pod:234 msgid "ENVIRONMENT" msgstr "" #. type: textblock #: man/apt-src.pod:236 msgid "This program sets APT_SRC_BUILD when it is building a package." msgstr "" #. type: =head1 #: man/apt-src.pod:238 msgid "EXAMPLES" msgstr "" #. type: textblock #: man/apt-src.pod:240 msgid "" "To install the source to L<mutt(1)> to I</usr/src>, build it, and install " "the resulting debs:" msgstr "" #. type: verbatim #: man/apt-src.pod:243 #, no-wrap msgid "" " apt-src install --location=/usr/src -i mutt\n" "\n" msgstr "" #. type: textblock #: man/apt-src.pod:245 msgid "" "To track changes to said installed L<mutt(1)> source package, and install " "debs whenever a new version comes out:" msgstr "" #. type: verbatim #: man/apt-src.pod:248 #, no-wrap msgid "" " apt-src install -i mutt\n" "\n" msgstr "" #. type: textblock #: man/apt-src.pod:250 msgid "" "To install a local copy of package foo, which you are going to apply a local " "patch to:" msgstr "" #. type: verbatim #: man/apt-src.pod:253 #, no-wrap msgid "" " apt-src install foo\n" " cd foo-version\n" " patch <~/my-foo-patch\n" " apt-src build --installdebs foo\n" " \n" msgstr "" #. type: textblock #: man/apt-src.pod:258 msgid "" "To upgrade your local copy of foo, bringing your patch forward, and building " "and installing new debs:" msgstr "" #. type: verbatim #: man/apt-src.pod:261 #, no-wrap msgid "" " apt-src install -i foo\n" "\n" msgstr "" #. type: textblock #: man/apt-src.pod:263 msgid "" "To import the source tree in I</usr/src/linux>, which you unpacked from a " "www.kernel.org tarball (or from the kernel-source package) into B<apt-src>, " "so it knows about it:" msgstr "" #. type: verbatim #: man/apt-src.pod:267 #, no-wrap msgid "" " apt-src import kernel --location=/usr/src/linux --version=2.4.18\n" " \n" msgstr "" #. type: textblock #: man/apt-src.pod:269 msgid "" "In a I<debian/rules> of a kernel module package that needs to figure out if " "it is being built by B<apt-src>, and if so set the KVERS, KSRC and KDREV " "variables that L<make-kpkg(1)> used to set:" msgstr "" #. type: verbatim #: man/apt-src.pod:273 #, no-wrap msgid "" " ifdef APT_SRC_BUILD\n" " KDREV=$(shell apt-src version kernel\\(-source.\\*\\)\\?)\n" " KSRC=$(shell apt-src location kernel\\(-source.\\*\\)\\?)\n" " KVERS=$(shell apt-src name kernel\\(-source.\\*\\)\\? | sed " "s/kernel-source-//)\n" " endif\n" " \n" msgstr "" #. type: =head1 #: man/apt-src.pod:279 msgid "FILES" msgstr "" #. type: =item #: man/apt-src.pod:283 msgid "/etc/apt/sources.list" msgstr "" #. type: textblock #: man/apt-src.pod:285 msgid "Locations to fetch packages from." msgstr "" #. type: =item #: man/apt-src.pod:287 msgid "~/.apt-src/status" msgstr "" #. type: textblock #: man/apt-src.pod:289 msgid "B<apt-src>'s status file, lists installed packages." msgstr "" #. type: =item #: man/apt-src.pod:291 msgid "/etc/apt/apt.conf" msgstr "" #. type: textblock #: man/apt-src.pod:293 msgid "Global config file for B<apt-src> (and L<apt(8)>)." msgstr "" #. type: =item #: man/apt-src.pod:295 msgid "~/.apt-src/config" msgstr "" #. type: textblock #: man/apt-src.pod:297 msgid "Per-user config file for B<apt-src>." msgstr "" #. type: =head1 #: man/apt-src.pod:301 msgid "SEE ALSO" msgstr "" #. type: textblock #: man/apt-src.pod:303 msgid "L<apt-get(8)>, L<sources.list(5)>, L<dpkg-source(1)>" msgstr "" #. type: =head1 #: man/apt-src.pod:305 msgid "AUTHOR" msgstr "" #. type: textblock #: man/apt-src.pod:307 msgid "Copyright 2002 Joey Hess <joeyh@debian.org>" msgstr "" #. type: textblock #: man/apt-src.pod:309 msgid "" "This is free software; see the GNU General Public Licence version 2 or later " "for copying conditions. There is NO warranty." msgstr ""
Attachment:
signature.asc
Description: PGP signature