Browsing German translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and German guidelines.
1928 of 654 results
19.
Commands:
--get <flag> output the requested flag to stdout.
--origin <flag> output the origin of the flag to stdout:
value is one of vendor, system, user, env.
--status output a synopsis with all parameters affecting the
program behavior, the resulting flags and their origin.
--query like --status, but in deb822 format.
--query-features <area>
output the status of features for the given area.
--list output a list of the flags supported by the current vendor.
--export=(sh|make|cmdline|configure)
output something convenient to import the compilation
flags in a shell script, in make, or in a command line.
--dump output all compilation flags with their values.
--help show this help message.
--version show the version.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Befehle:
--get <Schalter> den angegebenen Schalter nach Stdout ausgeben
--origin <Schalter> die Quelle des Schalters nach Stdout ausgeben,
mögliche Werte: vendor, system, user, env
--status eine Zusammenfassung aller Parameter ausgeben, die das
Verhalten des Programms, die daraus entstehenden
Schalter und ihre Quelle angeben
--query wie --status, aber in deb822-Format.
--query-features <Bereich>
den Status der Funktionalitäten für den übergebenen
Bereich ausgeben
--list eine Liste der vom aktuellen Lieferanten (Vendor)
unterstützen Schalter ausgeben
--export=(sh|make|configure)
etwas praktisches ausgeben, um die Kompilierschalter
in einem Shell-Skript, in Make oder auf der
Befehlszeile zu importieren
--dump alle Kompilierschalter mit ihren Werten ausgeben
--help diese Hilfemeldung anzeigen
--version die Version anzeigen
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildflags.pl
20.
two commands specified: --%s and --%s
zwei Befehle angegeben: --%s und --%s
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildflags.pl scripts/dpkg-source.pl scripts/dpkg-vendor.pl
21.
%s needs a parameter
%s benötigt einen Parameter
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildflags.pl scripts/dpkg-vendor.pl
22.
Usage: %s [<option>...]
Aufruf: %s [<Option> …]
Translated by Helge Kreutzmann
Reviewed by Torsten Franz
In upstream:
Aufruf: %s [<Option>...]
Suggested by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl scripts/dpkg-genbuildinfo.pl scripts/dpkg-genchanges.pl scripts/dpkg-gencontrol.pl scripts/dpkg-gensymbols.pl scripts/dpkg-parsechangelog.pl
23.
Options:
--build=<type>[,...] specify the build <type>: full, source, binary,
any, all (default is 'full').
-F, --build=full normal full build (source and binary; default).
-g, --build=source,all source and arch-indep build.
-G, --build=source,any source and arch-specific build.
-b, --build=binary binary-only, no source files.
-B, --build=any binary-only, only arch-specific files.
-A, --build=all binary-only, only arch-indep files.
-S, --build=source source-only, no binary files.
-nc, --no-pre-clean do not pre clean source tree (implies -b).
--pre-clean pre clean source tree (default).
--no-post-clean do not post clean source tree (default).
-tc, --post-clean post clean source tree.
--sanitize-env sanitize the build environment.
-D, --check-builddeps check build dependencies and conflicts (default).
-d, --no-check-builddeps do not check build dependencies and conflicts.
--ignore-builtin-builddeps
do not check builtin build dependencies.
-P, --build-profiles=<profiles>
assume comma-separated build <profiles> as active.
--rules-requires-root assume legacy Rules-Requires-Root field value.
-R, --rules-file=<rules> rules file to execute (default is debian/rules).
-T, --rules-target=<target> call debian/rules <target>.
--as-root ensure -T calls the target with root rights.
-j, --jobs[=<jobs>|auto] jobs to run simultaneously (passed to <rules>),
(default; default is auto, opt-in mode).
-J, --jobs-try[=<jobs>|auto]
alias for -j, --jobs.
--jobs-force[=<jobs>|auto]
jobs to run simultaneously (passed to <rules>),
(default is auto, forced mode).
-r, --root-command=<command>
command to gain root rights (default is fakeroot).
--check-command=<command>
command to check the .changes file (no default).
--check-option=<opt> pass <opt> to check <command>.
--hook-<name>=<command> set <command> as the hook <name>, known hooks:
preinit init preclean source build binary
buildinfo changes postclean check sign done
--buildinfo-file=<file> set the .buildinfo filename to generate.
--buildinfo-option=<opt>
pass option <opt> to dpkg-genbuildinfo.
--changes-file=<file> set the .changes filename to generate.
--sign-backend=<backend>
OpenPGP backend to use to sign
(default is auto).
-p, --sign-command=<command>
command to sign .dsc and/or .changes files
(default is gpg).
--sign-keyfile=<file> the key file to use for signing.
-k, --sign-keyid=<keyid> the key id to use for signing.
--sign-key=<keyid> alias for -k, --sign-keyid.
-ap, --sign-pause add pause before starting signature process.
-us, --unsigned-source unsigned source package.
-ui, --unsigned-buildinfo unsigned .buildinfo file.
-uc, --unsigned-changes unsigned .buildinfo and .changes file.
--no-sign do not sign any file.
--force-sign force signing the resulting files.
--admindir=<directory> change the administrative directory.
-?, --help show this help message.
--version show the version.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Optionen:
--build=<Typ>[,…] legt den Bau-<Typ> fest: full, source, binary, any,
all (Vorgabe ist »full«)
-F, --build=full normaler kompletter Bau (Quellen und Binärdateien,
Standard)
-g, --build=source,all Quell- und Architektur-unabhängiger Bau
-G, --build=source,any Quell- und Architektur-abhängiger Bau
-b, --build=binary nur binär, keine Quelldateien
-B, --build=any nur binär, nur Architektur-spezifische-Dateien
-A, --build=all nur binär, nur Architektur-indep-Dateien
-S, --build=source nur Quelle, keine Binärdateien
-nc, --no-pre-clean Quellbaum vorab nicht säubern (impliziert -b)
--pre-clean Quellbaum vorab säubern (Standard)
--no-post-clean Quellbaum nicht abschließend säubern (Standard).
-tc, --post-clean Quellbaum abschließend säubern.
--sanitize-env die Bauumgebung bereinigen.
-D, --check-builddeps
Bauabhängigkeiten und -konflikte prüfen (Standard)
-d, --no-check-builddeps Bauabhängigkeiten und -konflikte nicht prüfen
--ignore-builtin-builddeps
eingebaute Bauabhängigkeiten nicht prüfen
-P, --build-profiles=<Profile>
Kommata-getrennte übergebene Bau-<Profile> als aktiv
annehmen
--rules-requires-root
alten Feldwert »Rules-Requires-Root« annehmen
-R, --rules-file=<rules>
auszuführende rules-Datei (Vorgabe: debian/rules)
-T, --rules-target=<Ziel>
debian/rules <Ziel> mit der korrekten Umgebung aufrufen
--as-root sicherstellen, dass -T das Ziel mit root-Rechten aufruft
-j, --jobs[=<Aufträge>|auto]
Aufträge, die simultan laufen sollen (an <rules>
weitergegeben) (Vorgabe; Vorgabe ist auto,
Opt-In-Modus)
-J, --jobs-try[=<Aufträge>|auto]
Alias für -j, --jobs.
--jobs-force[=<Aufträge>|auto]
Aufträge, die simultan laufen sollen (an <rules> weitergegeben); (Vorgabe ist auto; erzwungener
Modus)
-r, --root-command=<Befehl>
Befehl, um root-Rechte zu erhalten (standardmäßig
fakeroot)
--check-command=<Befehl>
Befehl, um die .changes-Datei zu prüfen (keine Vorgabe)
--check-option=<Opt>
<Opt> an check-<Befehl> übergeben
--hook-<Name>=<Befehl>
<Befehl> als Hook-<Name> setzen, bekannte Hooks:
preinit init preclean source build binary buildinfo
changes postclean check sign done
--buildinfo-file=<Datei>
den zu erstellenden .buildinfo-Dateinamen setzen
--buildinfo-option=<Opt>
Option <Opt> an dpkg-genbuildinfo übergeben
--changes-file=<Datei>
den zu erstellenden .changes-Dateinamen setzen
--sign-backend=<Backend>
Zum Signieren zu verwendendes OpenPGP-Backend
(Vorgabe ist auto).
-p, --sign-command=<Befehl>
Befehl, um .dsc- und/oder .changes-Dateien zu signieren
(standardmäßig gpg)
--sign-keyfile=<Datei>
der zum Signieren zu verwendende Schlüssel.
-k, --sign-keyid=<Schlüsselkennung>
die zum Signieren zu verwendende Schlüsselkennung.
--sign-key=<Schlüsselkennung>
Alias für -k, --sign-keyid.
-ap, --sign-pause Pause vor Beginn des Signaturprozesses einfügen
-us, --unsigned-source
unsigniertes Quellpaket
-ui, --unsigned-buildinfo
nicht signierte .buildinfo-Datei
-uc, --unsigned-changes
unsignierte .buildinfo- und .changes-Datei
--no-sign keine Datei signieren
--force-sign Erzwingen des Signierens der entstehenden Dateien
--admindir=<Verz> das administrative Verzeichnis ändern
-?, --help diese Hilfemeldung anzeigen
--version die Version anzeigen
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl
24.
Options passed to dpkg-architecture:
-a, --host-arch <arch> set the host Debian architecture.
-t, --host-type <type> set the host GNU system type.
--target-arch <arch> set the target Debian architecture.
--target-type <type> set the target GNU system type.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Optionen, die an dpkg-architecture weitergegeben werden:
-a, --host-arch <Arch> setzt die Host-Debian-Architektur.
-t, --host-type <Typ> setzt den Host-GNU-Systemtyp.
--target-arch <Arch> setzt die Ziel-Debian-Architektur.
--target-type <Typ> setzt den Ziel-GNU-Systemtyp.
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl
25.
Options passed to dpkg-genchanges:
-si source includes orig, if new upstream (default).
-sa source includes orig, always.
-sd source is diff and .dsc only.
-v<version> changes since version <version>.
-m, --source-by=<maint> maintainer for this source or build is <maint>.
--build-by=<maint> ditto.
-e, --release-by=<maint> maintainer for this change or release is <maint>.
--changed-by=<maint> ditto.
-C<descfile> changes are described in <descfile>.
--changes-option=<opt> pass option <opt> to dpkg-genchanges.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Optionen, die an Dpkg-Genchanges weitergegeben werden:
-si Quelle enthält Orig. falls neues Upstream, Standard
-sa Quelle enthält immer Orig
-sd Quelle ist nur diff und .dsc
-v<Version> Änderungen seit Version <Version>
-m, --source-by=<Betr> <Betr> ist Betreuer für diese Quellen oder diesen Bau.
--build-by=<Betr> dito.
-e, --release-by=<Betr> <Betr> ist Betreuer für Änderung oder Veröffentlichung.
--changed-by=<Betr> dito.
-C<Desc-Datei> Änderungen sind in <Desc-Datei> beschrieben
--changes-option=<Opt>
<Opt> an Dpkg-Genchanges weitergeben
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl
26.
Options passed to dpkg-source:
-sn force Debian native source format.
-s[sAkurKUR] see dpkg-source for explanation.
-z, --compression-level=<level>
compression level to use for source.
-Z, --compression=<compressor>
compression to use for source (gz|xz|bzip2|lzma).
-i, --diff-ignore[=<regex>] ignore diffs of files matching <regex>.
-I, --tar-ignore[=<pattern>]
filter out files when building tarballs.
--source-option=<opt> pass option <opt> to dpkg-source.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Optionen, die an Dpkg-Source weitergegeben werden:
-sn »Debian native«-Quellformat erzwingen
-s[sAkurKUR] siehe dpkg-source für Erklärung
-z, --compression-level=<Stufe> Kompressionsstufe für Quelle
-Z, --compression=<Komprimierer> Kompression für Quelle (gz|xz|bzip2|lzma)
-i, --diff-ignore[=<Regaus>] Diffs von auf <Regaus> passenden Dateien ignorieren
-I, --tar-ignore[=<Muster>] Dateien beim Tarball-Bauen herausfiltern
--source-option=<Opt> <Opt> an Dpkg-Source weitergeben
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl
27.
missing .buildinfo filename
fehlender .buildinfo-Dateiname
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl
28.
passing %s via %s is not supported; please use %s instead
übergeben von %s mittels %s wird nicht unterstützt; verwenden Sie stattdessen »%s«
Translated by Helge Kreutzmann
Located in scripts/dpkg-buildpackage.pl
1928 of 654 results

This translation is managed by Ubuntu German Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Dan Cooper, Helge Kreutzmann, Mathias Becher, Torsten Franz.