~ubuntu-branches/debian/experimental/dpkg/experimental

« back to all changes in this revision

Viewing changes to man/po/hu.po

  • Committer: Package Import Robot
  • Author(s): Guillem Jover, Guillem Jover, Raphaël Hertzog, Jonathan Nieder, Helge Kreutzmann, Updated dpkg translations, Updated scripts translations, Updated man page translations, Updated dselect translations
  • Date: 2012-02-05 23:39:40 UTC
  • Revision ID: package-import@ubuntu.com-20120205233940-11uctkj99dn235bm
Tags: 1.16.2~wipmultiarch
This is a WIP release, command line interfaces *will* change.

[ Guillem Jover ]
* Move <config.h> and <compat.h> to the top of trigdeferred.l to properly
  use the configured features and compat code.
* Honour --disable-nls when the system lacks obstack support, by updating
  the obstack compat module from gnulib.
* Link the libdpkg unit tests with libcompat and libintl, so that systems
  needing them will compile correctly.
* Check for the presence of the strnlen declaration and correctly provide
  the compat one in case the systems lacks it.
* Do not assume existence of paths on the build system in the test suite.
* Do not fail to link dselect on MacOS X when using --disable-nls.
* Remove versioned coreutils Pre-Depends from dpkg due to the ancient
  md5sum transition. Reported by Bill Allombert <ballombe@debian.org>.
  Closes: #643746
* Change dpkg-architecture to only compute the requested variables. This:
  - Fixes the bootstrapping problem, as the dpkg build system only needs
    the host architecture, for which dpkg itself is not required.
  - Reduces the amount of work performed, including loading and parsing
    unnecessary table files or calling either of gcc or dpkg programs.
* Improve error message in dpkg-gencontrol and dpkg-gensymbols when
  debian/control does not have any package stanza. Closes: #642473
  Based on a patch by Kyle Willmon <kylewillmon@gmail.com>.
* Add Pre-Depends on tar >= 1.23 (satisfied in stable) to dpkg due to it
  using the ‘--warning=no-timestamp’ option. Closes: #642802
* Do not segfault on GNU/Linux when dpkg cannot retrieve the block size
  for the filesystem containing the info database. LP: #872734
* Fix two memory leaks per tar entry in the tar extractor used on unpack.
* Mark dpkg and dselect as Multi-Arch foreign.
  Reported by Steve Langasek <vorlon@debian.org>.
* Mark dpkg-dev and libdpkg-perl as Multi-Arch foreign. Closes: #648217
  Thanks to Colin Watson <cjwatson@ubuntu.com>.
* Add new deb-origin.5 man page. Closes: #608884
  Thanks to Matt Kraai <kraai@ftbfs.org>.
* Return correct status on start-stop-daemon --status when using --pidfile.
* Treat dpkg-deb compression level independently for each backend. This
  has the effect of changing the current behaviour for level 0 on all
  compressors except gzip.
* Add new dpkg-deb -S option to specify the compression strategy. The only
  currently supported value is “extreme” for xz. Closes: #647915
* Stop using brace expansion to install man pages by using dh_installman
  instead of dh_install, the former does not abort on empty glob expansion.
* Do not use absolute paths for programs in perl and shell code.
* Add missing ‘*’ in asprintf() and vasprintf() compat declarations.
* Add support for virtual output binary:Summary and db:Status-Abbrev fields.
  Closes: #192619, #427945
* Add support for virtual output source:Package and source:Version fields.
  Closes: #653575
* Use a different temporary file per process on libcompat's vsnprintf()
  function to avoid race conditions from children after fork(3).
  Reported by Daniel Ruoso <daniel@ruoso.com>. Closes: #655411
* Fix start-stop-daemon --exec and --name options on FreeBSD, NetBSD and
  OpenBSD by swapping the process matching implementations.
* Fix start-stop-daemon --name option on GNU/Hurd to match the process name.
* Document in more detail the implications of start-stop-daemon matching
  options. Closes: #367608
* Improve and clarify dpkg-shlibdeps superfluous linking warning messages.
  Based on a patch by Peter Eisentraut <petere@debian.org>. Closes: #656496

[ Raphaël Hertzog ]
* Update Dpkg::Shlibs to look into multiarch paths when cross-building
  too. Closes: #595144
* Rewrite architecture.mk with explicit loops instead of duplicating many
  similar lines. Based on a patch by Thorsten Glaser <tg@mirbsd.de>.
* Modify dpkg-gencontrol and dpkg-distaddfile to grab a write lock
  on debian/control before updating debian/files to avoid simultaneous
  updates. Closes: #642608
  Add libfile-fcntllock-perl to dpkg-dev's Depends since we use this module
  to handle the locking.
* Update dpkg-gensymbols(1) to clarify that -e accepts shell patterns
  expansions and not regular expressions. And let dpkg-gensymbols output a
  warning when a pattern doesn't match any file. Closes: #649248
* Add new option "-a <arch>" to dpkg-checkbuilddeps to check build
  dependencies for another architecture. This is really basic for now since
  it assumes all build dependencies must be satisfied on the listed
  architecture. Closes: #648180 Thanks to Colin Watson for the patch.
* Error out if a dpkg database .list file is not a regular file. LP: #369898
* Fix dpkg-mergechangelogs to not error out on invalid versions.
  Closes: #651993
* Fix dpkg-source --commit on "3.0 (quilt)" when an explicit patch file
  is given with a relative filename. Closes: #652414
* Further clarify in dpkg-source(1) the conditions under which it's possible
  to pass an explicit patch file to dpkg-source --commit.
* Add new --query-features command to dpkg-buildflags. Thanks to Kees Cook
  for the patch. Closes: #651481
* Fix description of Multi-Arch in deb-control(5). Closes: #654453
  Thanks to Jakub Wilk for spotting the mistake.
* Drop misleading spaces in deb-symbols(5) in the format description.
* Clean up dpkg-architecture(1) dropping useless information and
  adding a reference to /usr/share/dpkg/architecture.mk.
* Update dpkg-buildpackage to use the "build-arch" (for -B) and
  "build-indep" (for -A) targets unless "make -qn" says that they do not
  exist. Closes: #229357

[ Jonathan Nieder ]
* Bump po4a version in Build-Depends to 0.41, since earlier versions do
  not handle --srcdir correctly. Closes: #644370

[ Helge Kreutzmann ]
* Fix a typo in man/dpkg-deb.1.

[ Updated dpkg translations ]
* German (Sven Joachim).
* Italian (Milo Casagrande). Closes: #627832, #657849
* Swedish (Peter Krefting).
* French (Christian Perrier)

[ Updated scripts translations ]
* German (Helge Kreutzmann).
* Spanish (Omar Campagne). Closes: #636238
* Swedish (Peter Krefting).

[ Updated man page translations ]
* German (Helge Kreutzmann), including typo fix in dpkg-genchanges 
  Closes: #646496, sub optimal translation of package states LP: #368783
  and an fix by Chris Leick
* Japanese (TAKAHASHI Motonobu).
* Spanish (Omar Campagne). Closes: #643969
* Swedish (Peter Krefting).
* Minor errors corrected in French (thanks to David Prévot)
* Fix translation of -B and -A options of dpkg-buildpackage.
  Thanks to Vincent Danjean. Closes: #654626

[ Updated dselect translations ]
* Dutch (Jeroen Schot). Closes: #651813

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
msgid ""
6
6
msgstr ""
7
7
"Project-Id-Version: \n"
8
 
"POT-Creation-Date: 2012-01-31 22:04+0100\n"
 
8
"POT-Creation-Date: 2012-02-05 23:28+0100\n"
9
9
"PO-Revision-Date: 2010-03-07 22:17+0100\n"
10
10
"Last-Translator: SZERVÁC Attila <sas@321.hu>\n"
11
11
"Language-Team: Hungarian\n"
24
24
 
25
25
#. type: TH
26
26
#: deb.5:1 deb-control.5:3 deb-src-control.5:3 deb-version.5:5 deb-old.5:1
27
 
#: deb-override.5:15 deb-symbols.5:2 deb-triggers.5:1 dpkg.1:1
28
 
#: dpkg-architecture.1:1 dpkg-buildpackage.1:1 dpkg-deb.1:1 dpkg-divert.8:1
29
 
#: dpkg-genchanges.1:1 dpkg-gencontrol.1:1 dpkg-gensymbols.1:2
 
27
#: deb-override.5:15 deb-symbols.5:2 deb-triggers.5:1 dpkg-buildpackage.1:1
 
28
#: dpkg-divert.8:1 dpkg-genchanges.1:1 dpkg-gencontrol.1:1 dpkg-gensymbols.1:2
30
29
#: dpkg-maintscript-helper.1:1 dpkg-mergechangelogs.1:1 dpkg-name.1:6
31
 
#: dpkg-parsechangelog.1:1 dpkg-query.1:1 dpkg-scanpackages.1:15
32
 
#: dpkg-scansources.1:1 dpkg-shlibdeps.1:1 dpkg-source.1:2 dpkg-trigger.1:1
33
 
#: dselect.1:1 update-alternatives.8:8
 
30
#: dpkg-parsechangelog.1:1 dpkg-scanpackages.1:15 dpkg-scansources.1:1
 
31
#: dpkg-source.1:2 dpkg-trigger.1:1 dselect.1:1 update-alternatives.8:8
34
32
#, fuzzy, no-wrap
35
33
msgid "2011-08-14"
36
34
msgstr "2006-02-28"
37
35
 
38
36
#. type: TH
39
37
#: deb.5:1 deb-control.5:3 deb-src-control.5:3 deb-split.5:1 deb-version.5:5
40
 
#: deb-old.5:1 deb-override.5:15 deb-extra-override.5:1 deb-shlibs.5:16
41
 
#: deb-substvars.5:2 deb-symbols.5:2 deb-triggers.5:1 dpkg.1:1
 
38
#: deb-old.5:1 deb-origin.5:1 deb-override.5:15 deb-extra-override.5:1
 
39
#: deb-shlibs.5:16 deb-substvars.5:2 deb-symbols.5:2 deb-triggers.5:1 dpkg.1:1
42
40
#: dpkg-architecture.1:1 dpkg.cfg.5:1 dpkg-buildflags.1:1
43
41
#: dpkg-buildpackage.1:1 dpkg-checkbuilddeps.1:1 dpkg-distaddfile.1:1
44
42
#: dpkg-deb.1:1 dpkg-divert.8:1 dpkg-genchanges.1:1 dpkg-gencontrol.1:1
53
51
 
54
52
#. type: TH
55
53
#: deb.5:1 deb-control.5:3 deb-src-control.5:3 deb-split.5:1 deb-version.5:5
56
 
#: deb-old.5:1 dselect.1:1
 
54
#: deb-old.5:1 deb-origin.5:1 dselect.1:1
57
55
#, no-wrap
58
56
msgid "Debian"
59
57
msgstr "Debian"
60
58
 
61
59
#. type: SH
62
60
#: deb.5:2 deb-control.5:4 deb-src-control.5:4 deb-split.5:2 deb-version.5:6
63
 
#: deb-old.5:2 deb-override.5:16 deb-extra-override.5:2 deb-shlibs.5:17
64
 
#: deb-substvars.5:3 deb-symbols.5:3 deb-triggers.5:2 dpkg.1:2
 
61
#: deb-old.5:2 deb-origin.5:2 deb-override.5:16 deb-extra-override.5:2
 
62
#: deb-shlibs.5:17 deb-substvars.5:3 deb-symbols.5:3 deb-triggers.5:2 dpkg.1:2
65
63
#: dpkg-architecture.1:2 dpkg.cfg.5:2 dpkg-buildflags.1:2
66
64
#: dpkg-buildpackage.1:2 dpkg-checkbuilddeps.1:2 dpkg-distaddfile.1:2
67
65
#: dpkg-deb.1:2 dpkg-divert.8:2 dpkg-genchanges.1:2 dpkg-gencontrol.1:2
81
79
 
82
80
#. type: SH
83
81
#: deb.5:4 deb-control.5:7 deb-src-control.5:7 deb-split.5:4 deb-version.5:9
84
 
#: deb-old.5:5 deb-override.5:19 deb-extra-override.5:5 deb-substvars.5:6
85
 
#: deb-symbols.5:6 deb-triggers.5:5 dpkg.1:5 dpkg-architecture.1:5
86
 
#: dpkg-buildflags.1:5 dpkg-buildpackage.1:5 dpkg-checkbuilddeps.1:5
87
 
#: dpkg-distaddfile.1:5 dpkg-deb.1:5 dpkg-divert.8:5 dpkg-genchanges.1:5
88
 
#: dpkg-gencontrol.1:5 dpkg-gensymbols.1:6 dpkg-maintscript-helper.1:5
89
 
#: dpkg-mergechangelogs.1:5 dpkg-name.1:10 dpkg-parsechangelog.1:5
90
 
#: dpkg-query.1:5 dpkg-scanpackages.1:19 dpkg-scansources.1:5
91
 
#: dpkg-shlibdeps.1:5 dpkg-source.1:6 dpkg-split.1:6 dpkg-statoverride.8:5
92
 
#: dpkg-trigger.1:5 dpkg-vendor.1:5 dselect.1:5 start-stop-daemon.8:5
93
 
#: update-alternatives.8:12
 
82
#: deb-old.5:5 deb-origin.5:4 deb-override.5:19 deb-extra-override.5:5
 
83
#: deb-substvars.5:6 deb-symbols.5:6 deb-triggers.5:5 dpkg.1:5
 
84
#: dpkg-architecture.1:5 dpkg-buildflags.1:5 dpkg-buildpackage.1:5
 
85
#: dpkg-checkbuilddeps.1:5 dpkg-distaddfile.1:5 dpkg-deb.1:5 dpkg-divert.8:5
 
86
#: dpkg-genchanges.1:5 dpkg-gencontrol.1:5 dpkg-gensymbols.1:6
 
87
#: dpkg-maintscript-helper.1:5 dpkg-mergechangelogs.1:5 dpkg-name.1:10
 
88
#: dpkg-parsechangelog.1:5 dpkg-query.1:5 dpkg-scanpackages.1:19
 
89
#: dpkg-scansources.1:5 dpkg-shlibdeps.1:5 dpkg-source.1:6 dpkg-split.1:6
 
90
#: dpkg-statoverride.8:5 dpkg-trigger.1:5 dpkg-vendor.1:5 dselect.1:5
 
91
#: start-stop-daemon.8:5 update-alternatives.8:12
94
92
#, no-wrap
95
93
msgid "SYNOPSIS"
96
94
msgstr "SZINOPSZIS"
102
100
 
103
101
#. type: SH
104
102
#: deb.5:6 deb-control.5:10 deb-src-control.5:10 deb-split.5:6
105
 
#: deb-version.5:11 deb-old.5:8 deb-override.5:22 deb-extra-override.5:8
106
 
#: deb-shlibs.5:20 deb-substvars.5:9 deb-symbols.5:9 deb-triggers.5:8
107
 
#: dpkg.1:19 dpkg-architecture.1:10 dpkg.cfg.5:5 dpkg-buildflags.1:9
108
 
#: dpkg-buildpackage.1:9 dpkg-checkbuilddeps.1:10 dpkg-distaddfile.1:9
109
 
#: dpkg-deb.1:9 dpkg-divert.8:10 dpkg-genchanges.1:10 dpkg-gencontrol.1:9
110
 
#: dpkg-gensymbols.1:10 dpkg-maintscript-helper.1:15 dpkg-mergechangelogs.1:9
111
 
#: dpkg-name.1:16 dpkg-parsechangelog.1:9 dpkg-query.1:9
112
 
#: dpkg-scanpackages.1:27 dpkg-scansources.1:13 dpkg-shlibdeps.1:9
113
 
#: dpkg-source.1:10 dpkg-split.1:10 dpkg-statoverride.8:9 dpkg-trigger.1:12
114
 
#: dpkg-vendor.1:9 dselect.1:9 dselect.cfg.5:5 start-stop-daemon.8:9
115
 
#: update-alternatives.8:16
 
103
#: deb-version.5:11 deb-old.5:8 deb-origin.5:6 deb-override.5:22
 
104
#: deb-extra-override.5:8 deb-shlibs.5:20 deb-substvars.5:9 deb-symbols.5:9
 
105
#: deb-triggers.5:8 dpkg.1:19 dpkg-architecture.1:10 dpkg.cfg.5:5
 
106
#: dpkg-buildflags.1:9 dpkg-buildpackage.1:9 dpkg-checkbuilddeps.1:10
 
107
#: dpkg-distaddfile.1:9 dpkg-deb.1:9 dpkg-divert.8:10 dpkg-genchanges.1:10
 
108
#: dpkg-gencontrol.1:9 dpkg-gensymbols.1:10 dpkg-maintscript-helper.1:15
 
109
#: dpkg-mergechangelogs.1:9 dpkg-name.1:16 dpkg-parsechangelog.1:9
 
110
#: dpkg-query.1:9 dpkg-scanpackages.1:27 dpkg-scansources.1:13
 
111
#: dpkg-shlibdeps.1:9 dpkg-source.1:10 dpkg-split.1:10 dpkg-statoverride.8:9
 
112
#: dpkg-trigger.1:12 dpkg-vendor.1:9 dselect.1:9 dselect.cfg.5:5
 
113
#: start-stop-daemon.8:9 update-alternatives.8:16
116
114
#, no-wrap
117
115
msgid "DESCRIPTION"
118
116
msgstr "LEÍRÁS"
217
215
msgstr ""
218
216
 
219
217
#. type: SH
220
 
#: deb.5:79 deb-control.5:271 deb-src-control.5:327 deb-split.5:49
221
 
#: deb-version.5:116 deb-old.5:51 deb-override.5:62 deb-extra-override.5:37
222
 
#: deb-shlibs.5:61 deb-substvars.5:154 deb-symbols.5:61 deb-triggers.5:67
223
 
#: dpkg.1:768 dpkg-architecture.1:299 dpkg.cfg.5:23 dpkg-buildpackage.1:249
224
 
#: dpkg-deb.1:259 dpkg-divert.8:132 dpkg-gensymbols.1:450 dpkg-name.1:96
225
 
#: dpkg-query.1:220 dpkg-scanpackages.1:110 dpkg-scansources.1:71
226
 
#: dpkg-shlibdeps.1:324 dpkg-source.1:725 dpkg-split.1:217
227
 
#: dpkg-statoverride.8:84 dpkg-trigger.1:66 dselect.1:445 dselect.cfg.5:23
228
 
#: update-alternatives.8:508
 
218
#: deb.5:79 deb-control.5:270 deb-src-control.5:327 deb-split.5:49
 
219
#: deb-version.5:116 deb-old.5:51 deb-origin.5:38 deb-override.5:62
 
220
#: deb-extra-override.5:37 deb-shlibs.5:61 deb-substvars.5:154
 
221
#: deb-symbols.5:61 deb-triggers.5:67 dpkg.1:785 dpkg-architecture.1:238
 
222
#: dpkg.cfg.5:23 dpkg-buildpackage.1:257 dpkg-deb.1:267 dpkg-divert.8:132
 
223
#: dpkg-gensymbols.1:451 dpkg-name.1:96 dpkg-query.1:236
 
224
#: dpkg-scanpackages.1:110 dpkg-scansources.1:71 dpkg-shlibdeps.1:327
 
225
#: dpkg-source.1:729 dpkg-split.1:217 dpkg-statoverride.8:84 dpkg-trigger.1:66
 
226
#: dpkg-vendor.1:48 dselect.1:445 dselect.cfg.5:23 update-alternatives.8:508
229
227
#, no-wrap
230
228
msgid "SEE ALSO"
231
229
msgstr "LÁSD MÉG"
273
271
"feldolgozásakor (kivéve a B<Description> mezőt, l. alább)."
274
272
 
275
273
#. type: SH
276
 
#: deb-control.5:25
 
274
#: deb-control.5:25 deb-origin.5:15
277
275
#, no-wrap
278
276
msgid "REQUIRED FIELDS"
279
277
msgstr "KÖTELEZŐ MEZŐK"
360
358
"üres sorai egy '.'-t kell tartalmazzanak a vezető szóköz után."
361
359
 
362
360
#. type: SH
363
 
#: deb-control.5:52
 
361
#: deb-control.5:52 deb-origin.5:19
364
362
#, no-wrap
365
363
msgid "OPTIONAL FIELDS"
366
364
msgstr "LEHETSÉGES MEZŐK"
514
512
msgstr "B<Source:> E<lt>forrás névE<gt>"
515
513
 
516
514
#. type: Plain text
517
 
#: deb-control.5:113
 
515
#: deb-control.5:112
518
516
msgid ""
519
517
"This field is used to indicate how this package should behave on a multi-"
520
518
"arch installations. The value B<same> means that the package is co-"
523
521
"means that the package is not co-installable with itself, but should be "
524
522
"allowed to satisfy the dependency of a package of a different arch from "
525
523
"itself. The value B<allowed> allows reverse-dependencies to indicate in "
526
 
"their Depends field that they need a package from a foreign architecture, "
527
 
"but has no effect otherwise. This field should not be present in packages "
528
 
"with the B<Architecture: all> field."
 
524
"their Depends field that they accept a package from a foreign architecture, "
 
525
"but has no effect otherwise."
529
526
msgstr ""
530
527
 
531
528
#. type: TP
532
 
#: deb-control.5:113
 
529
#: deb-control.5:112
533
530
#, fuzzy, no-wrap
534
531
#| msgid "B<Source:> E<lt>source nameE<gt>"
535
532
msgid "B<Source:>I< source-name>"
536
533
msgstr "B<Source:> E<lt>forrás névE<gt>"
537
534
 
538
535
#. type: Plain text
539
 
#: deb-control.5:117
 
536
#: deb-control.5:116
540
537
msgid ""
541
538
"The name of the source package that this binary package came from, if "
542
539
"different than the name of the package itself."
544
541
"Annak a forrás csomagnak a neve, ahonnan e bináris is származik, ha eltér."
545
542
 
546
543
#. type: TP
547
 
#: deb-control.5:118 deb-src-control.5:202
 
544
#: deb-control.5:117 deb-src-control.5:202
548
545
#, fuzzy, no-wrap
549
546
#| msgid "B<Architecture:> E<lt>arch|allE<gt>"
550
547
msgid "B<Subarchitecture:>I< value>"
551
548
msgstr "B<Architecture:> E<lt>arch|allE<gt>"
552
549
 
553
550
#. type: TP
554
 
#: deb-control.5:121 deb-src-control.5:205
 
551
#: deb-control.5:120 deb-src-control.5:205
555
552
#, fuzzy, no-wrap
556
553
msgid "B<Kernel-Version:>I< value>"
557
554
msgstr "B<Version:> E<lt>verzióE<gt>"
558
555
 
559
556
#. type: TP
560
 
#: deb-control.5:124 deb-src-control.5:208
 
557
#: deb-control.5:123 deb-src-control.5:208
561
558
#, fuzzy, no-wrap
562
559
msgid "B<Installer-Menu-Item:>I< value>"
563
560
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
564
561
 
565
562
#. type: Plain text
566
 
#: deb-control.5:131 deb-src-control.5:215
 
563
#: deb-control.5:130 deb-src-control.5:215
567
564
msgid ""
568
565
"These fields are used by the debian-installer and are usually not needed.  "
569
566
"See /usr/share/doc/debian-installer/devel/modules.txt from the B<debian-"
571
568
msgstr ""
572
569
 
573
570
#. type: TP
574
 
#: deb-control.5:132 deb-src-control.5:233
 
571
#: deb-control.5:131 deb-src-control.5:233
575
572
#, fuzzy, no-wrap
576
573
#| msgid "B<Depends:> E<lt>package listE<gt>"
577
574
msgid "B<Depends:>I< package-list>"
578
575
msgstr "B<Depends:> E<lt>csomag listaE<gt>"
579
576
 
580
577
#. type: Plain text
581
 
#: deb-control.5:143
 
578
#: deb-control.5:142
582
579
#, fuzzy
583
580
msgid ""
584
581
"List of packages that are required for this package to provide a non-trivial "
596
593
"lefuttatja a postinst és prerm parancsfájlokat."
597
594
 
598
595
#. type: TP
599
 
#: deb-control.5:143 deb-src-control.5:236
 
596
#: deb-control.5:142 deb-src-control.5:236
600
597
#, fuzzy, no-wrap
601
598
#| msgid "B<Pre-Depends:> E<lt>package listE<gt>"
602
599
msgid "B<Pre-Depends:>I< package-list>"
603
600
msgstr "B<Pre-Depends:> E<lt>csomag listaE<gt>"
604
601
 
605
602
#. type: Plain text
606
 
#: deb-control.5:150
 
603
#: deb-control.5:149
607
604
msgid ""
608
605
"List of packages that must be installed B<and> configured before this one "
609
606
"can be installed. This is usually used in the case where this package "
614
611
"előtti (preinst) parancsfájl lefuttatásához egy másik csomagot igényel "
615
612
 
616
613
#. type: TP
617
 
#: deb-control.5:150 deb-src-control.5:239
 
614
#: deb-control.5:149 deb-src-control.5:239
618
615
#, fuzzy, no-wrap
619
616
#| msgid "B<Recommends:> E<lt>package listE<gt>"
620
617
msgid "B<Recommends:>I< package-list>"
621
618
msgstr "B<Recommends:> E<lt>csomag listaE<gt>"
622
619
 
623
620
#. type: Plain text
624
 
#: deb-control.5:157
 
621
#: deb-control.5:156
625
622
msgid ""
626
623
"Lists packages that would be found together with this one in all but unusual "
627
624
"installations. The package maintenance software will warn the user if they "
633
630
"csomagok kijelölése nélkül telepít."
634
631
 
635
632
#. type: TP
636
 
#: deb-control.5:157 deb-src-control.5:242
 
633
#: deb-control.5:156 deb-src-control.5:242
637
634
#, fuzzy, no-wrap
638
635
#| msgid "B<Suggests:> E<lt>package listE<gt>"
639
636
msgid "B<Suggests:>I< package-list>"
640
637
msgstr "B<Suggests:> E<lt>csomag listaE<gt>"
641
638
 
642
639
#. type: Plain text
643
 
#: deb-control.5:162
 
640
#: deb-control.5:161
644
641
msgid ""
645
642
"Lists packages that are related to this one and can perhaps enhance its "
646
643
"usefulness, but without which installing this package is perfectly "
650
647
"mellőzhetők."
651
648
 
652
649
#. type: Plain text
653
 
#: deb-control.5:174
 
650
#: deb-control.5:173
654
651
msgid ""
655
652
"The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
656
653
"fields is a list of groups of alternative packages. Each group is a list of "
666
663
"kötésekkel. Minden csomagnevet a verziószám megadása követhet zárójelben."
667
664
 
668
665
#. type: Plain text
669
 
#: deb-control.5:180
 
666
#: deb-control.5:179
670
667
msgid ""
671
668
"A version number may start with a `E<gt>E<gt>', in which case any later "
672
669
"version will match, and may specify or omit the Debian packaging revision "
681
678
"egyenlő, és \"=\" egyenlő."
682
679
 
683
680
#. type: TP
684
 
#: deb-control.5:180 deb-src-control.5:245
 
681
#: deb-control.5:179 deb-src-control.5:245
685
682
#, fuzzy, no-wrap
686
683
msgid "B<Breaks:>I< package-list>"
687
684
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
688
685
 
689
686
#. type: Plain text
690
 
#: deb-control.5:188
 
687
#: deb-control.5:187
691
688
#, fuzzy
692
689
msgid ""
693
690
"Lists packages that this one breaks, for example by exposing bugs when the "
700
697
"csomag 1-1 B<Conflicts> mezőben hivatkozik egymásra."
701
698
 
702
699
#. type: TP
703
 
#: deb-control.5:188 deb-src-control.5:254
 
700
#: deb-control.5:187 deb-src-control.5:254
704
701
#, fuzzy, no-wrap
705
702
#| msgid "B<Conflicts:> E<lt>package listE<gt>"
706
703
msgid "B<Conflicts:>I< package-list>"
707
704
msgstr "B<Conflicts:> E<lt>csomag listaE<gt>"
708
705
 
709
706
#. type: Plain text
710
 
#: deb-control.5:196
 
707
#: deb-control.5:195
711
708
msgid ""
712
709
"Lists packages that conflict with this one, for example by containing files "
713
710
"with the same names. The package maintenance software will not allow "
719
716
"csomag 1-1 B<Conflicts> mezőben hivatkozik egymásra."
720
717
 
721
718
#. type: TP
722
 
#: deb-control.5:196 deb-src-control.5:251
 
719
#: deb-control.5:195 deb-src-control.5:251
723
720
#, fuzzy, no-wrap
724
721
#| msgid "B<Replaces:> E<lt>package listE<gt>"
725
722
msgid "B<Replaces:>I< package-list>"
726
723
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
727
724
 
728
725
#. type: Plain text
729
 
#: deb-control.5:204
 
726
#: deb-control.5:203
730
727
msgid ""
731
728
"List of packages files from which this one replaces. This is used for "
732
729
"allowing this package to overwrite the files of another package and is "
739
736
"tartalmaz, mint az ütköző csomag."
740
737
 
741
738
#. type: TP
742
 
#: deb-control.5:204 deb-src-control.5:257
 
739
#: deb-control.5:203 deb-src-control.5:257
743
740
#, fuzzy, no-wrap
744
741
#| msgid "B<Provides:> E<lt>package listE<gt>"
745
742
msgid "B<Provides:>I< package-list>"
746
743
msgstr "B<Provides:> E<lt>csomag listaE<gt>"
747
744
 
748
745
#. type: Plain text
749
 
#: deb-control.5:214
 
746
#: deb-control.5:213
750
747
msgid ""
751
748
"This is a list of virtual packages that this one provides. Usually this is "
752
749
"used in the case of several packages all providing the same service.  For "
765
762
"levelező-kiszolgálót egy `|'-kkal elválasztott listában."
766
763
 
767
764
#. type: Plain text
768
 
#: deb-control.5:233
 
765
#: deb-control.5:232
769
766
#, fuzzy
770
767
#| msgid ""
771
768
#| "The syntax of B<Conflicts>, B<Replaces> and B<Provides> is a list of "
785
782
"mezőben, a vessző `VAGY'. A verzió szintén megadható a már ismert módon."
786
783
 
787
784
#. type: TP
788
 
#: deb-control.5:234 deb-src-control.5:260
 
785
#: deb-control.5:233 deb-src-control.5:260
789
786
#, fuzzy, no-wrap
790
787
#| msgid "B<Depends:> E<lt>package listE<gt>"
791
788
msgid "B<Built-Using:>I< package-list>"
792
789
msgstr "B<Depends:> E<lt>csomag listaE<gt>"
793
790
 
794
791
#. type: Plain text
795
 
#: deb-control.5:244
 
792
#: deb-control.5:243
796
793
msgid ""
797
794
"This field lists extra source packages that were used during the build of "
798
795
"this binary package.  This is an indication to the archive maintenance "
804
801
msgstr ""
805
802
 
806
803
#. type: SH
807
 
#: deb-control.5:245 deb-src-control.5:288 start-stop-daemon.8:302
 
804
#: deb-control.5:244 deb-src-control.5:288 deb-origin.5:32
 
805
#: start-stop-daemon.8:306
808
806
#, no-wrap
809
807
msgid "EXAMPLE"
810
808
msgstr "PÉLDA"
811
809
 
812
810
#. type: Plain text
813
 
#: deb-control.5:268
 
811
#: deb-control.5:267
814
812
#, fuzzy, no-wrap
815
813
msgid ""
816
814
"# Comment\n"
855
853
" will run more slowly, however.)\n"
856
854
 
857
855
#. type: Plain text
858
 
#: deb-control.5:276
 
856
#: deb-control.5:275
859
857
#, fuzzy
860
858
msgid ""
861
859
"B<deb>(5), B<deb-version>(5), B<debtags>(1), B<dpkg>(1), B<dpkg-deb>(1)."
1363
1361
 
1364
1362
#. type: TH
1365
1363
#: deb-split.5:1 dpkg-checkbuilddeps.1:1 dpkg-distaddfile.1:1 dpkg-split.1:2
1366
 
#: dpkg-statoverride.8:1 dpkg-vendor.1:1 start-stop-daemon.8:1
 
1364
#: dpkg-statoverride.8:1
1367
1365
#, fuzzy, no-wrap
1368
1366
msgid "2011-07-04"
1369
1367
msgstr "2006-02-28"
1692
1690
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
1693
1691
 
1694
1692
#. type: SH
1695
 
#: deb-version.5:120 dpkg.1:783 dpkg-buildpackage.1:257 dpkg-distaddfile.1:47
1696
 
#: dpkg-genchanges.1:148 dpkg-gencontrol.1:142 dpkg-gensymbols.1:460
 
1693
#: deb-version.5:120 dpkg.1:800 dpkg-buildpackage.1:265 dpkg-distaddfile.1:47
 
1694
#: dpkg-genchanges.1:148 dpkg-gencontrol.1:142 dpkg-gensymbols.1:461
1697
1695
#: dpkg-maintscript-helper.1:128 dpkg-parsechangelog.1:123
1698
 
#: dpkg-shlibdeps.1:329 dpkg-source.1:730 dselect.1:451
1699
 
#: start-stop-daemon.8:323 update-alternatives.8:494
 
1696
#: dpkg-shlibdeps.1:332 dpkg-source.1:734 dselect.1:451
 
1697
#: start-stop-daemon.8:331 update-alternatives.8:494
1700
1698
#, fuzzy, no-wrap
1701
1699
msgid "AUTHORS"
1702
1700
msgstr "SZERZŐ"
1707
1705
msgstr ""
1708
1706
 
1709
1707
#. type: Plain text
1710
 
#: deb-version.5:124 dpkg-buildpackage.1:263
 
1708
#: deb-version.5:124 dpkg-buildpackage.1:271
1711
1709
msgid "Copyright \\(co 2007 Frank Lichtenheld"
1712
1710
msgstr ""
1713
1711
 
1714
1712
#. type: Plain text
1715
 
#: deb-version.5:126 deb-substvars.5:167 dpkg-buildflags.1:273
1716
 
#: dpkg-buildpackage.1:267 dpkg-checkbuilddeps.1:44 dpkg-distaddfile.1:53
1717
 
#: dpkg-deb.1:269 dpkg-divert.8:139 dpkg-genchanges.1:154
1718
 
#: dpkg-gencontrol.1:150 dpkg-gensymbols.1:464 dpkg-maintscript-helper.1:139
 
1713
#: deb-version.5:126 deb-substvars.5:167 dpkg-buildflags.1:290
 
1714
#: dpkg-buildpackage.1:275 dpkg-checkbuilddeps.1:49 dpkg-distaddfile.1:53
 
1715
#: dpkg-deb.1:277 dpkg-divert.8:139 dpkg-genchanges.1:154
 
1716
#: dpkg-gencontrol.1:150 dpkg-gensymbols.1:465 dpkg-maintscript-helper.1:139
1719
1717
#: dpkg-mergechangelogs.1:71 dpkg-name.1:108 dpkg-parsechangelog.1:131
1720
 
#: dpkg-query.1:219 dpkg-shlibdeps.1:339 dpkg-source.1:738 dpkg-split.1:227
1721
 
#: dpkg-statoverride.8:91 dpkg-vendor.1:53 update-alternatives.8:501
 
1718
#: dpkg-query.1:235 dpkg-shlibdeps.1:342 dpkg-source.1:742 dpkg-split.1:227
 
1719
#: dpkg-statoverride.8:91 dpkg-vendor.1:55 update-alternatives.8:501
1722
1720
#, fuzzy
1723
1721
msgid ""
1724
1722
"This is free software; see the GNU General Public Licence version 2 or later "
1807
1805
msgstr "B<deb>(5), B<dpkg>(1), B<dpkg-deb>(1)."
1808
1806
 
1809
1807
#. type: TH
 
1808
#: deb-origin.5:1
 
1809
#, fuzzy, no-wrap
 
1810
msgid "deb-origin"
 
1811
msgstr "B<--version>"
 
1812
 
 
1813
#. type: TH
 
1814
#: deb-origin.5:1 dpkg-vendor.1:1
 
1815
#, fuzzy, no-wrap
 
1816
msgid "2011-11-10"
 
1817
msgstr "2006-02-28"
 
1818
 
 
1819
#. type: Plain text
 
1820
#: deb-origin.5:4
 
1821
msgid "deb-origin - Vendor-specific information files"
 
1822
msgstr ""
 
1823
 
 
1824
#. type: Plain text
 
1825
#: deb-origin.5:6
 
1826
#, fuzzy
 
1827
msgid "B</etc/dpkg/origins/>I<filename>"
 
1828
msgstr "B<--licence>"
 
1829
 
 
1830
#. type: Plain text
 
1831
#: deb-origin.5:15
 
1832
#, fuzzy
 
1833
msgid ""
 
1834
"The files in B</etc/dpkg/origins> can provide information about various "
 
1835
"vendors who are providing Debian packages. They contain a number of fields, "
 
1836
"or comments when the line starts with B<'#'>.  Each field begins with a tag, "
 
1837
"such as B<Vendor> or B<Parent>, followed by a colon and the body of the "
 
1838
"field. Fields are delimited only by field tags. In other words, field text "
 
1839
"may be multiple lines in length, but the tools will join lines when "
 
1840
"processing the body of the field."
 
1841
msgstr ""
 
1842
"Minden Debian csomag tartalmazza a mester `control' fájlt, mely mezőkből "
 
1843
"áll. Minden mező egy tag-gel kezdődik, pl. B<Package> vagy B<Version> "
 
1844
"(nagybetű-érzéketlen), melyet kettőspont és mezőtörzs követ. A mezőket csak "
 
1845
"a mező tag-ek választják el. Vagyis, a mező szövege több sorból is állhat, "
 
1846
"de a telepítő eszközök általában összefűzik ezeket egy mezőtörzs "
 
1847
"feldolgozásakor (kivéve a B<Description> mezőt, l. alább)."
 
1848
 
 
1849
#. type: TP
 
1850
#: deb-origin.5:16
 
1851
#, fuzzy, no-wrap
 
1852
msgid "B<Vendor:>I< vendor-name>"
 
1853
msgstr "B<Priority:> E<lt>elsőbbségE<gt>"
 
1854
 
 
1855
#. type: Plain text
 
1856
#: deb-origin.5:19
 
1857
#, fuzzy
 
1858
#| msgid ""
 
1859
#| "The value of this field determines the package name, and is used to "
 
1860
#| "generate file names by most installation tools."
 
1861
msgid "The value of this field determines the vendor name."
 
1862
msgstr ""
 
1863
"E mező értéke adja meg a csomag nevét, melyből a legtöbb telepítő eszköz "
 
1864
"fájlneveket állít elő."
 
1865
 
 
1866
#. type: TP
 
1867
#: deb-origin.5:20
 
1868
#, fuzzy, no-wrap
 
1869
msgid "B<Vendor-URL:>I< vendor-url>"
 
1870
msgstr "B<Priority:> E<lt>elsőbbségE<gt>"
 
1871
 
 
1872
#. type: Plain text
 
1873
#: deb-origin.5:23
 
1874
msgid "The value of this field determines the vendor URL."
 
1875
msgstr ""
 
1876
 
 
1877
#. type: TP
 
1878
#: deb-origin.5:23
 
1879
#, fuzzy, no-wrap
 
1880
msgid "B<Bugs:>I< bug-url>"
 
1881
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
 
1882
 
 
1883
#. type: Plain text
 
1884
#: deb-origin.5:28
 
1885
msgid ""
 
1886
"The value of this field determines the type and address of the bug tracking "
 
1887
"system used by this vendor. It can be a mailto URL or a debbugs URL (e.g., "
 
1888
"debbugs://bugs.debian.org/)."
 
1889
msgstr ""
 
1890
 
 
1891
#. type: TP
 
1892
#: deb-origin.5:28
 
1893
#, fuzzy, no-wrap
 
1894
#| msgid "B<Source:> E<lt>source nameE<gt>"
 
1895
msgid "B<Parent:>I< vendor-name>"
 
1896
msgstr "B<Source:> E<lt>forrás névE<gt>"
 
1897
 
 
1898
#. type: Plain text
 
1899
#: deb-origin.5:32
 
1900
#, fuzzy
 
1901
#| msgid ""
 
1902
#| "The value of this field determines the package name, and is used to "
 
1903
#| "generate file names by most installation tools."
 
1904
msgid ""
 
1905
"The value of this field determines the vendor name of the vendor that this "
 
1906
"vendor derives from."
 
1907
msgstr ""
 
1908
"E mező értéke adja meg a csomag nevét, melyből a legtöbb telepítő eszköz "
 
1909
"fájlneveket állít elő."
 
1910
 
 
1911
#. type: Plain text
 
1912
#: deb-origin.5:37
 
1913
#, no-wrap
 
1914
msgid ""
 
1915
"Vendor: Debian\n"
 
1916
"Vendor-URL: http://www.debian.org/\n"
 
1917
"Bugs: debbugs://bugs.debian.org\n"
 
1918
msgstr ""
 
1919
 
 
1920
#. type: Plain text
 
1921
#: deb-origin.5:39
 
1922
#, fuzzy
 
1923
msgid "B<dpkg-vendor>(1)"
 
1924
msgstr "dpkg-deb"
 
1925
 
 
1926
#. type: TH
1810
1927
#: deb-override.5:15
1811
1928
#, fuzzy, no-wrap
1812
1929
msgid "deb-override"
2001
2118
msgstr ""
2002
2119
 
2003
2120
#. type: SH
2004
 
#: deb-shlibs.5:41 deb-symbols.5:43 dpkg.1:714 dpkg-architecture.1:262
 
2121
#: deb-shlibs.5:41 deb-symbols.5:43 dpkg.1:731 dpkg-architecture.1:201
2005
2122
#: dpkg-divert.8:91 dpkg-name.1:65 update-alternatives.8:459
2006
2123
#, fuzzy, no-wrap
2007
2124
msgid "EXAMPLES"
2318
2435
msgstr ""
2319
2436
 
2320
2437
#. type: SH
2321
 
#: deb-substvars.5:145 dpkg.1:627 dpkg-architecture.1:284 dpkg.cfg.5:12
2322
 
#: dpkg-buildflags.1:121 dpkg-distaddfile.1:39 dpkg-divert.8:122
 
2438
#: deb-substvars.5:145 dpkg.1:644 dpkg-architecture.1:223 dpkg.cfg.5:12
 
2439
#: dpkg-buildflags.1:137 dpkg-distaddfile.1:39 dpkg-divert.8:122
2323
2440
#: dpkg-genchanges.1:138 dpkg-gencontrol.1:128 dpkg-parsechangelog.1:115
2324
2441
#: dpkg-split.1:206 dpkg-statoverride.8:74 dselect.cfg.5:12
2325
2442
#: update-alternatives.8:360
2339
2456
msgstr ""
2340
2457
 
2341
2458
#. type: SH
2342
 
#: deb-substvars.5:150 dpkg.1:780 dpkg-buildpackage.1:244 dpkg-deb.1:238
2343
 
#: dpkg-name.1:86 dpkg-source.1:722 dpkg-split.1:199 dselect.1:429
 
2459
#: deb-substvars.5:150 dpkg.1:797 dpkg-buildpackage.1:252 dpkg-deb.1:246
 
2460
#: dpkg-name.1:86 dpkg-source.1:726 dpkg-split.1:199 dselect.1:429
2344
2461
#: update-alternatives.8:486
2345
2462
#, no-wrap
2346
2463
msgid "BUGS"
2347
2464
msgstr "HIBÁK"
2348
2465
 
2349
2466
#. type: Plain text
2350
 
#: deb-substvars.5:153 dpkg-source.1:725
 
2467
#: deb-substvars.5:153 dpkg-source.1:729
2351
2468
msgid ""
2352
2469
"The point at which field overriding occurs compared to certain standard "
2353
2470
"output field settings is rather confused."
2362
2479
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
2363
2480
 
2364
2481
#. type: SH
2365
 
#: deb-substvars.5:161 dpkg-architecture.1:303 dpkg.cfg.5:19
2366
 
#: dpkg-buildflags.1:266 dpkg-checkbuilddeps.1:40 dpkg-deb.1:265
 
2482
#: deb-substvars.5:161 dpkg-architecture.1:242 dpkg.cfg.5:19
 
2483
#: dpkg-buildflags.1:283 dpkg-checkbuilddeps.1:45 dpkg-deb.1:273
2367
2484
#: dpkg-divert.8:135 dpkg-mergechangelogs.1:66 dpkg-name.1:104
2368
 
#: dpkg-query.1:214 dpkg-scansources.1:76 dpkg-split.1:223
2369
 
#: dpkg-statoverride.8:87 dpkg-vendor.1:48 dselect.cfg.5:19
 
2485
#: dpkg-query.1:230 dpkg-scansources.1:76 dpkg-split.1:223
 
2486
#: dpkg-statoverride.8:87 dpkg-vendor.1:50 dselect.cfg.5:19
2370
2487
#, no-wrap
2371
2488
msgid "AUTHOR"
2372
2489
msgstr "SZERZŐ"
2373
2490
 
2374
2491
#. type: Plain text
2375
 
#: deb-substvars.5:163 dpkg-buildpackage.1:259 dpkg-distaddfile.1:49
2376
 
#: dpkg-deb.1:267 dpkg-genchanges.1:150 dpkg-gencontrol.1:144
2377
 
#: dpkg-parsechangelog.1:125 dpkg-shlibdeps.1:331 dpkg-source.1:732
 
2492
#: deb-substvars.5:163 dpkg-buildpackage.1:267 dpkg-distaddfile.1:49
 
2493
#: dpkg-deb.1:275 dpkg-genchanges.1:150 dpkg-gencontrol.1:144
 
2494
#: dpkg-parsechangelog.1:125 dpkg-shlibdeps.1:334 dpkg-source.1:736
2378
2495
#: dpkg-split.1:225
2379
2496
msgid "Copyright \\(co 1995-1996 Ian Jackson"
2380
2497
msgstr ""
2381
2498
 
2382
2499
#. type: Plain text
2383
 
#: deb-substvars.5:165 dpkg-buildpackage.1:261 dpkg-distaddfile.1:51
 
2500
#: deb-substvars.5:165 dpkg-buildpackage.1:269 dpkg-distaddfile.1:51
2384
2501
#: dpkg-genchanges.1:152 dpkg-gencontrol.1:146 dpkg-parsechangelog.1:127
2385
 
#: dpkg-shlibdeps.1:333 dpkg-source.1:734 dpkg-statoverride.8:89
 
2502
#: dpkg-shlibdeps.1:336 dpkg-source.1:738 dpkg-statoverride.8:89
2386
2503
msgid "Copyright \\(co 2000 Wichert Akkerman"
2387
2504
msgstr ""
2388
2505
 
2416
2533
 
2417
2534
#. type: Plain text
2418
2535
#: deb-symbols.5:16
2419
 
msgid "[ | I<alternative-dependency-template> ]"
 
2536
msgid "[| I<alternative-dependency-template>]"
2420
2537
msgstr ""
2421
2538
 
2422
2539
#. type: Plain text
2423
2540
#: deb-symbols.5:18
2424
 
msgid "[ ... ]"
 
2541
msgid "[...]"
2425
2542
msgstr ""
2426
2543
 
2427
2544
#. type: Plain text
2428
2545
#: deb-symbols.5:20
2429
 
msgid "[ * I<field-name>: I<field-value> ]"
 
2546
msgid "[* I<field-name>: I<field-value>]"
2430
2547
msgstr ""
2431
2548
 
2432
2549
#. type: Plain text
2433
2550
#: deb-symbols.5:23
2434
2551
#, no-wrap
2435
2552
msgid ""
2436
 
"[ ... ]\n"
2437
 
" I<symbol> I<minimal-version>[ I<id-of-dependency-template> ]\n"
 
2553
"[...]\n"
 
2554
" I<symbol> I<minimal-version> [I<id-of-dependency-template>]\n"
2438
2555
msgstr ""
2439
2556
 
2440
2557
#. type: Plain text
2640
2757
msgstr "dpkg-deb"
2641
2758
 
2642
2759
#. type: TH
 
2760
#: dpkg.1:1
 
2761
#, fuzzy, no-wrap
 
2762
msgid "2011-11-27"
 
2763
msgstr "2006-02-28"
 
2764
 
 
2765
#. type: TH
2643
2766
#: dpkg.1:1 dpkg.cfg.5:1 dpkg-buildflags.1:1 dpkg-deb.1:1
2644
2767
#: dpkg-maintscript-helper.1:1 dpkg-mergechangelogs.1:1 dpkg-query.1:1
2645
2768
#: dpkg-trigger.1:1 dpkg-vendor.1:1 dselect.cfg.5:1
3201
3324
msgstr ""
3202
3325
 
3203
3326
#. type: TP
3204
 
#: dpkg.1:234
 
3327
#: dpkg.1:233
 
3328
#, fuzzy, no-wrap
 
3329
msgid "B<--add-architecture >I<architecture>"
 
3330
msgstr "B<--nocheck>"
 
3331
 
 
3332
#. type: Plain text
 
3333
#: dpkg.1:239
 
3334
msgid ""
 
3335
"Add I<architecture> to the list of architectures for which packages can be "
 
3336
"installed without using B<--force-architecture>. The architecture B<dpkg> is "
 
3337
"built for (i.e. the output of B<--print-architecture>)  is always part of "
 
3338
"that list."
 
3339
msgstr ""
 
3340
 
 
3341
#. type: TP
 
3342
#: dpkg.1:239
 
3343
#, fuzzy, no-wrap
 
3344
msgid "B<--remove-architecture >I<architecture>"
 
3345
msgstr "B<--nocheck>"
 
3346
 
 
3347
#. type: Plain text
 
3348
#: dpkg.1:247
 
3349
msgid ""
 
3350
"Remove I<architecture> from the list of architectures for which packages can "
 
3351
"be installed without using B<--force-architecture>. If the architecture is "
 
3352
"currently in use in the database then the operation will be refused, except "
 
3353
"if B<--force-architecture> is specified. The architecture B<dpkg> is built "
 
3354
"for (i.e. the output of B<--print-architecture>) can never be removed from "
 
3355
"that list."
 
3356
msgstr ""
 
3357
 
 
3358
#. type: TP
 
3359
#: dpkg.1:247
3205
3360
#, fuzzy, no-wrap
3206
3361
msgid "B<--print-architecture>"
3207
3362
msgstr "B<--nocheck>"
3208
3363
 
3209
3364
#. type: Plain text
3210
 
#: dpkg.1:237
 
3365
#: dpkg.1:250
3211
3366
msgid ""
3212
3367
"Print architecture of packages B<dpkg> installs (for example, \"i386\")."
3213
3368
msgstr ""
3214
3369
 
3215
3370
#. type: TP
3216
 
#: dpkg.1:237
 
3371
#: dpkg.1:250
 
3372
#, fuzzy, no-wrap
 
3373
msgid "B<--print-foreign-architectures>"
 
3374
msgstr "B<--nocheck>"
 
3375
 
 
3376
#. type: Plain text
 
3377
#: dpkg.1:254
 
3378
msgid ""
 
3379
"Print a newline-separated list of the extra architectures B<dpkg> is "
 
3380
"configured to allow packages to be installed for."
 
3381
msgstr ""
 
3382
 
 
3383
#. type: TP
 
3384
#: dpkg.1:254
3217
3385
#, no-wrap
3218
3386
msgid "B<--compare-versions >I<ver1 op ver2>"
3219
3387
msgstr ""
3220
3388
 
3221
3389
#. type: Plain text
3222
 
#: dpkg.1:248
 
3390
#: dpkg.1:265
3223
3391
msgid ""
3224
3392
"Compare version numbers, where I<op> is a binary operator. B<dpkg> returns "
3225
3393
"success (zero result) if the specified condition is satisfied, and failure "
3232
3400
msgstr ""
3233
3401
 
3234
3402
#. type: TP
3235
 
#: dpkg.1:248
 
3403
#: dpkg.1:265
3236
3404
#, fuzzy, no-wrap
3237
3405
msgid "B<--command-fd >I<n>"
3238
3406
msgstr "B<Section:> E<lt>szakaszE<gt>"
3239
3407
 
3240
3408
#. type: Plain text
3241
 
#: dpkg.1:253
 
3409
#: dpkg.1:270
3242
3410
msgid ""
3243
3411
"Accept a series of commands on input file descriptor I<n>. Note: additional "
3244
3412
"options set on the command line, and through this file descriptor, are not "
3246
3414
msgstr ""
3247
3415
 
3248
3416
#. type: TP
3249
 
#: dpkg.1:253 dpkg-architecture.1:60 dpkg-buildflags.1:89 dpkg-divert.8:71
 
3417
#: dpkg.1:270 dpkg-architecture.1:60 dpkg-buildflags.1:105 dpkg-divert.8:71
3250
3418
#: dpkg-mergechangelogs.1:38 dpkg-scansources.1:66 dpkg-statoverride.8:44
3251
3419
#: dpkg-vendor.1:28 dselect.1:113 update-alternatives.8:316
3252
3420
#, fuzzy, no-wrap
3254
3422
msgstr "B<--help>, B<-h>"
3255
3423
 
3256
3424
#. type: Plain text
3257
 
#: dpkg.1:256
 
3425
#: dpkg.1:273
3258
3426
msgid "Display a brief help message."
3259
3427
msgstr ""
3260
3428
 
3261
3429
#. type: TP
3262
 
#: dpkg.1:256
 
3430
#: dpkg.1:273
3263
3431
#, fuzzy, no-wrap
3264
3432
msgid "B<--force-help>"
3265
3433
msgstr "B<--nocheck>"
3266
3434
 
3267
3435
#. type: Plain text
3268
 
#: dpkg.1:259
 
3436
#: dpkg.1:276
3269
3437
msgid "Give help about the B<--force->I<thing> options."
3270
3438
msgstr ""
3271
3439
 
3272
3440
#. type: TP
3273
 
#: dpkg.1:259
 
3441
#: dpkg.1:276
3274
3442
#, fuzzy, no-wrap
3275
3443
msgid "B<-Dh>, B<--debug=help>"
3276
3444
msgstr "B<--debug>, B<-D>"
3277
3445
 
3278
3446
#. type: Plain text
3279
 
#: dpkg.1:262
 
3447
#: dpkg.1:279
3280
3448
msgid "Give help about debugging options."
3281
3449
msgstr ""
3282
3450
 
3283
3451
#. type: TP
3284
 
#: dpkg.1:262 dpkg-architecture.1:63 dpkg-buildflags.1:92
3285
 
#: dpkg-buildpackage.1:226 dpkg-checkbuilddeps.1:36 dpkg-distaddfile.1:35
 
3452
#: dpkg.1:279 dpkg-architecture.1:63 dpkg-buildflags.1:108
 
3453
#: dpkg-buildpackage.1:227 dpkg-checkbuilddeps.1:41 dpkg-distaddfile.1:35
3286
3454
#: dpkg-deb.1:175 dpkg-divert.8:74 dpkg-genchanges.1:134 dpkg-gencontrol.1:124
3287
 
#: dpkg-gensymbols.1:446 dpkg-mergechangelogs.1:41 dpkg-parsechangelog.1:36
3288
 
#: dpkg-query.1:113 dpkg-scanpackages.1:99 dpkg-scansources.1:68
 
3455
#: dpkg-gensymbols.1:447 dpkg-mergechangelogs.1:41 dpkg-parsechangelog.1:36
 
3456
#: dpkg-query.1:114 dpkg-scanpackages.1:99 dpkg-scansources.1:68
3289
3457
#: dpkg-shlibdeps.1:218 dpkg-source.1:99 dpkg-split.1:129
3290
3458
#: dpkg-statoverride.8:47 dpkg-trigger.1:34 dpkg-vendor.1:31 dselect.1:116
3291
3459
#: update-alternatives.8:319
3294
3462
msgstr "B<--version>"
3295
3463
 
3296
3464
#. type: Plain text
3297
 
#: dpkg.1:265
 
3465
#: dpkg.1:282
3298
3466
#, fuzzy
3299
3467
msgid "Display B<dpkg> version information."
3300
3468
msgstr "Kiírja a B<dpkg-deb> verziószámát."
3301
3469
 
3302
3470
#. type: TP
3303
 
#: dpkg.1:265
 
3471
#: dpkg.1:282
3304
3472
#, no-wrap
3305
3473
msgid "B<dpkg-deb actions>"
3306
3474
msgstr ""
3307
3475
 
3308
3476
#. type: Plain text
3309
 
#: dpkg.1:268
 
3477
#: dpkg.1:285
3310
3478
#, fuzzy
3311
3479
msgid "See B<dpkg-deb>(1) for more information about the following actions."
3312
3480
msgstr ""
3314
3482
"róluk."
3315
3483
 
3316
3484
#. type: Plain text
3317
 
#: dpkg.1:288
 
3485
#: dpkg.1:305
3318
3486
#, no-wrap
3319
3487
msgid ""
3320
3488
"B<-b>, B<--build> I<directory> [I<archive>|I<directory>]\n"
3338
3506
msgstr ""
3339
3507
 
3340
3508
#. type: TP
3341
 
#: dpkg.1:290
 
3509
#: dpkg.1:307
3342
3510
#, no-wrap
3343
3511
msgid "B<dpkg-query actions>"
3344
3512
msgstr ""
3345
3513
 
3346
3514
#. type: Plain text
3347
 
#: dpkg.1:293
 
3515
#: dpkg.1:310
3348
3516
msgid "See B<dpkg-query>(1) for more information about the following actions."
3349
3517
msgstr ""
3350
3518
 
3351
3519
#. type: Plain text
3352
 
#: dpkg.1:308
 
3520
#: dpkg.1:325
3353
3521
#, no-wrap
3354
3522
msgid ""
3355
3523
"B<-l>, B<--list> I<package-name-pattern>...\n"
3367
3535
msgstr ""
3368
3536
 
3369
3537
#. type: SH
3370
 
#: dpkg.1:310 dpkg-architecture.1:67 dpkg-buildpackage.1:50
 
3538
#: dpkg.1:327 dpkg-architecture.1:67 dpkg-buildpackage.1:51
3371
3539
#: dpkg-checkbuilddeps.1:18 dpkg-distaddfile.1:27 dpkg-deb.1:179
3372
3540
#: dpkg-divert.8:42 dpkg-genchanges.1:17 dpkg-gencontrol.1:37
3373
3541
#: dpkg-gensymbols.1:369 dpkg-mergechangelogs.1:27 dpkg-name.1:30
3374
 
#: dpkg-parsechangelog.1:15 dpkg-query.1:117 dpkg-scanpackages.1:71
 
3542
#: dpkg-parsechangelog.1:15 dpkg-query.1:118 dpkg-scanpackages.1:71
3375
3543
#: dpkg-scansources.1:44 dpkg-shlibdeps.1:106 dpkg-split.1:133
3376
3544
#: dpkg-statoverride.8:51 dpkg-trigger.1:38 dpkg-vendor.1:35 dselect.1:36
3377
 
#: start-stop-daemon.8:103 update-alternatives.8:323
 
3545
#: start-stop-daemon.8:107 update-alternatives.8:323
3378
3546
#, fuzzy, no-wrap
3379
3547
msgid "OPTIONS"
3380
3548
msgstr "MÁS LEHETŐSÉGEK"
3381
3549
 
3382
3550
#. type: Plain text
3383
 
#: dpkg.1:316
 
3551
#: dpkg.1:333
3384
3552
msgid ""
3385
3553
"All options can be specified both on the command line and in the B<dpkg> "
3386
3554
"configuration file I</etc/dpkg/dpkg.cfg> or the files on the configuration "
3390
3558
msgstr ""
3391
3559
 
3392
3560
#. type: TP
3393
 
#: dpkg.1:317
 
3561
#: dpkg.1:334
3394
3562
#, no-wrap
3395
3563
msgid "B<--abort-after=>I<number>"
3396
3564
msgstr ""
3397
3565
 
3398
3566
#. type: Plain text
3399
 
#: dpkg.1:320
 
3567
#: dpkg.1:337
3400
3568
msgid "Change after how many errors B<dpkg> will abort. The default is 50."
3401
3569
msgstr ""
3402
3570
 
3403
3571
#. type: TP
3404
 
#: dpkg.1:320
 
3572
#: dpkg.1:337
3405
3573
#, fuzzy, no-wrap
3406
3574
msgid "B<-B>, B<--auto-deconfigure>"
3407
3575
msgstr "B<--info>, B<-I>"
3408
3576
 
3409
3577
#. type: Plain text
3410
 
#: dpkg.1:326
 
3578
#: dpkg.1:343
3411
3579
msgid ""
3412
3580
"When a package is removed, there is a possibility that another installed "
3413
3581
"package depended on the removed package. Specifying this option will cause "
3416
3584
msgstr ""
3417
3585
 
3418
3586
#. type: TP
3419
 
#: dpkg.1:326
 
3587
#: dpkg.1:343
3420
3588
#, no-wrap
3421
3589
msgid "B<-D>I<octal>B<, --debug=>I<octal>"
3422
3590
msgstr ""
3423
3591
 
3424
3592
#. type: Plain text
3425
 
#: dpkg.1:332
 
3593
#: dpkg.1:349
3426
3594
msgid ""
3427
3595
"Switch debugging on. I<octal> is formed by bitwise-orring desired values "
3428
3596
"together from the list below (note that these values may change in future "
3430
3598
msgstr ""
3431
3599
 
3432
3600
#. type: Plain text
3433
 
#: dpkg.1:347
 
3601
#: dpkg.1:364
3434
3602
#, no-wrap
3435
3603
msgid ""
3436
3604
"    Number   Description\n"
3450
3618
msgstr ""
3451
3619
 
3452
3620
#. type: TP
3453
 
#: dpkg.1:347
 
3621
#: dpkg.1:364
3454
3622
#, no-wrap
3455
3623
msgid "B<--force->I<things>, B<--no-force->I<things>, B<--refuse->I<things>"
3456
3624
msgstr ""
3457
3625
 
3458
3626
#. type: Plain text
3459
 
#: dpkg.1:354
 
3627
#: dpkg.1:371
3460
3628
msgid ""
3461
3629
"Force or refuse (B<no-force> and B<refuse> mean the same thing)  to do some "
3462
3630
"things. I<things> is a comma separated list of things specified below. B<--"
3465
3633
msgstr ""
3466
3634
 
3467
3635
#. type: Plain text
3468
 
#: dpkg.1:358
 
3636
#: dpkg.1:375
3469
3637
msgid ""
3470
3638
"I<Warning: These options are mostly intended to be used by experts only. "
3471
3639
"Using them without fully understanding their effects may break your whole "
3473
3641
msgstr ""
3474
3642
 
3475
3643
#. type: Plain text
3476
 
#: dpkg.1:361
 
3644
#: dpkg.1:378
3477
3645
msgid "B<all>: Turns on (or off) all force options."
3478
3646
msgstr ""
3479
3647
 
3480
3648
#. type: Plain text
3481
 
#: dpkg.1:364
 
3649
#: dpkg.1:381
3482
3650
msgid ""
3483
3651
"B<downgrade>(*): Install a package, even if newer version of it is already "
3484
3652
"installed."
3485
3653
msgstr ""
3486
3654
 
3487
3655
#. type: Plain text
3488
 
#: dpkg.1:371
 
3656
#: dpkg.1:388
3489
3657
msgid ""
3490
3658
"I<Warning: At present dpkg does not do any dependency checking on downgrades "
3491
3659
"and therefore will not warn you if the downgrade breaks the dependency of "
3495
3663
msgstr ""
3496
3664
 
3497
3665
#. type: Plain text
3498
 
#: dpkg.1:375
 
3666
#: dpkg.1:392
3499
3667
msgid ""
3500
3668
"B<configure-any>: Configure also any unpacked but unconfigured packages on "
3501
3669
"which the current package depends."
3502
3670
msgstr ""
3503
3671
 
3504
3672
#. type: Plain text
3505
 
#: dpkg.1:378
 
3673
#: dpkg.1:395
3506
3674
msgid "B<hold>: Process packages even when marked \"hold\"."
3507
3675
msgstr ""
3508
3676
 
3509
3677
#. type: Plain text
3510
 
#: dpkg.1:383
 
3678
#: dpkg.1:400
3511
3679
msgid ""
3512
3680
"B<remove-reinstreq>: Remove a package, even if it's broken and marked to "
3513
3681
"require reinstallation. This may, for example, cause parts of the package to "
3515
3683
msgstr ""
3516
3684
 
3517
3685
#. type: Plain text
3518
 
#: dpkg.1:388
 
3686
#: dpkg.1:405
3519
3687
msgid ""
3520
3688
"B<remove-essential>: Remove, even if the package is considered essential. "
3521
3689
"Essential packages contain mostly very basic Unix commands. Removing them "
3523
3691
msgstr ""
3524
3692
 
3525
3693
#. type: Plain text
3526
 
#: dpkg.1:391
 
3694
#: dpkg.1:408
3527
3695
msgid "B<depends>: Turn all dependency problems into warnings."
3528
3696
msgstr ""
3529
3697
 
3530
3698
#. type: Plain text
3531
 
#: dpkg.1:394
 
3699
#: dpkg.1:411
3532
3700
msgid ""
3533
3701
"B<depends-version>: Don't care about versions when checking dependencies."
3534
3702
msgstr ""
3535
3703
 
3536
3704
#. type: Plain text
3537
 
#: dpkg.1:397
 
3705
#: dpkg.1:414
3538
3706
msgid "B<breaks>: Install, even if this would break another package."
3539
3707
msgstr ""
3540
3708
 
3541
3709
#. type: Plain text
3542
 
#: dpkg.1:401
 
3710
#: dpkg.1:418
3543
3711
msgid ""
3544
3712
"B<conflicts>: Install, even if it conflicts with another package. This is "
3545
3713
"dangerous, for it will usually cause overwriting of some files."
3546
3714
msgstr ""
3547
3715
 
3548
3716
#. type: Plain text
3549
 
#: dpkg.1:406
 
3717
#: dpkg.1:423
3550
3718
msgid ""
3551
3719
"B<confmiss>: Always install a missing conffile. This is dangerous, since it "
3552
3720
"means not preserving a change (removing) made to the file."
3553
3721
msgstr ""
3554
3722
 
3555
3723
#. type: Plain text
3556
 
#: dpkg.1:411
 
3724
#: dpkg.1:428
3557
3725
msgid ""
3558
3726
"B<confnew>: If a conffile has been modified always install the new version "
3559
3727
"without prompting, unless the B<--force-confdef> is also specified, in which "
3561
3729
msgstr ""
3562
3730
 
3563
3731
#. type: Plain text
3564
 
#: dpkg.1:416
 
3732
#: dpkg.1:433
3565
3733
msgid ""
3566
3734
"B<confold>: If a conffile has been modified always keep the old version "
3567
3735
"without prompting, unless the B<--force-confdef> is also specified, in which "
3569
3737
msgstr ""
3570
3738
 
3571
3739
#. type: Plain text
3572
 
#: dpkg.1:422
 
3740
#: dpkg.1:439
3573
3741
msgid ""
3574
3742
"B<confdef>: If a conffile has been modified always choose the default "
3575
3743
"action. If there is no default action it will stop to ask the user unless "
3578
3746
msgstr ""
3579
3747
 
3580
3748
#. type: Plain text
3581
 
#: dpkg.1:429
 
3749
#: dpkg.1:446
3582
3750
msgid ""
3583
3751
"B<confask>: If a conffile has been modified always offer to replace it with "
3584
3752
"the version in the package, even if the version in the package did not "
3588
3756
msgstr ""
3589
3757
 
3590
3758
#. type: Plain text
3591
 
#: dpkg.1:432
 
3759
#: dpkg.1:449
3592
3760
msgid "B<overwrite>: Overwrite one package's file with another's file."
3593
3761
msgstr ""
3594
3762
 
3595
3763
#. type: Plain text
3596
 
#: dpkg.1:435
 
3764
#: dpkg.1:452
3597
3765
msgid "B<overwrite-dir> Overwrite one package's directory with another's file."
3598
3766
msgstr ""
3599
3767
 
3600
3768
#. type: Plain text
3601
 
#: dpkg.1:438
 
3769
#: dpkg.1:455
3602
3770
msgid ""
3603
3771
"B<overwrite-diverted>: Overwrite a diverted file with an undiverted version."
3604
3772
msgstr ""
3605
3773
 
3606
3774
#. type: Plain text
3607
 
#: dpkg.1:446
 
3775
#: dpkg.1:463
3608
3776
msgid ""
3609
3777
"B<unsafe-io>: Do not perform safe I/O operations when unpacking. Currently "
3610
3778
"this implies not performing file system syncs before file renames, which is "
3615
3783
msgstr ""
3616
3784
 
3617
3785
#. type: Plain text
3618
 
#: dpkg.1:452
 
3786
#: dpkg.1:469
3619
3787
msgid ""
3620
3788
"I<Note>: For ext4, the main offender, consider using instead the mount "
3621
3789
"option B<nodelalloc>, which will fix both the performance degradation and "
3625
3793
msgstr ""
3626
3794
 
3627
3795
#. type: Plain text
3628
 
#: dpkg.1:455
 
3796
#: dpkg.1:472
3629
3797
msgid ""
3630
3798
"I<Warning: Using this option might improve performance at the cost of losing "
3631
3799
"data, use with care.>"
3632
3800
msgstr ""
3633
3801
 
3634
3802
#. type: Plain text
3635
 
#: dpkg.1:458
 
3803
#: dpkg.1:475
3636
3804
msgid "B<architecture>: Process even packages with wrong or no architecture."
3637
3805
msgstr ""
3638
3806
 
3639
3807
#. type: Plain text
3640
 
#: dpkg.1:461
 
3808
#: dpkg.1:478
3641
3809
msgid "B<bad-version>: Process even packages with wrong versions."
3642
3810
msgstr ""
3643
3811
 
3644
3812
#. type: Plain text
3645
 
#: dpkg.1:464
 
3813
#: dpkg.1:481
3646
3814
msgid ""
3647
3815
"B<bad-path>: B<PATH> is missing important programs, so problems are likely."
3648
3816
msgstr ""
3649
3817
 
3650
3818
#. type: Plain text
3651
 
#: dpkg.1:467
 
3819
#: dpkg.1:484
3652
3820
msgid "B<not-root>: Try to (de)install things even when not root."
3653
3821
msgstr ""
3654
3822
 
3655
3823
#. type: Plain text
3656
 
#: dpkg.1:470
 
3824
#: dpkg.1:487
3657
3825
msgid "B<bad-verify>: Install a package even if it fails authenticity check."
3658
3826
msgstr ""
3659
3827
 
3660
3828
#. type: TP
3661
 
#: dpkg.1:471
 
3829
#: dpkg.1:488
3662
3830
#, no-wrap
3663
3831
msgid "B<--ignore-depends>=I<package>,..."
3664
3832
msgstr ""
3665
3833
 
3666
3834
#. type: Plain text
3667
 
#: dpkg.1:475
 
3835
#: dpkg.1:492
3668
3836
msgid ""
3669
3837
"Ignore dependency-checking for specified packages (actually, checking is "
3670
3838
"performed, but only warnings about conflicts are given, nothing else)."
3671
3839
msgstr ""
3672
3840
 
3673
3841
#. type: TP
3674
 
#: dpkg.1:475
 
3842
#: dpkg.1:492
3675
3843
#, no-wrap
3676
3844
msgid "B<--no-act>, B<--dry-run>, B<--simulate>"
3677
3845
msgstr ""
3678
3846
 
3679
3847
#. type: Plain text
3680
 
#: dpkg.1:480
 
3848
#: dpkg.1:497
3681
3849
msgid ""
3682
3850
"Do everything which is supposed to be done, but don't write any changes. "
3683
3851
"This is used to see what would happen with the specified action, without "
3685
3853
msgstr ""
3686
3854
 
3687
3855
#. type: Plain text
3688
 
#: dpkg.1:485
 
3856
#: dpkg.1:502
3689
3857
msgid ""
3690
3858
"Be sure to give B<--no-act> before the action-parameter, or you might end up "
3691
3859
"with undesirable results. (e.g. B<dpkg --purge foo --no-act> will first "
3694
3862
msgstr ""
3695
3863
 
3696
3864
#. type: TP
3697
 
#: dpkg.1:485
 
3865
#: dpkg.1:502
3698
3866
#, fuzzy, no-wrap
3699
3867
msgid "B<-R>, B<--recursive>"
3700
3868
msgstr "B<--version>"
3701
3869
 
3702
3870
#. type: Plain text
3703
 
#: dpkg.1:491
 
3871
#: dpkg.1:508
3704
3872
msgid ""
3705
3873
"Recursively handle all regular files matching pattern B<*.deb> found at "
3706
3874
"specified directories and all of its subdirectories. This can be used with "
3708
3876
msgstr ""
3709
3877
 
3710
3878
#. type: TP
3711
 
#: dpkg.1:491
 
3879
#: dpkg.1:508
3712
3880
#, fuzzy, no-wrap
3713
3881
msgid "B<-G>"
3714
3882
msgstr "B<--new>"
3715
3883
 
3716
3884
#. type: Plain text
3717
 
#: dpkg.1:495
 
3885
#: dpkg.1:512
3718
3886
msgid ""
3719
3887
"Don't install a package if a newer version of the same package is already "
3720
3888
"installed. This is an alias of B<--refuse-downgrade>."
3721
3889
msgstr ""
3722
3890
 
3723
3891
#. type: TP
3724
 
#: dpkg.1:495 dpkg-buildpackage.1:217 dpkg-checkbuilddeps.1:19
3725
 
#: dpkg-query.1:118 dpkg-shlibdeps.1:211 dpkg-trigger.1:39
 
3892
#: dpkg.1:512 dpkg-buildpackage.1:218 dpkg-checkbuilddeps.1:19
 
3893
#: dpkg-query.1:119 dpkg-shlibdeps.1:211 dpkg-trigger.1:39
3726
3894
#, no-wrap
3727
3895
msgid "B<--admindir=>I<dir>"
3728
3896
msgstr ""
3729
3897
 
3730
3898
#. type: Plain text
3731
 
#: dpkg.1:500
 
3899
#: dpkg.1:517
3732
3900
msgid ""
3733
3901
"Change default administrative directory, which contains many files that give "
3734
3902
"information about status of installed or uninstalled packages, etc.  "
3736
3904
msgstr ""
3737
3905
 
3738
3906
#. type: TP
3739
 
#: dpkg.1:500
 
3907
#: dpkg.1:517
3740
3908
#, fuzzy, no-wrap
3741
3909
msgid "B<--instdir=>I<dir>"
3742
3910
msgstr "B<--showformat=>I<formátum>"
3743
3911
 
3744
3912
#. type: Plain text
3745
 
#: dpkg.1:507
 
3913
#: dpkg.1:524
3746
3914
msgid ""
3747
3915
"Change default installation directory which refers to the directory where "
3748
3916
"packages are to be installed. B<instdir> is also the directory passed to "
3751
3919
msgstr ""
3752
3920
 
3753
3921
#. type: TP
3754
 
#: dpkg.1:507
 
3922
#: dpkg.1:524
3755
3923
#, fuzzy, no-wrap
3756
3924
msgid "B<--root=>I<dir>"
3757
3925
msgstr "B<--field>, B<-f>"
3758
3926
 
3759
3927
#. type: Plain text
3760
 
#: dpkg.1:511
 
3928
#: dpkg.1:528
3761
3929
msgid ""
3762
3930
"Changing B<root> changes B<instdir> to I<dir> and B<admindir> to I<dir>B</"
3763
3931
"var/lib/dpkg>."
3764
3932
msgstr ""
3765
3933
 
3766
3934
#. type: TP
3767
 
#: dpkg.1:511
 
3935
#: dpkg.1:528
3768
3936
#, fuzzy, no-wrap
3769
3937
msgid "B<-O>, B<--selected-only>"
3770
3938
msgstr "B<--info>, B<-I>"
3771
3939
 
3772
3940
#. type: Plain text
3773
 
#: dpkg.1:517
 
3941
#: dpkg.1:534
3774
3942
msgid ""
3775
3943
"Only process the packages that are selected for installation. The actual "
3776
3944
"marking is done with B<dselect> or by B<dpkg>, when it handles packages. For "
3779
3947
msgstr ""
3780
3948
 
3781
3949
#. type: TP
3782
 
#: dpkg.1:517
 
3950
#: dpkg.1:534
3783
3951
#, fuzzy, no-wrap
3784
3952
msgid "B<-E>, B<--skip-same-version>"
3785
3953
msgstr "B<--version>"
3786
3954
 
3787
3955
#. type: Plain text
3788
 
#: dpkg.1:521
 
3956
#: dpkg.1:538
3789
3957
msgid ""
3790
3958
"Don't install the package if the same version of the package is already "
3791
3959
"installed."
3792
3960
msgstr ""
3793
3961
 
3794
3962
#. type: Plain text
3795
 
#: dpkg.1:523
 
3963
#: dpkg.1:540
3796
3964
msgid "B<--pre-invoke=>I<command>"
3797
3965
msgstr ""
3798
3966
 
3799
3967
#. type: Plain text
3800
 
#: dpkg.1:525
 
3968
#: dpkg.1:542
3801
3969
msgid "B<--post-invoke=>I<command>"
3802
3970
msgstr ""
3803
3971
 
3804
3972
#. type: Plain text
3805
 
#: dpkg.1:534
 
3973
#: dpkg.1:551
3806
3974
msgid ""
3807
3975
"Set an invoke hook I<command> to be run via ``sh -c'' before or after the "
3808
3976
"dpkg run for the I<unpack>, I<configure>, I<install>, I<triggers-only>, "
3815
3983
msgstr ""
3816
3984
 
3817
3985
#. type: Plain text
3818
 
#: dpkg.1:537
 
3986
#: dpkg.1:554
3819
3987
msgid "B<--path-exclude=>I<glob-pattern>"
3820
3988
msgstr ""
3821
3989
 
3822
3990
#. type: Plain text
3823
 
#: dpkg.1:539
 
3991
#: dpkg.1:556
3824
3992
msgid "B<--path-include=>I<glob-pattern>"
3825
3993
msgstr ""
3826
3994
 
3827
3995
#. type: Plain text
3828
 
#: dpkg.1:542
 
3996
#: dpkg.1:559
3829
3997
msgid ""
3830
3998
"Set I<glob-pattern> as a path filter, either by excluding or re-including "
3831
3999
"previously excluded paths matching the specified patterns during install."
3832
4000
msgstr ""
3833
4001
 
3834
4002
#. type: Plain text
3835
 
#: dpkg.1:545
 
4003
#: dpkg.1:562
3836
4004
msgid ""
3837
4005
"I<Warning: take into account that depending on the excluded paths you might "
3838
4006
"completely break your system, use with caution.>"
3839
4007
msgstr ""
3840
4008
 
3841
4009
#. type: Plain text
3842
 
#: dpkg.1:555
 
4010
#: dpkg.1:572
3843
4011
msgid ""
3844
4012
"The glob patterns use the same wildcards used in the shell, were '*' matches "
3845
4013
"any sequence of characters, including the empty string and also '/'. For "
3853
4021
msgstr ""
3854
4022
 
3855
4023
#. type: Plain text
3856
 
#: dpkg.1:558
 
4024
#: dpkg.1:575
3857
4025
msgid ""
3858
4026
"This can be used to remove all paths except some particular ones; a typical "
3859
4027
"case is:"
3860
4028
msgstr ""
3861
4029
 
3862
4030
#. type: Plain text
3863
 
#: dpkg.1:562
 
4031
#: dpkg.1:579
3864
4032
#, no-wrap
3865
4033
msgid ""
3866
4034
"B<--path-exclude=/usr/share/doc/*>\n"
3868
4036
msgstr ""
3869
4037
 
3870
4038
#. type: Plain text
3871
 
#: dpkg.1:565
 
4039
#: dpkg.1:582
3872
4040
msgid "to remove all documentation files except the copyright files."
3873
4041
msgstr ""
3874
4042
 
3875
4043
#. type: Plain text
3876
 
#: dpkg.1:569
 
4044
#: dpkg.1:586
3877
4045
msgid ""
3878
4046
"These two options can be specified multiple times, and interleaved with each "
3879
4047
"other. Both are processed in the given order, with the last rule that "
3881
4049
msgstr ""
3882
4050
 
3883
4051
#. type: TP
3884
 
#: dpkg.1:570
 
4052
#: dpkg.1:587
3885
4053
#, no-wrap
3886
4054
msgid "B<--status-fd >I<n>"
3887
4055
msgstr ""
3888
4056
 
3889
4057
#. type: Plain text
3890
 
#: dpkg.1:576
 
4058
#: dpkg.1:593
3891
4059
msgid ""
3892
4060
"Send machine-readable package status and progress information to file "
3893
4061
"descriptor I<n>. This option can be specified multiple times. The "
3895
4063
msgstr ""
3896
4064
 
3897
4065
#. type: TP
3898
 
#: dpkg.1:577
 
4066
#: dpkg.1:594
3899
4067
#, no-wrap
3900
4068
msgid "B<status: >I<package>B<: >I<status>"
3901
4069
msgstr ""
3902
4070
 
3903
4071
#. type: Plain text
3904
 
#: dpkg.1:580
 
4072
#: dpkg.1:597
3905
4073
msgid "Package status changed; I<status> is as in the status file."
3906
4074
msgstr ""
3907
4075
 
3908
4076
#. type: TP
3909
 
#: dpkg.1:580
 
4077
#: dpkg.1:597
3910
4078
#, no-wrap
3911
4079
msgid "B<status: >I<package>B< : error : >I<extended-error-message>"
3912
4080
msgstr ""
3913
4081
 
3914
4082
#. type: Plain text
3915
 
#: dpkg.1:584
 
4083
#: dpkg.1:601
3916
4084
msgid ""
3917
4085
"An error occurred. Any possible newlines in I<extended-error-message> will "
3918
4086
"be converted to spaces before output."
3919
4087
msgstr ""
3920
4088
 
3921
4089
#. type: TP
3922
 
#: dpkg.1:584
 
4090
#: dpkg.1:601
3923
4091
#, no-wrap
3924
4092
msgid "B<status: >I<file>B< : conffile-prompt : '>I<real-old>B<' '>I<real-new>B<' >I<useredited>B< >I<distedited>"
3925
4093
msgstr ""
3926
4094
 
3927
4095
#. type: Plain text
3928
 
#: dpkg.1:587
 
4096
#: dpkg.1:604
3929
4097
msgid "User is being asked a conffile question."
3930
4098
msgstr ""
3931
4099
 
3932
4100
#. type: TP
3933
 
#: dpkg.1:587
 
4101
#: dpkg.1:604
3934
4102
#, no-wrap
3935
4103
msgid "B<processing: >I<stage>B<: >I<package>"
3936
4104
msgstr ""
3937
4105
 
3938
4106
#. type: Plain text
3939
 
#: dpkg.1:592
 
4107
#: dpkg.1:609
3940
4108
msgid ""
3941
4109
"Sent just before a processing stage starts. I<stage> is one of B<upgrade>, "
3942
4110
"B<install> (both sent before unpacking), B<configure>, B<trigproc>, "
3944
4112
msgstr ""
3945
4113
 
3946
4114
#. type: TP
3947
 
#: dpkg.1:593
 
4115
#: dpkg.1:610
3948
4116
#, no-wrap
3949
4117
msgid "B<--status-logger>=I<command>"
3950
4118
msgstr ""
3951
4119
 
3952
4120
#. type: Plain text
3953
 
#: dpkg.1:598
 
4121
#: dpkg.1:615
3954
4122
msgid ""
3955
4123
"Send machine-readable package status and progress information to the shell "
3956
4124
"I<command>'s standard input. This option can be specified multiple times. "
3958
4126
msgstr ""
3959
4127
 
3960
4128
#. type: TP
3961
 
#: dpkg.1:599
 
4129
#: dpkg.1:616
3962
4130
#, fuzzy, no-wrap
3963
4131
msgid "B<--log=>I<filename>"
3964
4132
msgstr "B<--licence>"
3965
4133
 
3966
4134
#. type: Plain text
3967
 
#: dpkg.1:611
 
4135
#: dpkg.1:628
3968
4136
msgid ""
3969
4137
"Log status change updates and actions to I<filename>, instead of the default "
3970
4138
"I</var/log/dpkg.log>. If this option is given multiple times, the last "
3977
4145
msgstr ""
3978
4146
 
3979
4147
#. type: TP
3980
 
#: dpkg.1:611
 
4148
#: dpkg.1:628
3981
4149
#, fuzzy, no-wrap
3982
4150
msgid "B<--no-debsig>"
3983
4151
msgstr "B<--new>"
3984
4152
 
3985
4153
#. type: Plain text
3986
 
#: dpkg.1:614
 
4154
#: dpkg.1:631
3987
4155
msgid "Do not try to verify package signatures."
3988
4156
msgstr ""
3989
4157
 
3990
4158
#. type: TP
3991
 
#: dpkg.1:614
 
4159
#: dpkg.1:631
3992
4160
#, fuzzy, no-wrap
3993
4161
msgid "B<--no-triggers>"
3994
4162
msgstr "B<--new>"
3995
4163
 
3996
4164
#. type: Plain text
3997
 
#: dpkg.1:623
 
4165
#: dpkg.1:640
3998
4166
msgid ""
3999
4167
"Do not run any triggers in this run (activations will still be recorded).  "
4000
4168
"If used with B<--configure> I<package> or B<--triggers-only> I<package> then "
4005
4173
msgstr ""
4006
4174
 
4007
4175
#. type: TP
4008
 
#: dpkg.1:623
 
4176
#: dpkg.1:640
4009
4177
#, fuzzy, no-wrap
4010
4178
msgid "B<--triggers>"
4011
4179
msgstr "B<--new>"
4012
4180
 
4013
4181
#. type: Plain text
4014
 
#: dpkg.1:626
 
4182
#: dpkg.1:643
4015
4183
msgid "Cancels a previous B<--no-triggers>."
4016
4184
msgstr ""
4017
4185
 
4018
4186
#. type: Plain text
4019
 
#: dpkg.1:628 dpkg.cfg.5:16
 
4187
#: dpkg.1:645 dpkg.cfg.5:16
4020
4188
#, no-wrap
4021
4189
msgid "I</etc/dpkg/dpkg.cfg>"
4022
4190
msgstr "I</etc/dpkg/dpkg.cfg>"
4023
4191
 
4024
4192
#. type: Plain text
4025
 
#: dpkg.1:631
 
4193
#: dpkg.1:648
4026
4194
msgid "Configuration file with default options."
4027
4195
msgstr ""
4028
4196
 
4029
4197
#. type: TP
4030
 
#: dpkg.1:631
 
4198
#: dpkg.1:648
4031
4199
#, fuzzy, no-wrap
4032
4200
msgid "I</var/log/dpkg.log>"
4033
4201
msgstr "I</etc/dpkg/dpkg.cfg>"
4034
4202
 
4035
4203
#. type: Plain text
4036
 
#: dpkg.1:635
 
4204
#: dpkg.1:652
4037
4205
msgid "Default log file (see I</etc/dpkg/dpkg.cfg>(5) and option B<--log>)."
4038
4206
msgstr ""
4039
4207
 
4040
4208
#. type: Plain text
4041
 
#: dpkg.1:638
 
4209
#: dpkg.1:655
4042
4210
msgid ""
4043
4211
"The other files listed below are in their default directories, see option "
4044
4212
"B<--admindir> to see how to change locations of these files."
4045
4213
msgstr ""
4046
4214
 
4047
4215
#. type: TP
4048
 
#: dpkg.1:638
 
4216
#: dpkg.1:655
4049
4217
#, no-wrap
4050
4218
msgid "I</var/lib/dpkg/available>"
4051
4219
msgstr ""
4052
4220
 
4053
4221
#. type: Plain text
4054
 
#: dpkg.1:641
 
4222
#: dpkg.1:658
4055
4223
msgid "List of available packages."
4056
4224
msgstr ""
4057
4225
 
4058
4226
#. type: TP
4059
 
#: dpkg.1:641
 
4227
#: dpkg.1:658
4060
4228
#, no-wrap
4061
4229
msgid "I</var/lib/dpkg/status>"
4062
4230
msgstr ""
4063
4231
 
4064
4232
#. type: Plain text
4065
 
#: dpkg.1:647
 
4233
#: dpkg.1:664
4066
4234
msgid ""
4067
4235
"Statuses of available packages. This file contains information about whether "
4068
4236
"a package is marked for removing or not, whether it is installed or not, "
4070
4238
msgstr ""
4071
4239
 
4072
4240
#. type: Plain text
4073
 
#: dpkg.1:650
 
4241
#: dpkg.1:667
4074
4242
msgid ""
4075
4243
"The status file is backed up daily in I</var/backups>. It can be useful if "
4076
4244
"it's lost or corrupted due to filesystems troubles."
4077
4245
msgstr ""
4078
4246
 
4079
4247
#. type: Plain text
4080
 
#: dpkg.1:653
 
4248
#: dpkg.1:670
4081
4249
msgid ""
4082
4250
"The following files are components of a binary package. See B<deb>(5)  for "
4083
4251
"more information about them:"
4084
4252
msgstr ""
4085
4253
 
4086
4254
#. type: TP
4087
 
#: dpkg.1:653
 
4255
#: dpkg.1:670
4088
4256
#, fuzzy, no-wrap
4089
4257
msgid "I<control>"
4090
4258
msgstr "kontroll"
4091
4259
 
4092
4260
#. type: TP
4093
 
#: dpkg.1:655
 
4261
#: dpkg.1:672
4094
4262
#, no-wrap
4095
4263
msgid "I<conffiles>"
4096
4264
msgstr ""
4097
4265
 
4098
4266
#. type: TP
4099
 
#: dpkg.1:657
 
4267
#: dpkg.1:674
4100
4268
#, no-wrap
4101
4269
msgid "I<preinst>"
4102
4270
msgstr ""
4103
4271
 
4104
4272
#. type: TP
4105
 
#: dpkg.1:659
 
4273
#: dpkg.1:676
4106
4274
#, no-wrap
4107
4275
msgid "I<postinst>"
4108
4276
msgstr ""
4109
4277
 
4110
4278
#. type: TP
4111
 
#: dpkg.1:661
 
4279
#: dpkg.1:678
4112
4280
#, no-wrap
4113
4281
msgid "I<prerm>"
4114
4282
msgstr ""
4115
4283
 
4116
4284
#. type: TP
4117
 
#: dpkg.1:663
 
4285
#: dpkg.1:680
4118
4286
#, no-wrap
4119
4287
msgid "I<postrm>"
4120
4288
msgstr ""
4121
4289
 
4122
4290
#. type: SH
4123
 
#: dpkg.1:666 dpkg-buildflags.1:128 dpkg-buildpackage.1:230 dpkg-deb.1:232
4124
 
#: dpkg-divert.8:112 dpkg-query.1:204 dpkg-statoverride.8:68 dpkg-trigger.1:60
 
4291
#: dpkg.1:683 dpkg-buildflags.1:144 dpkg-buildpackage.1:231 dpkg-deb.1:240
 
4292
#: dpkg-divert.8:112 dpkg-query.1:220 dpkg-statoverride.8:68 dpkg-trigger.1:60
4125
4293
#: dpkg-vendor.1:42 dselect.1:423 update-alternatives.8:354
4126
4294
#, no-wrap
4127
4295
msgid "ENVIRONMENT"
4128
4296
msgstr ""
4129
4297
 
4130
4298
#. type: TP
4131
 
#: dpkg.1:667 dselect.1:424
 
4299
#: dpkg.1:684 dselect.1:424
4132
4300
#, fuzzy, no-wrap
4133
4301
msgid "B<HOME>"
4134
4302
msgstr "B<--new>"
4135
4303
 
4136
4304
#. type: Plain text
4137
 
#: dpkg.1:671
 
4305
#: dpkg.1:688
4138
4306
msgid ""
4139
4307
"If set, B<dpkg> will use it as the directory from which to read the user "
4140
4308
"specific configuration file."
4141
4309
msgstr ""
4142
4310
 
4143
4311
#. type: TP
4144
 
#: dpkg.1:671 dpkg-deb.1:233
 
4312
#: dpkg.1:688 dpkg-deb.1:241
4145
4313
#, no-wrap
4146
4314
msgid "B<TMPDIR>"
4147
4315
msgstr ""
4148
4316
 
4149
4317
#. type: Plain text
4150
 
#: dpkg.1:675
 
4318
#: dpkg.1:692
4151
4319
msgid ""
4152
4320
"If set, B<dpkg> will use it as the directory in which to create temporary "
4153
4321
"files and directories."
4154
4322
msgstr ""
4155
4323
 
4156
4324
#. type: TP
4157
 
#: dpkg.1:675
 
4325
#: dpkg.1:692
4158
4326
#, fuzzy, no-wrap
4159
4327
msgid "B<PAGER>"
4160
4328
msgstr "B<--new>"
4161
4329
 
4162
4330
#. type: Plain text
4163
 
#: dpkg.1:678
 
4331
#: dpkg.1:695
4164
4332
msgid "The program B<dpkg> will execute when displaying the conffiles."
4165
4333
msgstr ""
4166
4334
 
4167
4335
#. type: TP
4168
 
#: dpkg.1:678
 
4336
#: dpkg.1:695
4169
4337
#, no-wrap
4170
4338
msgid "B<SHELL>"
4171
4339
msgstr ""
4172
4340
 
4173
4341
#. type: Plain text
4174
 
#: dpkg.1:681
 
4342
#: dpkg.1:698
4175
4343
msgid "The program B<dpkg> will execute when starting a new shell."
4176
4344
msgstr ""
4177
4345
 
4178
4346
#. type: TP
4179
 
#: dpkg.1:681 dpkg-query.1:209
 
4347
#: dpkg.1:698 dpkg-query.1:225
4180
4348
#, no-wrap
4181
4349
msgid "B<COLUMNS>"
4182
4350
msgstr ""
4183
4351
 
4184
4352
#. type: Plain text
4185
 
#: dpkg.1:685
 
4353
#: dpkg.1:702
4186
4354
msgid ""
4187
4355
"Sets the number of columns B<dpkg> should use when displaying formatted "
4188
4356
"text. Currently only used by -l."
4189
4357
msgstr ""
4190
4358
 
4191
4359
#. type: TP
4192
 
#: dpkg.1:685
 
4360
#: dpkg.1:702
4193
4361
#, no-wrap
4194
4362
msgid "B<DPKG_SHELL_REASON>"
4195
4363
msgstr ""
4196
4364
 
4197
4365
#. type: Plain text
4198
 
#: dpkg.1:689
 
4366
#: dpkg.1:706
4199
4367
msgid ""
4200
4368
"Defined by B<dpkg> on the shell spawned on the conffile prompt to examine "
4201
4369
"the situation. Current valid value: B<conffile-prompt>."
4202
4370
msgstr ""
4203
4371
 
4204
4372
#. type: TP
4205
 
#: dpkg.1:689
 
4373
#: dpkg.1:706
4206
4374
#, no-wrap
4207
4375
msgid "B<DPKG_CONFFILE_OLD>"
4208
4376
msgstr ""
4209
4377
 
4210
4378
#. type: Plain text
4211
 
#: dpkg.1:693
 
4379
#: dpkg.1:710
4212
4380
msgid ""
4213
4381
"Defined by B<dpkg> on the shell spawned on the conffile prompt to examine "
4214
4382
"the situation. Contains the path to the old conffile."
4215
4383
msgstr ""
4216
4384
 
4217
4385
#. type: TP
4218
 
#: dpkg.1:693
 
4386
#: dpkg.1:710
4219
4387
#, no-wrap
4220
4388
msgid "B<DPKG_CONFFILE_NEW>"
4221
4389
msgstr ""
4222
4390
 
4223
4391
#. type: Plain text
4224
 
#: dpkg.1:697
 
4392
#: dpkg.1:714
4225
4393
msgid ""
4226
4394
"Defined by B<dpkg> on the shell spawned on the conffile prompt to examine "
4227
4395
"the situation. Contains the path to the new conffile."
4228
4396
msgstr ""
4229
4397
 
4230
4398
#. type: TP
4231
 
#: dpkg.1:697
 
4399
#: dpkg.1:714
4232
4400
#, no-wrap
4233
4401
msgid "B<DPKG_RUNNING_VERSION>"
4234
4402
msgstr ""
4235
4403
 
4236
4404
#. type: Plain text
4237
 
#: dpkg.1:701
 
4405
#: dpkg.1:718
4238
4406
msgid ""
4239
4407
"Defined by B<dpkg> on the maintainer script environment to the version of "
4240
4408
"the currently running B<dpkg> instance."
4241
4409
msgstr ""
4242
4410
 
4243
4411
#. type: TP
4244
 
#: dpkg.1:701 dpkg-divert.8:117
 
4412
#: dpkg.1:718 dpkg-divert.8:117
4245
4413
#, no-wrap
4246
4414
msgid "B<DPKG_MAINTSCRIPT_PACKAGE>"
4247
4415
msgstr ""
4248
4416
 
4249
4417
#. type: Plain text
4250
 
#: dpkg.1:705
 
4418
#: dpkg.1:722
4251
4419
msgid ""
4252
4420
"Defined by B<dpkg> on the maintainer script environment to the package name "
4253
4421
"being handled."
4254
4422
msgstr ""
4255
4423
 
4256
4424
#. type: TP
4257
 
#: dpkg.1:705
 
4425
#: dpkg.1:722
4258
4426
#, no-wrap
4259
4427
msgid "B<DPKG_MAINTSCRIPT_ARCH>"
4260
4428
msgstr ""
4261
4429
 
4262
4430
#. type: Plain text
4263
 
#: dpkg.1:709
 
4431
#: dpkg.1:726
4264
4432
msgid ""
4265
4433
"Defined by B<dpkg> on the maintainer script environment to the architecture "
4266
4434
"the package got built for."
4267
4435
msgstr ""
4268
4436
 
4269
4437
#. type: TP
4270
 
#: dpkg.1:709
 
4438
#: dpkg.1:726
4271
4439
#, no-wrap
4272
4440
msgid "B<DPKG_MAINTSCRIPT_NAME>"
4273
4441
msgstr ""
4274
4442
 
4275
4443
#. type: Plain text
4276
 
#: dpkg.1:713
 
4444
#: dpkg.1:730
4277
4445
msgid ""
4278
4446
"Defined by B<dpkg> on the maintainer script environment to the name of the "
4279
4447
"script running (preinst, postinst, prerm, postrm)."
4280
4448
msgstr ""
4281
4449
 
4282
4450
#. type: Plain text
4283
 
#: dpkg.1:716
 
4451
#: dpkg.1:733
4284
4452
msgid "To list packages related to the editor B<vi>(1):"
4285
4453
msgstr ""
4286
4454
 
4287
4455
#. type: Plain text
4288
 
#: dpkg.1:718
 
4456
#: dpkg.1:735
4289
4457
#, no-wrap
4290
4458
msgid "     B<dpkg -l \\(aq*vi*\\(aq>\n"
4291
4459
msgstr ""
4292
4460
 
4293
4461
#. type: Plain text
4294
 
#: dpkg.1:721
 
4462
#: dpkg.1:738
4295
4463
msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
4296
4464
msgstr ""
4297
4465
 
4298
4466
#. type: Plain text
4299
 
#: dpkg.1:723
 
4467
#: dpkg.1:740
4300
4468
#, no-wrap
4301
4469
msgid "     B<dpkg --print-avail elvis vim | less>\n"
4302
4470
msgstr ""
4303
4471
 
4304
4472
#. type: Plain text
4305
 
#: dpkg.1:726
 
4473
#: dpkg.1:743
4306
4474
msgid "To search the listing of packages yourself:"
4307
4475
msgstr ""
4308
4476
 
4309
4477
#. type: Plain text
4310
 
#: dpkg.1:728
 
4478
#: dpkg.1:745
4311
4479
#, no-wrap
4312
4480
msgid "     B<less /var/lib/dpkg/available>\n"
4313
4481
msgstr ""
4314
4482
 
4315
4483
#. type: Plain text
4316
 
#: dpkg.1:731
 
4484
#: dpkg.1:748
4317
4485
msgid "To remove an installed elvis package:"
4318
4486
msgstr ""
4319
4487
 
4320
4488
#. type: Plain text
4321
 
#: dpkg.1:733
 
4489
#: dpkg.1:750
4322
4490
#, no-wrap
4323
4491
msgid "     B<dpkg -r elvis>\n"
4324
4492
msgstr ""
4325
4493
 
4326
4494
#. type: Plain text
4327
 
#: dpkg.1:738
 
4495
#: dpkg.1:755
4328
4496
msgid ""
4329
4497
"To install a package, you first need to find it in an archive or CDROM. The "
4330
4498
"\"available\" file shows that the vim package is in section \"editors\":"
4331
4499
msgstr ""
4332
4500
 
4333
4501
#. type: Plain text
4334
 
#: dpkg.1:741
 
4502
#: dpkg.1:758
4335
4503
#, no-wrap
4336
4504
msgid ""
4337
4505
"     B<cd /media/cdrom/pool/main/v/vim>\n"
4339
4507
msgstr ""
4340
4508
 
4341
4509
#. type: Plain text
4342
 
#: dpkg.1:744
 
4510
#: dpkg.1:761
4343
4511
msgid "To make a local copy of the package selection states:"
4344
4512
msgstr ""
4345
4513
 
4346
4514
#. type: Plain text
4347
 
#: dpkg.1:746
 
4515
#: dpkg.1:763
4348
4516
#, no-wrap
4349
4517
msgid "     B<dpkg --get-selections E<gt>myselections>\n"
4350
4518
msgstr ""
4351
4519
 
4352
4520
#. type: Plain text
4353
 
#: dpkg.1:750
 
4521
#: dpkg.1:767
4354
4522
msgid ""
4355
4523
"You might transfer this file to another computer, and install it there with:"
4356
4524
msgstr ""
4357
4525
 
4358
4526
#. type: Plain text
4359
 
#: dpkg.1:753
 
4527
#: dpkg.1:770
4360
4528
#, no-wrap
4361
4529
msgid ""
4362
4530
"     B<dpkg --clear-selections>\n"
4364
4532
msgstr ""
4365
4533
 
4366
4534
#. type: Plain text
4367
 
#: dpkg.1:759
 
4535
#: dpkg.1:776
4368
4536
msgid ""
4369
4537
"Note that this will not actually install or remove anything, but just set "
4370
4538
"the selection state on the requested packages. You will need some other "
4373
4541
msgstr ""
4374
4542
 
4375
4543
#. type: Plain text
4376
 
#: dpkg.1:762
 
4544
#: dpkg.1:779
4377
4545
msgid ""
4378
4546
"Ordinarily, you will find that B<dselect>(1) provides a more convenient way "
4379
4547
"to modify the package selection states."
4380
4548
msgstr ""
4381
4549
 
4382
4550
#. type: SH
4383
 
#: dpkg.1:764
 
4551
#: dpkg.1:781
4384
4552
#, no-wrap
4385
4553
msgid "ADDITIONAL FUNCTIONALITY"
4386
4554
msgstr ""
4387
4555
 
4388
4556
#. type: Plain text
4389
 
#: dpkg.1:767
 
4557
#: dpkg.1:784
4390
4558
msgid ""
4391
4559
"Additional functionality can be gained by installing any of the following "
4392
4560
"packages: B<apt>, B<aptitude> and B<debsums>."
4393
4561
msgstr ""
4394
4562
 
4395
4563
#. type: Plain text
4396
 
#: dpkg.1:779
 
4564
#: dpkg.1:796
4397
4565
msgid ""
4398
4566
"B<aptitude>(1), B<apt>(1), B<dselect>(1), B<dpkg-deb>(1), B<dpkg-query>(1), "
4399
4567
"B<deb>(5), B<deb-control>(5), B<dpkg.cfg>(5), and B<dpkg-reconfigure>(8)."
4400
4568
msgstr ""
4401
4569
 
4402
4570
#. type: Plain text
4403
 
#: dpkg.1:782
 
4571
#: dpkg.1:799
4404
4572
msgid "B<--no-act> usually gives less information than might be helpful."
4405
4573
msgstr ""
4406
4574
 
4407
4575
#. type: Plain text
4408
 
#: dpkg.1:785 dpkg.cfg.5:22
 
4576
#: dpkg.1:802 dpkg.cfg.5:22
4409
4577
msgid ""
4410
4578
"See I</usr/share/doc/dpkg/THANKS> for the list of people who have "
4411
4579
"contributed to B<dpkg>."
4419
4587
msgid "dpkg-architecture"
4420
4588
msgstr ""
4421
4589
 
 
4590
#. type: TH
 
4591
#: dpkg-architecture.1:1 dpkg-shlibdeps.1:1
 
4592
#, fuzzy, no-wrap
 
4593
#| msgid "2006-02-28"
 
4594
msgid "2012-01-20"
 
4595
msgstr "2006-02-28"
 
4596
 
4422
4597
#. type: Plain text
4423
4598
#: dpkg-architecture.1:4
4424
4599
msgid ""
4569
4744
msgstr ""
4570
4745
 
4571
4746
#. type: Plain text
4572
 
#: dpkg-architecture.1:63 dpkg-buildflags.1:92 dpkg-buildpackage.1:226
4573
 
#: dpkg-checkbuilddeps.1:36 dpkg-distaddfile.1:35 dpkg-deb.1:175
 
4747
#: dpkg-architecture.1:63 dpkg-buildflags.1:108 dpkg-buildpackage.1:227
 
4748
#: dpkg-checkbuilddeps.1:41 dpkg-distaddfile.1:35 dpkg-deb.1:175
4574
4749
#: dpkg-divert.8:74 dpkg-genchanges.1:134 dpkg-gencontrol.1:124
4575
 
#: dpkg-gensymbols.1:446 dpkg-mergechangelogs.1:41 dpkg-name.1:61
4576
 
#: dpkg-parsechangelog.1:36 dpkg-query.1:113 dpkg-scanpackages.1:99
 
4750
#: dpkg-gensymbols.1:447 dpkg-mergechangelogs.1:41 dpkg-name.1:61
 
4751
#: dpkg-parsechangelog.1:36 dpkg-query.1:114 dpkg-scanpackages.1:99
4577
4752
#: dpkg-scansources.1:68 dpkg-shlibdeps.1:218 dpkg-source.1:99
4578
4753
#: dpkg-split.1:129 dpkg-statoverride.8:47 dpkg-trigger.1:34 dpkg-vendor.1:31
4579
4754
#: update-alternatives.8:319
4581
4756
msgstr ""
4582
4757
 
4583
4758
#. type: Plain text
4584
 
#: dpkg-architecture.1:66 dpkg-buildflags.1:95 dpkg-buildpackage.1:229
4585
 
#: dpkg-checkbuilddeps.1:39 dpkg-distaddfile.1:38 dpkg-deb.1:178
 
4759
#: dpkg-architecture.1:66 dpkg-buildflags.1:111 dpkg-buildpackage.1:230
 
4760
#: dpkg-checkbuilddeps.1:44 dpkg-distaddfile.1:38 dpkg-deb.1:178
4586
4761
#: dpkg-divert.8:77 dpkg-genchanges.1:137 dpkg-gencontrol.1:127
4587
 
#: dpkg-gensymbols.1:449 dpkg-mergechangelogs.1:44 dpkg-name.1:64
4588
 
#: dpkg-parsechangelog.1:39 dpkg-query.1:116 dpkg-scanpackages.1:102
 
4762
#: dpkg-gensymbols.1:450 dpkg-mergechangelogs.1:44 dpkg-name.1:64
 
4763
#: dpkg-parsechangelog.1:39 dpkg-query.1:117 dpkg-scanpackages.1:102
4589
4764
#: dpkg-scansources.1:70 dpkg-shlibdeps.1:221 dpkg-source.1:102
4590
4765
#: dpkg-split.1:132 dpkg-statoverride.8:50 dpkg-trigger.1:37 dpkg-vendor.1:34
4591
4766
#: update-alternatives.8:322
4605
4780
msgstr ""
4606
4781
 
4607
4782
#. type: TP
4608
 
#: dpkg-architecture.1:71 dpkg-buildpackage.1:110
 
4783
#: dpkg-architecture.1:71 dpkg-buildpackage.1:111
4609
4784
#, no-wrap
4610
4785
msgid "B<-t>I<gnu-system-type>"
4611
4786
msgstr ""
4931
5106
msgstr ""
4932
5107
 
4933
5108
#. type: Plain text
4934
 
#: dpkg-architecture.1:151 dpkg-architecture.1:168
4935
 
msgid "Instead of:"
4936
 
msgstr ""
4937
 
 
4938
 
#. type: Plain text
4939
 
#: dpkg-architecture.1:155
4940
 
#, no-wrap
4941
 
msgid ""
4942
 
"ARCH=\\`dpkg --print-architecture\\`\n"
4943
 
"configure $(\\s-1ARCH\\s0)-linux\n"
4944
 
msgstr ""
4945
 
 
4946
 
#. type: Plain text
4947
 
#: dpkg-architecture.1:158
4948
 
msgid "please use the following:"
4949
 
msgstr ""
4950
 
 
4951
 
#. type: Plain text
4952
 
#: dpkg-architecture.1:162
 
5109
#: dpkg-architecture.1:151
 
5110
msgid "Retrieving the GNU system type and forwarding it to ./configure:"
 
5111
msgstr ""
 
5112
 
 
5113
#. type: Plain text
 
5114
#: dpkg-architecture.1:157
4953
5115
#, no-wrap
4954
5116
msgid ""
4955
5117
"\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)\n"
4956
5118
"\\&\\s-1DEB_HOST_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)\n"
 
5119
"[...]\n"
 
5120
"configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
 
5121
msgstr ""
 
5122
 
 
5123
#. type: Plain text
 
5124
#: dpkg-architecture.1:161
 
5125
msgid "Doing something only for a specific architecture:"
4957
5126
msgstr ""
4958
5127
 
4959
5128
#. type: Plain text
4960
5129
#: dpkg-architecture.1:164
4961
5130
#, no-wrap
4962
 
msgid "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
4963
 
msgstr ""
4964
 
 
4965
 
#. type: Plain text
4966
 
#: dpkg-architecture.1:174
4967
 
#, no-wrap
4968
 
msgid ""
4969
 
"ARCH=\\`dpkg --print-architecture\\`\n"
4970
 
"ifeq ($(\\s-1ARCH\\s0),alpha)\n"
4971
 
"  ...\n"
4972
 
"endif\n"
4973
 
msgstr ""
4974
 
 
4975
 
#. type: Plain text
4976
 
#: dpkg-architecture.1:177
4977
 
msgid "please use:"
4978
 
msgstr ""
4979
 
 
4980
 
#. type: Plain text
4981
 
#: dpkg-architecture.1:180
4982
 
#, no-wrap
4983
5131
msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
4984
5132
msgstr ""
4985
5133
 
4986
5134
#. type: Plain text
4987
 
#: dpkg-architecture.1:184
 
5135
#: dpkg-architecture.1:168 dpkg-architecture.1:182
4988
5136
#, no-wrap
4989
5137
msgid ""
4990
5138
"ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
4991
 
"  ...\n"
 
5139
"  [...]\n"
4992
5140
"endif\n"
4993
5141
msgstr ""
4994
5142
 
4995
5143
#. type: Plain text
4996
 
#: dpkg-architecture.1:188
 
5144
#: dpkg-architecture.1:172
4997
5145
msgid ""
4998
5146
"or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
4999
5147
"or DEB_HOST_ARCH_OS variables."
5000
5148
msgstr ""
5001
5149
 
5002
5150
#. type: Plain text
5003
 
#: dpkg-architecture.1:193
5004
 
msgid ""
5005
 
"In general, calling dpkg in the rules file to get architecture information "
5006
 
"is deprecated (unless you want to provide backward compatibility, see "
5007
 
"below).  Especially the --print-architecture option is unreliable since we "
5008
 
"have Debian architectures which don't equal a processor name."
 
5151
#: dpkg-architecture.1:175
 
5152
msgid ""
 
5153
"Note that you can also rely on an external Makefile snippet to properly set "
 
5154
"all the variables that B<dpkg-architecture> can provide:"
 
5155
msgstr ""
 
5156
 
 
5157
#. type: Plain text
 
5158
#: dpkg-architecture.1:178
 
5159
#, no-wrap
 
5160
msgid "include /usr/share/dpkg/architecture.mk\n"
 
5161
msgstr ""
 
5162
 
 
5163
#. type: Plain text
 
5164
#: dpkg-architecture.1:186
 
5165
msgid ""
 
5166
"In any case, you should never use B<dpkg --print-architecture> to get "
 
5167
"architecture information during a package build."
5009
5168
msgstr ""
5010
5169
 
5011
5170
#. type: SH
 
5171
#: dpkg-architecture.1:187 dpkg-buildpackage.1:245
 
5172
#, no-wrap
 
5173
msgid "BACKWARD COMPATIBILITY"
 
5174
msgstr ""
 
5175
 
 
5176
#. type: Plain text
 
5177
#: dpkg-architecture.1:190
 
5178
msgid ""
 
5179
"The /usr/share/dpkg/architecture.mk Makefile snippet is provided by dpkg-dev "
 
5180
"since version 1.16.1."
 
5181
msgstr ""
 
5182
 
 
5183
#. type: Plain text
5012
5184
#: dpkg-architecture.1:194
5013
 
#, no-wrap
5014
 
msgid "BACKWARD COMPATIBILITY"
5015
 
msgstr ""
5016
 
 
5017
 
#. type: Plain text
5018
 
#: dpkg-architecture.1:198
5019
5185
msgid ""
5020
5186
"The DEB_*_ARCH_BITS and DEB_*_ARCH_ENDIAN variables were introduced in dpkg-"
5021
5187
"dev 1.15.4. Using them in I<debian/rules> thus requires a build-dependency "
5023
5189
msgstr ""
5024
5190
 
5025
5191
#. type: Plain text
5026
 
#: dpkg-architecture.1:203
 
5192
#: dpkg-architecture.1:197
5027
5193
msgid ""
5028
5194
"The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were introduced in dpkg-"
5029
 
"dev 1.13.2. Before this I<debian/rules> files tended to check the values of "
5030
 
"the DEB_HOST_GNU_CPU or DEB_HOST_GNU_TYPE variables which have been subject "
5031
 
"to change."
5032
 
msgstr ""
5033
 
 
5034
 
#. type: Plain text
5035
 
#: dpkg-architecture.1:208
5036
 
msgid ""
5037
 
"Where I<debian/rules> files check these variables to decide how or what to "
5038
 
"compile, this should be updated to use the new variables and values.  You "
5039
 
"may wish to retain backwards compatibility with older version of dpkg-dev by "
5040
 
"using the following code:"
5041
 
msgstr ""
5042
 
 
5043
 
#. type: Plain text
5044
 
#: dpkg-architecture.1:212
5045
 
#, no-wrap
5046
 
msgid ""
5047
 
"DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2E<gt>/dev/null)\n"
5048
 
"DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2E<gt>/dev/null)\n"
5049
 
msgstr ""
5050
 
 
5051
 
#. type: Plain text
5052
 
#: dpkg-architecture.1:226
5053
 
#, no-wrap
5054
 
msgid ""
5055
 
"# Take account of old dpkg-architecture output.\n"
5056
 
"ifeq ($(DEB_HOST_ARCH_CPU),)\n"
5057
 
"  DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)\n"
5058
 
"  ifeq ($(DEB_HOST_ARCH_CPU),x86_64)\n"
5059
 
"    DEB_HOST_ARCH_CPU := amd64\n"
5060
 
"  endif\n"
5061
 
"endif\n"
5062
 
"ifeq ($(DEB_HOST_ARCH_OS),)\n"
5063
 
"  DEB_HOST_ARCH_OS := $(subst -gnu,,$(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM))\n"
5064
 
"  ifeq ($(DEB_HOST_ARCH_OS),gnu)\n"
5065
 
"    DEB_HOST_ARCH_OS := hurd\n"
5066
 
"  endif\n"
5067
 
"endif\n"
5068
 
msgstr ""
5069
 
 
5070
 
#. type: Plain text
5071
 
#: dpkg-architecture.1:229
5072
 
msgid "And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS."
5073
 
msgstr ""
5074
 
 
5075
 
#. type: Plain text
5076
 
#: dpkg-architecture.1:232
5077
 
msgid ""
5078
 
"If you still wish to support versions of dpkg-dev that did not include "
5079
 
"B<dpkg-architecture>, the following does the job:"
5080
 
msgstr ""
5081
 
 
5082
 
#. type: Plain text
5083
 
#: dpkg-architecture.1:242
5084
 
#, no-wrap
5085
 
msgid ""
5086
 
"\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
5087
 
"\\&\\s-1DEB_BUILD_GNU_CPU\\s0 := $(patsubst hurd-%,%,$(\\s-1DEB_BUILD_ARCH\\s0))\n"
5088
 
"ifeq ($(filter-out hurd-%,$(\\s-1DEB_BUILD_ARCH\\s0)),)\n"
5089
 
"  \\s-1DEB_BUILD_GNU_SYSTEM\\s0 := gnu\n"
5090
 
"else\n"
5091
 
"  \\s-1DEB_BUILD_GNU_SYSTEM\\s0 := linux-gnu\n"
5092
 
"endif\n"
5093
 
"DEB_BUILD_GNU_TYPE=$(\\s-1DEB_BUILD_GNU_CPU\\s0)-$(\\s-1DEB_BUILD_GNU_SYSTEM\\s0)\n"
5094
 
msgstr ""
5095
 
 
5096
 
#. type: Plain text
5097
 
#: dpkg-architecture.1:247
5098
 
#, no-wrap
5099
 
msgid ""
5100
 
"\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
5101
 
"\\&\\s-1DEB_HOST_GNU_CPU\\s0 := $(\\s-1DEB_BUILD_GNU_CPU\\s0)\n"
5102
 
"\\&\\s-1DEB_HOST_GNU_SYSTEM\\s0 := $(\\s-1DEB_BUILD_GNU_SYSTEM\\s0)\n"
5103
 
"\\&\\s-1DEB_HOST_GNU_TYPE\\s0 := $(\\s-1DEB_BUILD_GNU_TYPE\\s0)\n"
5104
 
msgstr ""
5105
 
 
5106
 
#. type: Plain text
5107
 
#: dpkg-architecture.1:251
5108
 
msgid ""
5109
 
"Put a subset of these lines at the top of your debian/rules file; these "
5110
 
"default values will be overwritten if dpkg-architecture is used."
5111
 
msgstr ""
5112
 
 
5113
 
#. type: Plain text
5114
 
#: dpkg-architecture.1:258
5115
 
msgid ""
5116
 
"You don't need the full set. Choose a consistent set which contains the "
5117
 
"values you use in the rules file. For example, if you only need the host "
5118
 
"Debian architecture, `DEB_HOST_ARCH=\\`dpkg --print-architecture\\`' is "
5119
 
"sufficient (this is indeed the Debian architecture of the build machine, but "
5120
 
"remember that we are only trying to be backward compatible with native "
5121
 
"compilation)."
5122
 
msgstr ""
5123
 
 
5124
 
#. type: Plain text
5125
 
#: dpkg-architecture.1:261
 
5195
"dev 1.13.2."
 
5196
msgstr ""
 
5197
 
 
5198
#. type: Plain text
 
5199
#: dpkg-architecture.1:200
5126
5200
msgid ""
5127
5201
"The B<-e> and B<-i> options were only introduced in relatively recent "
5128
5202
"versions of B<dpkg-architecture> (since dpkg 1.13.13)."
5129
5203
msgstr ""
5130
5204
 
5131
5205
#. type: Plain text
5132
 
#: dpkg-architecture.1:265
 
5206
#: dpkg-architecture.1:204
5133
5207
msgid ""
5134
5208
"B<dpkg-buildpackage> accepts the B<-a> option and passes it to B<dpkg-"
5135
5209
"architecture>. Other examples:"
5136
5210
msgstr ""
5137
5211
 
5138
5212
#. type: Plain text
5139
 
#: dpkg-architecture.1:267
 
5213
#: dpkg-architecture.1:206
5140
5214
msgid "CC=i386-gnu-gcc dpkg-architecture -c debian/rules build"
5141
5215
msgstr ""
5142
5216
 
5143
5217
#. type: Plain text
5144
 
#: dpkg-architecture.1:269
 
5218
#: dpkg-architecture.1:208
5145
5219
#, fuzzy
5146
5220
msgid "eval \\`dpkg-architecture -u\\`"
5147
5221
msgstr "Debian Project"
5148
5222
 
5149
5223
#. type: Plain text
5150
 
#: dpkg-architecture.1:272
 
5224
#: dpkg-architecture.1:211
5151
5225
msgid ""
5152
5226
"Check if an architecture is equal to the current architecture or a given one:"
5153
5227
msgstr ""
5154
5228
 
5155
5229
#. type: Plain text
5156
 
#: dpkg-architecture.1:274
 
5230
#: dpkg-architecture.1:213
5157
5231
msgid "dpkg-architecture -elinux-alpha"
5158
5232
msgstr ""
5159
5233
 
5160
5234
#. type: Plain text
5161
 
#: dpkg-architecture.1:276
 
5235
#: dpkg-architecture.1:215
5162
5236
msgid "dpkg-architecture -amips -elinux-mips"
5163
5237
msgstr ""
5164
5238
 
5165
5239
#. type: Plain text
5166
 
#: dpkg-architecture.1:279
 
5240
#: dpkg-architecture.1:218
5167
5241
msgid ""
5168
5242
"Check if the current architecture or an architecture provided with -a are "
5169
5243
"Linux systems:"
5170
5244
msgstr ""
5171
5245
 
5172
5246
#. type: Plain text
5173
 
#: dpkg-architecture.1:281
 
5247
#: dpkg-architecture.1:220
5174
5248
msgid "dpkg-architecture -ilinux-any"
5175
5249
msgstr ""
5176
5250
 
5177
5251
#. type: Plain text
5178
 
#: dpkg-architecture.1:283
 
5252
#: dpkg-architecture.1:222
5179
5253
msgid "dpkg-architecture -ai386 -ilinux-any"
5180
5254
msgstr ""
5181
5255
 
5182
5256
#. type: Plain text
5183
 
#: dpkg-architecture.1:288
 
5257
#: dpkg-architecture.1:227
5184
5258
msgid ""
5185
5259
"All these files have to be present for B<dpkg-architecture> to work. Their "
5186
5260
"location can be overridden at runtime with the environment variable "
5188
5262
msgstr ""
5189
5263
 
5190
5264
#. type: TP
5191
 
#: dpkg-architecture.1:288
 
5265
#: dpkg-architecture.1:227
5192
5266
#, no-wrap
5193
5267
msgid "I</usr/share/dpkg/cputable>"
5194
5268
msgstr ""
5195
5269
 
5196
5270
#. type: Plain text
5197
 
#: dpkg-architecture.1:291
 
5271
#: dpkg-architecture.1:230
5198
5272
msgid "Table of known CPU names and mapping to their GNU name."
5199
5273
msgstr ""
5200
5274
 
5201
5275
#. type: TP
5202
 
#: dpkg-architecture.1:291
 
5276
#: dpkg-architecture.1:230
5203
5277
#, no-wrap
5204
5278
msgid "I</usr/share/dpkg/ostable>"
5205
5279
msgstr ""
5206
5280
 
5207
5281
#. type: Plain text
5208
 
#: dpkg-architecture.1:294
 
5282
#: dpkg-architecture.1:233
5209
5283
msgid "Table of known operating system names and mapping to their GNU name."
5210
5284
msgstr ""
5211
5285
 
5212
5286
#. type: TP
5213
 
#: dpkg-architecture.1:294
 
5287
#: dpkg-architecture.1:233
5214
5288
#, no-wrap
5215
5289
msgid "I</usr/share/dpkg/triplettable>"
5216
5290
msgstr ""
5217
5291
 
5218
5292
#. type: Plain text
5219
 
#: dpkg-architecture.1:298
 
5293
#: dpkg-architecture.1:237
5220
5294
msgid ""
5221
5295
"Mapping between Debian architecture triplets and Debian architecture names."
5222
5296
msgstr ""
5223
5297
 
5224
5298
#. type: Plain text
5225
 
#: dpkg-architecture.1:302
 
5299
#: dpkg-architecture.1:241
5226
5300
#, fuzzy
5227
5301
msgid "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
5228
5302
msgstr "B<deb>(5), B<dpkg>(1), B<dpkg-deb>(1)."
5229
5303
 
5230
5304
#. type: Plain text
5231
 
#: dpkg-architecture.1:307
 
5305
#: dpkg-architecture.1:246
5232
5306
msgid ""
5233
5307
"B<dpkg-architecture> and this man page were initially written by Marcus "
5234
5308
"Brinkmann E<lt>brinkmd@debian.orgE<gt>."
5284
5358
msgstr "I<~/.dpkg.cfg>"
5285
5359
 
5286
5360
#. type: Plain text
5287
 
#: dpkg.cfg.5:24 dpkg-divert.8:134 dpkg-query.1:222 dpkg-statoverride.8:86
 
5361
#: dpkg.cfg.5:24 dpkg-divert.8:134 dpkg-query.1:238 dpkg-statoverride.8:86
5288
5362
msgid "B<dpkg>(1)."
5289
5363
msgstr "B<dpkg>(1)."
5290
5364
 
5554
5628
msgid "the flag is set/modified by an environment-specific configuration."
5555
5629
msgstr ""
5556
5630
 
 
5631
#. type: TP
 
5632
#: dpkg-buildflags.1:89
 
5633
#, fuzzy, no-wrap
 
5634
msgid "B<--query-features>I< area>"
 
5635
msgstr "B<--version>"
 
5636
 
 
5637
#. type: Plain text
 
5638
#: dpkg-buildflags.1:94
 
5639
msgid ""
 
5640
"Print the features enabled for a given area. The only currently recognized "
 
5641
"area is B<hardening>. Exits with 0 if the area is known otherwise exits with "
 
5642
"1."
 
5643
msgstr ""
 
5644
 
 
5645
#. type: Plain text
 
5646
#: dpkg-buildflags.1:97
 
5647
msgid ""
 
5648
"The output format is RFC822 header-style, with one section per feature.  For "
 
5649
"example:"
 
5650
msgstr ""
 
5651
 
 
5652
#. type: Plain text
 
5653
#: dpkg-buildflags.1:101
 
5654
#, no-wrap
 
5655
msgid ""
 
5656
"  Feature: pie\n"
 
5657
"  Enabled: no\n"
 
5658
msgstr ""
 
5659
 
 
5660
#. type: Plain text
 
5661
#: dpkg-buildflags.1:104
 
5662
#, no-wrap
 
5663
msgid ""
 
5664
"  Feature: stackprotector\n"
 
5665
"  Enabled: yes\n"
 
5666
msgstr ""
 
5667
 
5557
5668
#. type: SH
5558
 
#: dpkg-buildflags.1:96
 
5669
#: dpkg-buildflags.1:112
5559
5670
#, no-wrap
5560
5671
msgid "SUPPORTED FLAGS"
5561
5672
msgstr ""
5562
5673
 
5563
5674
#. type: TP
5564
 
#: dpkg-buildflags.1:97
 
5675
#: dpkg-buildflags.1:113
5565
5676
#, no-wrap
5566
5677
msgid "B<CFLAGS>"
5567
5678
msgstr ""
5568
5679
 
5569
5680
#. type: Plain text
5570
 
#: dpkg-buildflags.1:103
 
5681
#: dpkg-buildflags.1:119
5571
5682
msgid ""
5572
5683
"Options for the C compiler. The default value set by the vendor includes I<-"
5573
5684
"g> and the default optimization level (I<-O2> usually, or I<-O0> if the "
5575
5686
msgstr ""
5576
5687
 
5577
5688
#. type: TP
5578
 
#: dpkg-buildflags.1:103
 
5689
#: dpkg-buildflags.1:119
5579
5690
#, no-wrap
5580
5691
msgid "B<CPPFLAGS>"
5581
5692
msgstr ""
5582
5693
 
5583
5694
#. type: Plain text
5584
 
#: dpkg-buildflags.1:106
 
5695
#: dpkg-buildflags.1:122
5585
5696
msgid "Options for the C preprocessor. Default value: empty."
5586
5697
msgstr ""
5587
5698
 
5588
5699
#. type: TP
5589
 
#: dpkg-buildflags.1:106
 
5700
#: dpkg-buildflags.1:122
5590
5701
#, no-wrap
5591
5702
msgid "B<CXXFLAGS>"
5592
5703
msgstr ""
5593
5704
 
5594
5705
#. type: Plain text
5595
 
#: dpkg-buildflags.1:109
 
5706
#: dpkg-buildflags.1:125
5596
5707
msgid "Options for the C++ compiler. Same as B<CFLAGS>."
5597
5708
msgstr ""
5598
5709
 
5599
5710
#. type: TP
5600
 
#: dpkg-buildflags.1:109
 
5711
#: dpkg-buildflags.1:125
5601
5712
#, no-wrap
5602
5713
msgid "B<FFLAGS>"
5603
5714
msgstr ""
5604
5715
 
5605
5716
#. type: Plain text
5606
 
#: dpkg-buildflags.1:112
 
5717
#: dpkg-buildflags.1:128
5607
5718
msgid "Options for the Fortran compiler. Same as B<CFLAGS>."
5608
5719
msgstr ""
5609
5720
 
5610
5721
#. type: TP
5611
 
#: dpkg-buildflags.1:112
 
5722
#: dpkg-buildflags.1:128
5612
5723
#, no-wrap
5613
5724
msgid "B<LDFLAGS>"
5614
5725
msgstr ""
5615
5726
 
5616
5727
#. type: Plain text
5617
 
#: dpkg-buildflags.1:120
 
5728
#: dpkg-buildflags.1:136
5618
5729
msgid ""
5619
5730
"Options passed to the compiler when linking executables or shared objects "
5620
5731
"(if the linker is called directly, then B<-Wl> and B<,> have to be stripped "
5622
5733
msgstr ""
5623
5734
 
5624
5735
#. type: TP
5625
 
#: dpkg-buildflags.1:122
 
5736
#: dpkg-buildflags.1:138
5626
5737
#, fuzzy, no-wrap
5627
5738
#| msgid "I</etc/dpkg/dpkg.cfg>"
5628
5739
msgid "B</etc/dpkg/buildflags.conf>"
5629
5740
msgstr "I</etc/dpkg/dpkg.cfg>"
5630
5741
 
5631
5742
#. type: Plain text
5632
 
#: dpkg-buildflags.1:125
 
5743
#: dpkg-buildflags.1:141
5633
5744
#, fuzzy
5634
5745
#| msgid "dselect.cfg - dselect configuration file"
5635
5746
msgid "System wide configuration file."
5636
5747
msgstr "dselect.cfg - dselect konfigurációs fájl"
5637
5748
 
5638
5749
#. type: TP
5639
 
#: dpkg-buildflags.1:125
 
5750
#: dpkg-buildflags.1:141
5640
5751
#, no-wrap
5641
5752
msgid "B<$XDG_CONFIG_HOME/dpkg/buildflags.conf> or B<$HOME/.config/dpkg/buildflags.conf>"
5642
5753
msgstr ""
5643
5754
 
5644
5755
#. type: Plain text
5645
 
#: dpkg-buildflags.1:128
 
5756
#: dpkg-buildflags.1:144
5646
5757
#, fuzzy
5647
5758
#| msgid "dselect.cfg - dselect configuration file"
5648
5759
msgid "User configuration file."
5649
5760
msgstr "dselect.cfg - dselect konfigurációs fájl"
5650
5761
 
5651
5762
#. type: Plain text
5652
 
#: dpkg-buildflags.1:135
 
5763
#: dpkg-buildflags.1:151
5653
5764
msgid ""
5654
5765
"There are 2 sets of environment variables doing the same operations, the "
5655
5766
"first one (DEB_I<flag>_I<op>) should never be used within B<debian/rules>. "
5660
5771
msgstr ""
5661
5772
 
5662
5773
#. type: TP
5663
 
#: dpkg-buildflags.1:135
 
5774
#: dpkg-buildflags.1:151
5664
5775
#, no-wrap
5665
5776
msgid "B<DEB_>I<flag>B<_SET>"
5666
5777
msgstr ""
5667
5778
 
5668
5779
#. type: TQ
5669
 
#: dpkg-buildflags.1:137
 
5780
#: dpkg-buildflags.1:153
5670
5781
#, no-wrap
5671
5782
msgid "B<DEB_>I<flag>B<_MAINT_SET>"
5672
5783
msgstr ""
5673
5784
 
5674
5785
#. type: Plain text
5675
 
#: dpkg-buildflags.1:141
 
5786
#: dpkg-buildflags.1:157
5676
5787
msgid ""
5677
5788
"This variable can be used to force the value returned for the given I<flag>."
5678
5789
msgstr ""
5679
5790
 
5680
5791
#. type: TP
5681
 
#: dpkg-buildflags.1:141
 
5792
#: dpkg-buildflags.1:157
5682
5793
#, no-wrap
5683
5794
msgid "B<DEB_>I<flag>B<_STRIP>"
5684
5795
msgstr ""
5685
5796
 
5686
5797
#. type: TQ
5687
 
#: dpkg-buildflags.1:143
 
5798
#: dpkg-buildflags.1:159
5688
5799
#, no-wrap
5689
5800
msgid "B<DEB_>I<flag>B<_MAINT_STRIP>"
5690
5801
msgstr ""
5691
5802
 
5692
5803
#. type: Plain text
5693
 
#: dpkg-buildflags.1:148
 
5804
#: dpkg-buildflags.1:164
5694
5805
msgid ""
5695
5806
"This variable can be used to provide a space separated list of options that "
5696
5807
"will be stripped from the set of flags returned for the given I<flag>."
5697
5808
msgstr ""
5698
5809
 
5699
5810
#. type: TP
5700
 
#: dpkg-buildflags.1:148
 
5811
#: dpkg-buildflags.1:164
5701
5812
#, no-wrap
5702
5813
msgid "B<DEB_>I<flag>B<_APPEND>"
5703
5814
msgstr ""
5704
5815
 
5705
5816
#. type: TQ
5706
 
#: dpkg-buildflags.1:150
 
5817
#: dpkg-buildflags.1:166
5707
5818
#, no-wrap
5708
5819
msgid "B<DEB_>I<flag>B<_MAINT_APPEND>"
5709
5820
msgstr ""
5710
5821
 
5711
5822
#. type: Plain text
5712
 
#: dpkg-buildflags.1:154
 
5823
#: dpkg-buildflags.1:170
5713
5824
msgid ""
5714
5825
"This variable can be used to append supplementary options to the value "
5715
5826
"returned for the given I<flag>."
5716
5827
msgstr ""
5717
5828
 
5718
5829
#. type: TP
5719
 
#: dpkg-buildflags.1:154
 
5830
#: dpkg-buildflags.1:170
5720
5831
#, no-wrap
5721
5832
msgid "B<DEB_>I<flag>B<_PREPEND>"
5722
5833
msgstr ""
5723
5834
 
5724
5835
#. type: TQ
5725
 
#: dpkg-buildflags.1:156
 
5836
#: dpkg-buildflags.1:172
5726
5837
#, no-wrap
5727
5838
msgid "B<DEB_>I<flag>B<_MAINT_PREPEND>"
5728
5839
msgstr ""
5729
5840
 
5730
5841
#. type: Plain text
5731
 
#: dpkg-buildflags.1:160
 
5842
#: dpkg-buildflags.1:176
5732
5843
msgid ""
5733
5844
"This variable can be used to prepend supplementary options to the value "
5734
5845
"returned for the given I<flag>."
5735
5846
msgstr ""
5736
5847
 
5737
5848
#. type: TP
5738
 
#: dpkg-buildflags.1:160
 
5849
#: dpkg-buildflags.1:176
5739
5850
#, no-wrap
5740
5851
msgid "B<DEB_BUILD_MAINT_OPTIONS>"
5741
5852
msgstr ""
5742
5853
 
5743
5854
#. type: Plain text
5744
 
#: dpkg-buildflags.1:165
 
5855
#: dpkg-buildflags.1:181
5745
5856
msgid ""
5746
5857
"This variable can be used to disable/enable various hardening build flags "
5747
5858
"through the B<hardening> option. See the B<HARDENING> section for details."
5748
5859
msgstr ""
5749
5860
 
5750
5861
#. type: SH
5751
 
#: dpkg-buildflags.1:166
 
5862
#: dpkg-buildflags.1:182
5752
5863
#, no-wrap
5753
5864
msgid "HARDENING"
5754
5865
msgstr ""
5755
5866
 
5756
5867
#. type: Plain text
5757
 
#: dpkg-buildflags.1:171
 
5868
#: dpkg-buildflags.1:187
5758
5869
msgid ""
5759
5870
"Several compile-time options (detailed below) can be used to help harden a "
5760
5871
"resulting binary against memory corruption attacks, or provide additional "
5763
5874
msgstr ""
5764
5875
 
5765
5876
#. type: Plain text
5766
 
#: dpkg-buildflags.1:177
 
5877
#: dpkg-buildflags.1:193
5767
5878
msgid ""
5768
5879
"Each hardening feature can be enabled and disabled in the "
5769
5880
"B<DEB_BUILD_MAINT_OPTIONS> environment variable's B<hardening> value with "
5772
5883
msgstr ""
5773
5884
 
5774
5885
#. type: Plain text
5775
 
#: dpkg-buildflags.1:179
 
5886
#: dpkg-buildflags.1:195
5776
5887
#, no-wrap
5777
5888
msgid "  export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,-fortify\n"
5778
5889
msgstr ""
5779
5890
 
5780
5891
#. type: Plain text
5781
 
#: dpkg-buildflags.1:183
 
5892
#: dpkg-buildflags.1:199
5782
5893
msgid ""
5783
5894
"The special feature B<all> can be used to enable or disable all hardening "
5784
5895
"features at the same time. Thus disabling everything and enabling only "
5786
5897
msgstr ""
5787
5898
 
5788
5899
#. type: Plain text
5789
 
#: dpkg-buildflags.1:185
 
5900
#: dpkg-buildflags.1:201
5790
5901
#, no-wrap
5791
5902
msgid "  export DEB_BUILD_MAINT_OPTIONS=hardening=-all,+format,+fortify\n"
5792
5903
msgstr ""
5793
5904
 
5794
5905
#. type: TP
5795
 
#: dpkg-buildflags.1:186
 
5906
#: dpkg-buildflags.1:202
5796
5907
#, fuzzy, no-wrap
5797
5908
msgid "B<format>"
5798
5909
msgstr "B<--showformat=>I<formátum>"
5799
5910
 
5800
5911
#. type: Plain text
5801
 
#: dpkg-buildflags.1:198
 
5912
#: dpkg-buildflags.1:214
5802
5913
msgid ""
5803
5914
"This setting (enabled by default) adds B<-Wformat -Wformat-security -"
5804
5915
"Werror=format-security> to B<CFLAGS> and B<CXXFLAGS>. This will warn about "
5811
5922
msgstr ""
5812
5923
 
5813
5924
#. type: TP
5814
 
#: dpkg-buildflags.1:199
 
5925
#: dpkg-buildflags.1:215
5815
5926
#, no-wrap
5816
5927
msgid "B<fortify>"
5817
5928
msgstr ""
5818
5929
 
5819
5930
#. type: Plain text
5820
 
#: dpkg-buildflags.1:210
 
5931
#: dpkg-buildflags.1:226
5821
5932
msgid ""
5822
5933
"This setting (enabled by default) adds B<-D_FORTIFY_SOURCE=2> to "
5823
5934
"B<CPPFLAGS>. During code generation the compiler knows a great deal of "
5829
5940
msgstr ""
5830
5941
 
5831
5942
#. type: Plain text
5832
 
#: dpkg-buildflags.1:213
 
5943
#: dpkg-buildflags.1:229
5833
5944
msgid ""
5834
5945
"Note that for this option to have any effect, the source must also be "
5835
5946
"compiled with B<-O1> or higher."
5836
5947
msgstr ""
5837
5948
 
5838
5949
#. type: TP
5839
 
#: dpkg-buildflags.1:213
 
5950
#: dpkg-buildflags.1:229
5840
5951
#, no-wrap
5841
5952
msgid "B<stackprotector>"
5842
5953
msgstr ""
5843
5954
 
5844
5955
#. type: Plain text
5845
 
#: dpkg-buildflags.1:222
 
5956
#: dpkg-buildflags.1:238
5846
5957
msgid ""
5847
5958
"This setting (enabled by default) adds B<-fstack-protector --param=ssp-"
5848
5959
"buffer-size=4> to B<CFLAGS> and B<CXXFLAGS>. This adds safety checks against "
5853
5964
msgstr ""
5854
5965
 
5855
5966
#. type: Plain text
5856
 
#: dpkg-buildflags.1:226
 
5967
#: dpkg-buildflags.1:242
5857
5968
msgid ""
5858
5969
"This feature requires linking against glibc (or another provider of "
5859
5970
"B<__stack_chk_fail>), so needs to be disabled when building with B<-"
5861
5972
msgstr ""
5862
5973
 
5863
5974
#. type: TP
5864
 
#: dpkg-buildflags.1:227
 
5975
#: dpkg-buildflags.1:243
5865
5976
#, fuzzy, no-wrap
5866
5977
msgid "B<relro>"
5867
5978
msgstr "B<--new>"
5868
5979
 
5869
5980
#. type: Plain text
5870
 
#: dpkg-buildflags.1:235
 
5981
#: dpkg-buildflags.1:252
5871
5982
msgid ""
5872
5983
"This setting (enabled by default) adds B<-Wl,-z,relro> to B<LDFLAGS>.  "
5873
5984
"During program load, several ELF memory sections need to be written to by "
5874
5985
"the linker. This flags the loader to turn these sections read-only before "
5875
5986
"turning over control to the program. Most notably this prevents GOT "
5876
 
"overwrite attacks."
 
5987
"overwrite attacks. If this option is disabled, B<bindnow> will become "
 
5988
"disabled as well."
5877
5989
msgstr ""
5878
5990
 
5879
5991
#. type: TP
5880
 
#: dpkg-buildflags.1:236
 
5992
#: dpkg-buildflags.1:253
5881
5993
#, no-wrap
5882
5994
msgid "B<bindnow>"
5883
5995
msgstr ""
5884
5996
 
5885
5997
#. type: Plain text
5886
 
#: dpkg-buildflags.1:243
 
5998
#: dpkg-buildflags.1:260
5887
5999
msgid ""
5888
6000
"This setting (disabled by default) adds B<-Wl,-z,now> to B<LDFLAGS>. During "
5889
6001
"program load, all dynamic symbols are resolved, allowing for the entire PLT "
5890
 
"to be marked read-only (due to B<relro> above)."
 
6002
"to be marked read-only (due to B<relro> above). The option cannot become "
 
6003
"enabled if B<relro> is not enabled."
5891
6004
msgstr ""
5892
6005
 
5893
6006
#. type: TP
5894
 
#: dpkg-buildflags.1:244
 
6007
#: dpkg-buildflags.1:261
5895
6008
#, no-wrap
5896
6009
msgid "B<pie>"
5897
6010
msgstr ""
5898
6011
 
5899
6012
#. type: Plain text
5900
 
#: dpkg-buildflags.1:256
 
6013
#: dpkg-buildflags.1:273
5901
6014
msgid ""
5902
6015
"This setting (disabled by default) adds B<-fPIE> to B<CFLAGS> and "
5903
6016
"B<CXXFLAGS>, and B<-fPIE -pie> to B<LDFLAGS>. Position Independent "
5912
6025
msgstr ""
5913
6026
 
5914
6027
#. type: Plain text
5915
 
#: dpkg-buildflags.1:259
 
6028
#: dpkg-buildflags.1:276
5916
6029
msgid ""
5917
6030
"This is not compatible with B<-fPIC> so care must be taken when building "
5918
6031
"shared objects."
5919
6032
msgstr ""
5920
6033
 
5921
6034
#. type: Plain text
5922
 
#: dpkg-buildflags.1:265
 
6035
#: dpkg-buildflags.1:282
5923
6036
msgid ""
5924
6037
"Additionally, since PIE is implemented via a general register, some "
5925
6038
"architectures (most notably i386) can see performance losses of up to 15% in "
5929
6042
msgstr ""
5930
6043
 
5931
6044
#. type: Plain text
5932
 
#: dpkg-buildflags.1:268
 
6045
#: dpkg-buildflags.1:285
5933
6046
msgid "Copyright \\(co 2010-2011 Rapha\\[:e]l Hertzog"
5934
6047
msgstr ""
5935
6048
 
5936
6049
#. type: Plain text
5937
 
#: dpkg-buildflags.1:270
 
6050
#: dpkg-buildflags.1:287
5938
6051
msgid "Copyright \\(co 2011 Kees Cook"
5939
6052
msgstr ""
5940
6053
 
6026
6139
msgstr "B<--new>"
6027
6140
 
6028
6141
#. type: Plain text
6029
 
#: dpkg-buildpackage.1:36
 
6142
#: dpkg-buildpackage.1:37
6030
6143
msgid ""
6031
 
"It calls B<debian/rules> B<build> followed by B<fakeroot debian/rules> "
6032
 
"I<binary-target> (unless a source-only build has been requested with B<-S>). "
6033
 
"Note that I<binary-target> is either B<binary> (default case, or if B<-b> is "
6034
 
"specified)  or B<binary-arch> (if B<-B> is specified) or B<binary-indep> (if "
6035
 
"B<-A> is specified)."
 
6144
"It calls B<debian/rules> I<build-target> followed by B<fakeroot debian/"
 
6145
"rules> I<binary-target> (unless a source-only build has been requested with "
 
6146
"B<-S>). Note that I<build-target> and I<binary-target> are either B<build> "
 
6147
"and B<binary> (default case, or if B<-b> is specified), or B<build-arch> and "
 
6148
"B<binary-arch> (if B<-B> is specified), or B<build-indep> and B<binary-"
 
6149
"indep> (if B<-A> is specified)."
6036
6150
msgstr ""
6037
6151
 
6038
6152
#. type: IP
6039
 
#: dpkg-buildpackage.1:36
 
6153
#: dpkg-buildpackage.1:37
6040
6154
#, fuzzy, no-wrap
6041
6155
msgid "B<6.>"
6042
6156
msgstr "B<--new>"
6043
6157
 
6044
6158
#. type: Plain text
6045
 
#: dpkg-buildpackage.1:39
 
6159
#: dpkg-buildpackage.1:40
6046
6160
msgid ""
6047
6161
"It calls B<gpg> to sign the B<.dsc> file (if any, unless B<-us> is "
6048
6162
"specified)."
6049
6163
msgstr ""
6050
6164
 
6051
6165
#. type: IP
6052
 
#: dpkg-buildpackage.1:39
 
6166
#: dpkg-buildpackage.1:40
6053
6167
#, fuzzy, no-wrap
6054
6168
msgid "B<7.>"
6055
6169
msgstr "B<--new>"
6056
6170
 
6057
6171
#. type: Plain text
6058
 
#: dpkg-buildpackage.1:43
 
6172
#: dpkg-buildpackage.1:44
6059
6173
msgid ""
6060
6174
"It calls B<dpkg-genchanges> to generate a B<.changes> file.  Many B<dpkg-"
6061
6175
"buildpackage> options are forwarded to B<dpkg-genchanges>."
6062
6176
msgstr ""
6063
6177
 
6064
6178
#. type: IP
6065
 
#: dpkg-buildpackage.1:43
 
6179
#: dpkg-buildpackage.1:44
6066
6180
#, fuzzy, no-wrap
6067
6181
msgid "B<8.>"
6068
6182
msgstr "B<--new>"
6069
6183
 
6070
6184
#. type: Plain text
6071
 
#: dpkg-buildpackage.1:46
 
6185
#: dpkg-buildpackage.1:47
6072
6186
msgid ""
6073
6187
"It calls B<gpg> to sign the B<.changes> file (unless B<-uc> is specified)."
6074
6188
msgstr ""
6075
6189
 
6076
6190
#. type: IP
6077
 
#: dpkg-buildpackage.1:46
 
6191
#: dpkg-buildpackage.1:47
6078
6192
#, fuzzy, no-wrap
6079
6193
msgid "B<9.>"
6080
6194
msgstr "B<--new>"
6081
6195
 
6082
6196
#. type: Plain text
6083
 
#: dpkg-buildpackage.1:49
 
6197
#: dpkg-buildpackage.1:50
6084
6198
msgid ""
6085
6199
"If B<-tc> is specified, it will call B<fakeroot debian/rules clean> again. "
6086
6200
"Finally it calls B<dpkg-source --after-build>."
6087
6201
msgstr ""
6088
6202
 
6089
6203
#. type: TP
6090
 
#: dpkg-buildpackage.1:51
 
6204
#: dpkg-buildpackage.1:52
6091
6205
#, fuzzy, no-wrap
6092
6206
msgid "B<-b>"
6093
6207
msgstr "B<--new>"
6094
6208
 
6095
6209
#. type: Plain text
6096
 
#: dpkg-buildpackage.1:55
 
6210
#: dpkg-buildpackage.1:56
6097
6211
msgid ""
6098
6212
"Specifies a binary-only build, no source files are to be built and/or "
6099
6213
"distributed. Passed to B<dpkg-genchanges>."
6100
6214
msgstr ""
6101
6215
 
6102
6216
#. type: TP
6103
 
#: dpkg-buildpackage.1:55 dpkg-checkbuilddeps.1:23
 
6217
#: dpkg-buildpackage.1:56 dpkg-checkbuilddeps.1:23
6104
6218
#, fuzzy, no-wrap
6105
6219
msgid "B<-B>"
6106
6220
msgstr "B<--new>"
6107
6221
 
6108
6222
#. type: Plain text
6109
 
#: dpkg-buildpackage.1:59
 
6223
#: dpkg-buildpackage.1:60
6110
6224
msgid ""
6111
6225
"Specifies a binary-only build, limited to architecture dependent packages.  "
6112
6226
"Passed to B<dpkg-genchanges>."
6113
6227
msgstr ""
6114
6228
 
6115
6229
#. type: TP
6116
 
#: dpkg-buildpackage.1:59
 
6230
#: dpkg-buildpackage.1:60
6117
6231
#, fuzzy, no-wrap
6118
6232
msgid "B<-A>"
6119
6233
msgstr "B<--new>"
6120
6234
 
6121
6235
#. type: Plain text
6122
 
#: dpkg-buildpackage.1:63
 
6236
#: dpkg-buildpackage.1:64
6123
6237
msgid ""
6124
6238
"Specifies a binary-only build, limited to architecture independent packages. "
6125
6239
"Passed to B<dpkg-genchanges>."
6126
6240
msgstr ""
6127
6241
 
6128
6242
#. type: TP
6129
 
#: dpkg-buildpackage.1:63 dpkg-genchanges.1:27
 
6243
#: dpkg-buildpackage.1:64 dpkg-genchanges.1:27
6130
6244
#, fuzzy, no-wrap
6131
6245
msgid "B<-S>"
6132
6246
msgstr "B<--new>"
6133
6247
 
6134
6248
#. type: Plain text
6135
 
#: dpkg-buildpackage.1:67
 
6249
#: dpkg-buildpackage.1:68
6136
6250
msgid ""
6137
6251
"Specifies a source-only build, no binary packages need to be made.  Passed "
6138
6252
"to B<dpkg-genchanges>."
6139
6253
msgstr ""
6140
6254
 
6141
6255
#. type: TP
6142
 
#: dpkg-buildpackage.1:67
 
6256
#: dpkg-buildpackage.1:68
6143
6257
#, no-wrap
6144
6258
msgid "B<-F>"
6145
6259
msgstr ""
6146
6260
 
6147
6261
#. type: Plain text
6148
 
#: dpkg-buildpackage.1:71
 
6262
#: dpkg-buildpackage.1:72
6149
6263
msgid ""
6150
6264
"Specifies a normal full build, binary and source packages will be built.  "
6151
6265
"This is the same as the default case when no build option is specified."
6152
6266
msgstr ""
6153
6267
 
6154
6268
#. type: Plain text
6155
 
#: dpkg-buildpackage.1:73
 
6269
#: dpkg-buildpackage.1:74
6156
6270
#, fuzzy
6157
6271
msgid "B<--target=>I<target>"
6158
6272
msgstr "B<--showformat=>I<formátum>"
6159
6273
 
6160
6274
#. type: Plain text
6161
 
#: dpkg-buildpackage.1:75
 
6275
#: dpkg-buildpackage.1:76
6162
6276
#, fuzzy
6163
6277
msgid "B<--target >I<target>"
6164
6278
msgstr "B<--showformat=>I<formátum>"
6165
6279
 
6166
6280
#. type: Plain text
6167
 
#: dpkg-buildpackage.1:77
 
6281
#: dpkg-buildpackage.1:78
6168
6282
#, fuzzy
6169
6283
msgid "B<-T>I<target>"
6170
6284
msgstr "B<Package:> E<lt>csomag névE<gt>"
6171
6285
 
6172
6286
#. type: Plain text
6173
 
#: dpkg-buildpackage.1:83
 
6287
#: dpkg-buildpackage.1:84
6174
6288
msgid ""
6175
6289
"Calls B<debian/rules> I<target> after having setup the build environment and "
6176
6290
"stops the package build process here. If B<--as-root> is also given, then "
6179
6293
msgstr ""
6180
6294
 
6181
6295
#. type: TP
6182
 
#: dpkg-buildpackage.1:84
 
6296
#: dpkg-buildpackage.1:85
6183
6297
#, fuzzy, no-wrap
6184
6298
msgid "B<--as-root>"
6185
6299
msgstr "B<--new>"
6186
6300
 
6187
6301
#. type: Plain text
6188
 
#: dpkg-buildpackage.1:88
 
6302
#: dpkg-buildpackage.1:89
6189
6303
msgid ""
6190
6304
"Only meaningful together with B<--target>. Requires that the target be run "
6191
6305
"with root rights."
6192
6306
msgstr ""
6193
6307
 
6194
6308
#. type: TP
6195
 
#: dpkg-buildpackage.1:90 dpkg-genchanges.1:36
 
6309
#: dpkg-buildpackage.1:91 dpkg-genchanges.1:36
6196
6310
#, fuzzy, no-wrap
6197
6311
msgid "B<-si>"
6198
6312
msgstr "B<--new>"
6199
6313
 
6200
6314
#. type: TP
6201
 
#: dpkg-buildpackage.1:92 dpkg-genchanges.1:42
 
6315
#: dpkg-buildpackage.1:93 dpkg-genchanges.1:42
6202
6316
#, fuzzy, no-wrap
6203
6317
msgid "B<-sa>"
6204
6318
msgstr "B<--new>"
6205
6319
 
6206
6320
#. type: TP
6207
 
#: dpkg-buildpackage.1:94 dpkg-genchanges.1:45
 
6321
#: dpkg-buildpackage.1:95 dpkg-genchanges.1:45
6208
6322
#, fuzzy, no-wrap
6209
6323
msgid "B<-sd>"
6210
6324
msgstr "B<--new>"
6211
6325
 
6212
6326
#. type: TP
6213
 
#: dpkg-buildpackage.1:96 dpkg-genchanges.1:49 dpkg-gencontrol.1:38
 
6327
#: dpkg-buildpackage.1:97 dpkg-genchanges.1:49 dpkg-gencontrol.1:38
6214
6328
#: dpkg-gensymbols.1:377
6215
6329
#, fuzzy, no-wrap
6216
6330
msgid "B<-v>I<version>"
6217
6331
msgstr "B<--version>"
6218
6332
 
6219
6333
#. type: TP
6220
 
#: dpkg-buildpackage.1:98 dpkg-genchanges.1:54
 
6334
#: dpkg-buildpackage.1:99 dpkg-genchanges.1:54
6221
6335
#, fuzzy, no-wrap
6222
6336
msgid "B<-C>I<changesdescription>"
6223
6337
msgstr "B< >E<lt>hosszú leírásE<gt>"
6224
6338
 
6225
6339
#. type: TP
6226
 
#: dpkg-buildpackage.1:100 dpkg-genchanges.1:60
 
6340
#: dpkg-buildpackage.1:101 dpkg-genchanges.1:60
6227
6341
#, no-wrap
6228
6342
msgid "B<-m>I<maintaineraddress>"
6229
6343
msgstr ""
6230
6344
 
6231
6345
#. type: TP
6232
 
#: dpkg-buildpackage.1:102 dpkg-genchanges.1:66
 
6346
#: dpkg-buildpackage.1:103 dpkg-genchanges.1:66
6233
6347
#, no-wrap
6234
6348
msgid "B<-e>I<maintaineraddress>"
6235
6349
msgstr ""
6236
6350
 
6237
6351
#. type: Plain text
6238
 
#: dpkg-buildpackage.1:104
 
6352
#: dpkg-buildpackage.1:105
6239
6353
msgid "Passed unchanged to B<dpkg-genchanges>. See its manual page."
6240
6354
msgstr ""
6241
6355
 
6242
6356
#. type: TP
6243
 
#: dpkg-buildpackage.1:105
 
6357
#: dpkg-buildpackage.1:106
6244
6358
#, no-wrap
6245
6359
msgid "B<-a>I<architecture>"
6246
6360
msgstr ""
6247
6361
 
6248
6362
#. type: Plain text
6249
 
#: dpkg-buildpackage.1:110
 
6363
#: dpkg-buildpackage.1:111
6250
6364
msgid ""
6251
6365
"Specify the Debian architecture we build for. The architecture of the "
6252
6366
"machine we build on is determined automatically, and is also the default for "
6254
6368
msgstr ""
6255
6369
 
6256
6370
#. type: Plain text
6257
 
#: dpkg-buildpackage.1:115
 
6371
#: dpkg-buildpackage.1:116
6258
6372
msgid ""
6259
6373
"Specify the GNU system type we build for. It can be used in place of -a or "
6260
6374
"as a complement to override the default GNU system type of the target Debian "
6262
6376
msgstr ""
6263
6377
 
6264
6378
#. type: TP
6265
 
#: dpkg-buildpackage.1:115
 
6379
#: dpkg-buildpackage.1:116
6266
6380
#, fuzzy, no-wrap
6267
6381
msgid "B<-j>I<jobs>"
6268
6382
msgstr "B<--field>, B<-f>"
6269
6383
 
6270
6384
#. type: Plain text
6271
 
#: dpkg-buildpackage.1:126
 
6385
#: dpkg-buildpackage.1:127
6272
6386
msgid ""
6273
6387
"Number of jobs allowed to be run simultaneously, equivalent to the B<make>"
6274
6388
"(1)  option of the same name. Will add itself to the MAKEFLAGS environment "
6280
6394
msgstr ""
6281
6395
 
6282
6396
#. type: TP
6283
 
#: dpkg-buildpackage.1:126
 
6397
#: dpkg-buildpackage.1:127
6284
6398
#, fuzzy, no-wrap
6285
6399
msgid "B<-D>"
6286
6400
msgstr "B<--new>"
6287
6401
 
6288
6402
#. type: Plain text
6289
 
#: dpkg-buildpackage.1:130
 
6403
#: dpkg-buildpackage.1:131
6290
6404
msgid ""
6291
6405
"Check build dependencies and conflicts; abort if unsatisfied. This is the "
6292
6406
"default behavior."
6293
6407
msgstr ""
6294
6408
 
6295
6409
#. type: TP
6296
 
#: dpkg-buildpackage.1:130 dpkg-gensymbols.1:432
 
6410
#: dpkg-buildpackage.1:131 dpkg-gensymbols.1:433
6297
6411
#, fuzzy, no-wrap
6298
6412
msgid "B<-d>"
6299
6413
msgstr "B<--old>"
6300
6414
 
6301
6415
#. type: Plain text
6302
 
#: dpkg-buildpackage.1:133
 
6416
#: dpkg-buildpackage.1:134
6303
6417
msgid "Do not check build dependencies and conflicts."
6304
6418
msgstr ""
6305
6419
 
6306
6420
#. type: TP
6307
 
#: dpkg-buildpackage.1:133
 
6421
#: dpkg-buildpackage.1:134
6308
6422
#, fuzzy, no-wrap
6309
6423
msgid "B<-nc>"
6310
6424
msgstr "B<--new>"
6311
6425
 
6312
6426
#. type: Plain text
6313
 
#: dpkg-buildpackage.1:137
 
6427
#: dpkg-buildpackage.1:138
6314
6428
msgid ""
6315
6429
"Do not clean the source tree (implies B<-b> if nothing else has been "
6316
6430
"selected among B<-B>, B<-A> or B<-S>)."
6317
6431
msgstr ""
6318
6432
 
6319
6433
#. type: TP
6320
 
#: dpkg-buildpackage.1:137
 
6434
#: dpkg-buildpackage.1:138
6321
6435
#, no-wrap
6322
6436
msgid "B<-tc>"
6323
6437
msgstr ""
6324
6438
 
6325
6439
#. type: Plain text
6326
 
#: dpkg-buildpackage.1:143
 
6440
#: dpkg-buildpackage.1:144
6327
6441
msgid ""
6328
6442
"Clean the source tree (using I<gain-root-command> B<debian/rules clean>)  "
6329
6443
"after the package has been built."
6330
6444
msgstr ""
6331
6445
 
6332
6446
#. type: TP
6333
 
#: dpkg-buildpackage.1:143
 
6447
#: dpkg-buildpackage.1:144
6334
6448
#, no-wrap
6335
6449
msgid "B<-r>I<gain-root-command>"
6336
6450
msgstr ""
6337
6451
 
6338
6452
#. type: Plain text
6339
 
#: dpkg-buildpackage.1:167
 
6453
#: dpkg-buildpackage.1:168
6340
6454
msgid ""
6341
6455
"When B<dpkg-buildpackage> needs to execute part of the build process as "
6342
6456
"root, it prefixes the command it executes with I<gain-root-command> if one "
6352
6466
msgstr ""
6353
6467
 
6354
6468
#. type: TP
6355
 
#: dpkg-buildpackage.1:167
 
6469
#: dpkg-buildpackage.1:168
6356
6470
#, fuzzy, no-wrap
6357
6471
msgid "B<-R>I<rules-file>"
6358
6472
msgstr "B<--fsys-tarfile>"
6359
6473
 
6360
6474
#. type: Plain text
6361
 
#: dpkg-buildpackage.1:178
 
6475
#: dpkg-buildpackage.1:179
6362
6476
msgid ""
6363
6477
"Building a Debian package usually involves invoking B<debian/rules> as a "
6364
6478
"command with several standard parameters. With this option it's possible to "
6369
6483
msgstr ""
6370
6484
 
6371
6485
#. type: TP
6372
 
#: dpkg-buildpackage.1:178
 
6486
#: dpkg-buildpackage.1:179
6373
6487
#, no-wrap
6374
6488
msgid "B<-p>I<sign-command>"
6375
6489
msgstr ""
6376
6490
 
6377
6491
#. type: Plain text
6378
 
#: dpkg-buildpackage.1:188
 
6492
#: dpkg-buildpackage.1:189
6379
6493
msgid ""
6380
6494
"When B<dpkg-buildpackage> needs to execute GPG or PGP to sign a source "
6381
6495
"control (B<.dsc>) file or a B<.changes> file it will run I<sign-command> "
6387
6501
msgstr ""
6388
6502
 
6389
6503
#. type: TP
6390
 
#: dpkg-buildpackage.1:188
 
6504
#: dpkg-buildpackage.1:189
6391
6505
#, no-wrap
6392
6506
msgid "B<-k>I<key-id>"
6393
6507
msgstr ""
6394
6508
 
6395
6509
#. type: Plain text
6396
 
#: dpkg-buildpackage.1:191
 
6510
#: dpkg-buildpackage.1:192
6397
6511
msgid "Specify a key-ID to use when signing packages."
6398
6512
msgstr ""
6399
6513
 
6400
6514
#. type: TP
6401
 
#: dpkg-buildpackage.1:191
 
6515
#: dpkg-buildpackage.1:192
6402
6516
#, fuzzy, no-wrap
6403
6517
msgid "B<-us>"
6404
6518
msgstr "B<--new>"
6405
6519
 
6406
6520
#. type: Plain text
6407
 
#: dpkg-buildpackage.1:194
 
6521
#: dpkg-buildpackage.1:195
6408
6522
msgid "Do not sign the source package."
6409
6523
msgstr ""
6410
6524
 
6411
6525
#. type: TP
6412
 
#: dpkg-buildpackage.1:194
 
6526
#: dpkg-buildpackage.1:195
6413
6527
#, fuzzy, no-wrap
6414
6528
msgid "B<-uc>"
6415
6529
msgstr "B<--new>"
6416
6530
 
6417
6531
#. type: Plain text
6418
 
#: dpkg-buildpackage.1:197
 
6532
#: dpkg-buildpackage.1:198
6419
6533
msgid "Do not sign the B<.changes> file."
6420
6534
msgstr ""
6421
6535
 
6422
6536
#. type: Plain text
6423
 
#: dpkg-buildpackage.1:199
 
6537
#: dpkg-buildpackage.1:200
6424
6538
msgid "B<-i>[I<regexp>]"
6425
6539
msgstr ""
6426
6540
 
6427
6541
#. type: Plain text
6428
 
#: dpkg-buildpackage.1:201
 
6542
#: dpkg-buildpackage.1:202
6429
6543
#, fuzzy
6430
6544
msgid "B<-I>I<[pattern]>"
6431
6545
msgstr "B<--version>"
6432
6546
 
6433
6547
#. type: Plain text
6434
 
#: dpkg-buildpackage.1:203
 
6548
#: dpkg-buildpackage.1:204
6435
6549
msgid "B<-s>[B<nsAkurKUR>]"
6436
6550
msgstr ""
6437
6551
 
6438
6552
#. type: Plain text
6439
 
#: dpkg-buildpackage.1:205
 
6553
#: dpkg-buildpackage.1:206
6440
6554
#, fuzzy
6441
6555
msgid "B<-z>, B<-Z>"
6442
6556
msgstr "B<--show>, B<-W>"
6443
6557
 
6444
6558
#. type: Plain text
6445
 
#: dpkg-buildpackage.1:208
 
6559
#: dpkg-buildpackage.1:209
6446
6560
msgid "Passed unchanged to B<dpkg-source>. See its manual page."
6447
6561
msgstr ""
6448
6562
 
6449
6563
#. type: TP
6450
 
#: dpkg-buildpackage.1:209
 
6564
#: dpkg-buildpackage.1:210
6451
6565
#, fuzzy, no-wrap
6452
6566
#| msgid "B<--showformat=>I<format>"
6453
6567
msgid "B<--source-option=>I<opt>"
6454
6568
msgstr "B<--showformat=>I<formátum>"
6455
6569
 
6456
6570
#. type: Plain text
6457
 
#: dpkg-buildpackage.1:212
 
6571
#: dpkg-buildpackage.1:213
6458
6572
msgid "Pass option I<opt> to B<dpkg-source>."
6459
6573
msgstr ""
6460
6574
 
6461
6575
#. type: TP
6462
 
#: dpkg-buildpackage.1:212
 
6576
#: dpkg-buildpackage.1:213
6463
6577
#, fuzzy, no-wrap
6464
6578
msgid "B<--changes-option=>I<opt>"
6465
6579
msgstr "B< >E<lt>hosszú leírásE<gt>"
6466
6580
 
6467
6581
#. type: Plain text
6468
 
#: dpkg-buildpackage.1:215
 
6582
#: dpkg-buildpackage.1:216
6469
6583
msgid "Pass option I<opt> to B<dpkg-genchanges>."
6470
6584
msgstr ""
6471
6585
 
6472
6586
#. type: Plain text
6473
 
#: dpkg-buildpackage.1:219
 
6587
#: dpkg-buildpackage.1:220
6474
6588
#, fuzzy
6475
6589
msgid "B<--admindir >I<dir>"
6476
6590
msgstr "B<Section:> E<lt>szakaszE<gt>"
6477
6591
 
6478
6592
#. type: Plain text
6479
 
#: dpkg-buildpackage.1:222 dpkg-checkbuilddeps.1:23 dpkg-query.1:122
 
6593
#: dpkg-buildpackage.1:223 dpkg-checkbuilddeps.1:23 dpkg-query.1:123
6480
6594
#: dpkg-shlibdeps.1:215 dpkg-trigger.1:43
6481
6595
msgid ""
6482
6596
"Change the location of the B<dpkg> database. The default location is I</var/"
6484
6598
msgstr ""
6485
6599
 
6486
6600
#. type: TP
6487
 
#: dpkg-buildpackage.1:223 dpkg-checkbuilddeps.1:33 dpkg-distaddfile.1:32
 
6601
#: dpkg-buildpackage.1:224 dpkg-checkbuilddeps.1:38 dpkg-distaddfile.1:32
6488
6602
#: dpkg-deb.1:172 dpkg-genchanges.1:131 dpkg-gencontrol.1:121
6489
 
#: dpkg-gensymbols.1:443 dpkg-name.1:58 dpkg-parsechangelog.1:33
6490
 
#: dpkg-query.1:110 dpkg-scanpackages.1:96 dpkg-shlibdeps.1:215
 
6603
#: dpkg-gensymbols.1:444 dpkg-name.1:58 dpkg-parsechangelog.1:33
 
6604
#: dpkg-query.1:111 dpkg-scanpackages.1:96 dpkg-shlibdeps.1:215
6491
6605
#: dpkg-source.1:96 dpkg-split.1:126 dpkg-trigger.1:31
6492
6606
#, fuzzy, no-wrap
6493
6607
msgid "B<-h>, B<--help>"
6494
6608
msgstr "B<--help>, B<-h>"
6495
6609
 
6496
6610
#. type: Plain text
6497
 
#: dpkg-buildpackage.1:234
 
6611
#: dpkg-buildpackage.1:235
6498
6612
msgid ""
6499
6613
"Even if B<dpkg-buildpackage> exports some variables, B<debian/rules> should "
6500
6614
"not rely on their presence and should instead use the respective interface "
6502
6616
msgstr ""
6503
6617
 
6504
6618
#. type: SS
6505
 
#: dpkg-buildpackage.1:234
 
6619
#: dpkg-buildpackage.1:235
6506
6620
#, fuzzy, no-wrap
6507
6621
msgid "Variables set by dpkg-architecture"
6508
6622
msgstr "Debian Project"
6509
6623
 
6510
6624
#. type: Plain text
6511
 
#: dpkg-buildpackage.1:238
 
6625
#: dpkg-buildpackage.1:239
6512
6626
msgid ""
6513
6627
"B<dpkg-architecture> is called with the B<-a> and B<-t> parameters "
6514
6628
"forwarded. Any variable that is output by its B<-s> option is integrated in "
6516
6630
msgstr ""
6517
6631
 
6518
6632
#. type: SS
6519
 
#: dpkg-buildpackage.1:238
 
6633
#: dpkg-buildpackage.1:239
6520
6634
#, no-wrap
6521
6635
msgid "Compiler flags are no longer exported"
6522
6636
msgstr ""
6523
6637
 
6524
6638
#. type: Plain text
6525
 
#: dpkg-buildpackage.1:243
 
6639
#: dpkg-buildpackage.1:244
6526
6640
msgid ""
6527
6641
"Between versions 1.14.17 and 1.16.1, B<dpkg-buildpackage> exported compiler "
6528
6642
"flags (B<CFLAGS>, B<CXXFLAGS>, B<FFLAGS>, B<CPPFLAGS> and B<LDFLAGS>) with "
6530
6644
msgstr ""
6531
6645
 
6532
6646
#. type: Plain text
6533
 
#: dpkg-buildpackage.1:248
 
6647
#: dpkg-buildpackage.1:252
 
6648
msgid ""
 
6649
"B<dpkg-buildpackage> is using the B<build-arch> and B<build-indep> targets "
 
6650
"since version 1.16.2. Those targets are thus mandatory. But to avoid "
 
6651
"breakages of existing packages, and ease the transition, it will fallback to "
 
6652
"using the B<build> target if B<make -f debian/rules -qn> I<build-target> "
 
6653
"returns 2 as exit code."
 
6654
msgstr ""
 
6655
 
 
6656
#. type: Plain text
 
6657
#: dpkg-buildpackage.1:256
6534
6658
msgid ""
6535
6659
"It should be possible to specify spaces and shell metacharacters in and "
6536
6660
"initial arguments for I<gain-root-command> and I<sign-command>."
6537
6661
msgstr ""
6538
6662
 
6539
6663
#. type: Plain text
6540
 
#: dpkg-buildpackage.1:256
 
6664
#: dpkg-buildpackage.1:264
6541
6665
#, fuzzy
6542
6666
msgid ""
6543
6667
"B<dpkg-source>(1), B<dpkg-architecture>(1), B<dpkg-buildflags>(1), B<dpkg-"
6545
6669
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
6546
6670
 
6547
6671
#. type: Plain text
6548
 
#: dpkg-buildpackage.1:265
6549
 
msgid "Copyright \\(co 2008-2010 Rapha\\[:e]l Hertzog"
 
6672
#: dpkg-buildpackage.1:273
 
6673
msgid "Copyright \\(co 2008-2012 Rapha\\[:e]l Hertzog"
6550
6674
msgstr ""
6551
6675
 
6552
6676
#. type: TH
6607
6731
"I<debian/control> file."
6608
6732
msgstr ""
6609
6733
 
6610
 
#. type: Plain text
6611
 
#: dpkg-checkbuilddeps.1:42
 
6734
#. type: TP
 
6735
#: dpkg-checkbuilddeps.1:33
 
6736
#, fuzzy, no-wrap
 
6737
msgid "B<-a >I<arch>"
 
6738
msgstr "B<Package:> E<lt>csomag névE<gt>"
 
6739
 
 
6740
#. type: Plain text
 
6741
#: dpkg-checkbuilddeps.1:38
 
6742
msgid ""
 
6743
"Check build dependencies/conflicts assuming that the package described in "
 
6744
"the control file is to be built for the given host architecture instead of "
 
6745
"the architecture of the current system."
 
6746
msgstr ""
 
6747
 
 
6748
#. type: Plain text
 
6749
#: dpkg-checkbuilddeps.1:47
6612
6750
msgid "Copyright \\(co 2001 Joey Hess"
6613
6751
msgstr ""
6614
6752
 
6681
6819
msgid "dpkg-deb"
6682
6820
msgstr "dpkg-deb"
6683
6821
 
 
6822
#. type: TH
 
6823
#: dpkg-deb.1:1
 
6824
#, fuzzy, no-wrap
 
6825
msgid "2011-11-22"
 
6826
msgstr "2006-02-28"
 
6827
 
6684
6828
#. type: Plain text
6685
6829
#: dpkg-deb.1:4
6686
6830
msgid "dpkg-deb - Debian package archive (.deb) manipulation tool"
7013
7157
msgstr "B<--showformat=>I<formátum>"
7014
7158
 
7015
7159
#. type: Plain text
7016
 
#: dpkg-deb.1:185 dpkg-query.1:127
 
7160
#: dpkg-deb.1:185 dpkg-query.1:128
7017
7161
msgid ""
7018
7162
"This option is used to specify the format of the output B<--show> will "
7019
7163
"produce. The format is a string that will be output for each package listed."
7048
7192
msgstr "B<--field>, B<-f>"
7049
7193
 
7050
7194
#. type: Plain text
7051
 
#: dpkg-deb.1:200
 
7195
#: dpkg-deb.1:203
7052
7196
msgid ""
7053
7197
"Specify which compression level to use on the compressor backend, when "
7054
 
"building a package (default is 9 for gzip and bzip2, 6 for xz and lzma)."
7055
 
msgstr ""
7056
 
 
7057
 
#. type: TP
7058
 
#: dpkg-deb.1:200
 
7198
"building a package (default is 9 for gzip and bzip2, 6 for xz and lzma).  "
 
7199
"The accepted values are 0-9 with: 0 being mapped to compressor none for gzip "
 
7200
"and 0 mapped to 1 for bzip2. Before dpkg 1.16.2 level 0 was equivalent to "
 
7201
"compressor none for all compressors."
 
7202
msgstr ""
 
7203
 
 
7204
#. type: TP
 
7205
#: dpkg-deb.1:203
 
7206
#, fuzzy, no-wrap
 
7207
msgid "B<-S>I<compress-strategy>"
 
7208
msgstr "B<--version>"
 
7209
 
 
7210
#. type: Plain text
 
7211
#: dpkg-deb.1:208
 
7212
msgid ""
 
7213
"Specify which compression strategy to use on the compressor backend, when "
 
7214
"building a package (since dpkg 1.16.2). Allowed value is I<extreme> for xz."
 
7215
msgstr ""
 
7216
 
 
7217
#. type: TP
 
7218
#: dpkg-deb.1:208
7059
7219
#, fuzzy, no-wrap
7060
7220
msgid "B<-Z>I<compress-type>"
7061
7221
msgstr "B<--version>"
7062
7222
 
7063
7223
#. type: Plain text
7064
 
#: dpkg-deb.1:205
 
7224
#: dpkg-deb.1:213
7065
7225
msgid ""
7066
7226
"Specify which compression type to use when building a package. Allowed "
7067
7227
"values are I<gzip>, I<xz>, I<bzip2>, I<lzma>, and I<none> (default is "
7069
7229
msgstr ""
7070
7230
 
7071
7231
#. type: TP
7072
 
#: dpkg-deb.1:205
 
7232
#: dpkg-deb.1:213
7073
7233
#, no-wrap
7074
7234
msgid "B<--new>"
7075
7235
msgstr "B<--new>"
7076
7236
 
7077
7237
#. type: Plain text
7078
 
#: dpkg-deb.1:210
 
7238
#: dpkg-deb.1:218
7079
7239
msgid ""
7080
7240
"Ensures that B<dpkg-deb> builds a `new' format archive. This is the default."
7081
7241
msgstr "`Új' formátumú archívum használata. Ez az alap."
7082
7242
 
7083
7243
#. type: TP
7084
 
#: dpkg-deb.1:210
 
7244
#: dpkg-deb.1:218
7085
7245
#, no-wrap
7086
7246
msgid "B<--old>"
7087
7247
msgstr "B<--old>"
7088
7248
 
7089
7249
#. type: Plain text
7090
 
#: dpkg-deb.1:218
 
7250
#: dpkg-deb.1:226
7091
7251
msgid ""
7092
7252
"Forces B<dpkg-deb> to build an `old' format archive. This old archive format "
7093
7253
"is less easily parsed by non-Debian tools and is now obsolete; its only use "
7101
7261
"kiadva."
7102
7262
 
7103
7263
#. type: TP
7104
 
#: dpkg-deb.1:218
 
7264
#: dpkg-deb.1:226
7105
7265
#, no-wrap
7106
7266
msgid "B<--nocheck>"
7107
7267
msgstr "B<--nocheck>"
7108
7268
 
7109
7269
#. type: Plain text
7110
 
#: dpkg-deb.1:224
 
7270
#: dpkg-deb.1:232
7111
7271
msgid ""
7112
7272
"Inhibits B<dpkg-deb --build>'s usual checks on the proposed contents of an "
7113
7273
"archive. You can build any archive you want, no matter how broken, this way."
7117
7277
"hibákat tartalmaz."
7118
7278
 
7119
7279
#. type: TP
7120
 
#: dpkg-deb.1:224 start-stop-daemon.8:255
 
7280
#: dpkg-deb.1:232 start-stop-daemon.8:259
7121
7281
#, fuzzy, no-wrap
7122
7282
msgid "B<-v>, B<--verbose>"
7123
7283
msgstr "B<--version>"
7124
7284
 
7125
7285
#. type: Plain text
7126
 
#: dpkg-deb.1:228
 
7286
#: dpkg-deb.1:236
7127
7287
msgid ""
7128
7288
"Enables verbose output. This currently only affects B<--extract> making it "
7129
7289
"behave like B<--vextract>."
7130
7290
msgstr ""
7131
7291
 
7132
7292
#. type: TP
7133
 
#: dpkg-deb.1:228
 
7293
#: dpkg-deb.1:236
7134
7294
#, fuzzy, no-wrap
7135
7295
msgid "B<-D>, B<--debug>"
7136
7296
msgstr "B<--debug>, B<-D>"
7137
7297
 
7138
7298
#. type: Plain text
7139
 
#: dpkg-deb.1:231
 
7299
#: dpkg-deb.1:239
7140
7300
msgid "Enables debugging output. This is not very interesting."
7141
7301
msgstr "Hibajavító kimenet bekapcsolva. Nem túl érdekes."
7142
7302
 
7143
7303
#. type: Plain text
7144
 
#: dpkg-deb.1:237
 
7304
#: dpkg-deb.1:245
7145
7305
msgid ""
7146
7306
"If set, B<dpkg-deb> will use it as the directory in which to create "
7147
7307
"temporary files and directories."
7148
7308
msgstr ""
7149
7309
 
7150
7310
#. type: Plain text
7151
 
#: dpkg-deb.1:243
 
7311
#: dpkg-deb.1:251
7152
7312
msgid ""
7153
7313
"B<dpkg-deb -I> I<package1>B<.deb> I<package2>B<.deb> does the wrong thing."
7154
7314
msgstr "B<dpkg-deb -I> I<csomag1>B<.deb> I<csomag2>B<.deb> hibát okoz."
7155
7315
 
7156
7316
#. type: Plain text
7157
 
#: dpkg-deb.1:251
 
7317
#: dpkg-deb.1:259
7158
7318
msgid ""
7159
7319
"There is no authentication on B<.deb> files; in fact, there isn't even a "
7160
7320
"straightforward checksum.  (Higher level tools like APT support "
7164
7324
msgstr ""
7165
7325
 
7166
7326
#. type: Plain text
7167
 
#: dpkg-deb.1:258
 
7327
#: dpkg-deb.1:266
7168
7328
msgid ""
7169
7329
"Do not attempt to use just B<dpkg-deb> to install software! You must use "
7170
7330
"B<dpkg> proper to ensure that all the files are correctly placed and the "
7175
7335
"csomagok szkriptjei lefussanak és állapotuk és tartalmuk rögzítésre kerüljön."
7176
7336
 
7177
7337
#. type: Plain text
7178
 
#: dpkg-deb.1:264
 
7338
#: dpkg-deb.1:272
7179
7339
msgid "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
7180
7340
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
7181
7341
 
7433
7593
msgstr ""
7434
7594
 
7435
7595
#. type: TP
7436
 
#: dpkg-divert.8:113 dpkg-query.1:205 dpkg-statoverride.8:69 dpkg-trigger.1:61
 
7596
#: dpkg-divert.8:113 dpkg-query.1:221 dpkg-statoverride.8:69 dpkg-trigger.1:61
7437
7597
#: update-alternatives.8:355
7438
7598
#, no-wrap
7439
7599
msgid "B<DPKG_ADMINDIR>"
7440
7600
msgstr ""
7441
7601
 
7442
7602
#. type: Plain text
7443
 
#: dpkg-divert.8:117 dpkg-query.1:209 dpkg-statoverride.8:73 dpkg-trigger.1:65
 
7603
#: dpkg-divert.8:117 dpkg-query.1:225 dpkg-statoverride.8:73 dpkg-trigger.1:65
7444
7604
msgid ""
7445
7605
"If set and the B<--admindir> option has not been specified, it will be used "
7446
7606
"as the dpkg data directory."
7700
7860
msgstr ""
7701
7861
 
7702
7862
#. type: TP
7703
 
#: dpkg-genchanges.1:123 dpkg-gensymbols.1:421
 
7863
#: dpkg-genchanges.1:123 dpkg-gensymbols.1:422
7704
7864
#, fuzzy, no-wrap
7705
7865
msgid "B<-q>"
7706
7866
msgstr "B<--new>"
7855
8015
msgstr ""
7856
8016
 
7857
8017
#. type: TP
7858
 
#: dpkg-gencontrol.1:112 dpkg-gensymbols.1:391 dpkg-shlibdeps.1:150
 
8018
#: dpkg-gencontrol.1:112 dpkg-gensymbols.1:392 dpkg-shlibdeps.1:150
7859
8019
#, fuzzy, no-wrap
7860
8020
msgid "B<-O>"
7861
8021
msgstr "B<--new>"
7889
8049
msgstr ""
7890
8050
 
7891
8051
#. type: Plain text
7892
 
#: dpkg-gencontrol.1:148 dpkg-shlibdeps.1:337
 
8052
#: dpkg-gencontrol.1:148 dpkg-shlibdeps.1:340
7893
8053
msgid "Copyright \\(co 2007-2008 Rapha\\[:e]l Hertzog"
7894
8054
msgstr ""
7895
8055
 
8613
8773
msgstr "B<--fsys-tarfile>"
8614
8774
 
8615
8775
#. type: Plain text
8616
 
#: dpkg-gensymbols.1:387
 
8776
#: dpkg-gensymbols.1:388
8617
8777
msgid ""
8618
8778
"Only analyze libraries explicitly listed instead of finding all public "
8619
 
"libraries. You can use a regular expression in I<library-file> to match "
8620
 
"multiple libraries with a single argument (otherwise you need multiple B<-"
8621
 
"e>)."
 
8779
"libraries. You can use shell patterns used for pathname expansions (see the "
 
8780
"File::Glob manual page for details) in I<library-file> to match multiple "
 
8781
"libraries with a single argument (otherwise you need multiple B<-e>)."
8622
8782
msgstr ""
8623
8783
 
8624
8784
#. type: TP
8625
 
#: dpkg-gensymbols.1:387
 
8785
#: dpkg-gensymbols.1:388
8626
8786
#, fuzzy, no-wrap
8627
8787
msgid "B<-I>I<filename>"
8628
8788
msgstr "B<--licence>"
8629
8789
 
8630
8790
#. type: Plain text
8631
 
#: dpkg-gensymbols.1:391
 
8791
#: dpkg-gensymbols.1:392
8632
8792
msgid ""
8633
8793
"Use I<filename> as reference file to generate the symbols file that is "
8634
8794
"integrated in the package itself."
8635
8795
msgstr ""
8636
8796
 
8637
8797
#. type: Plain text
8638
 
#: dpkg-gensymbols.1:395
 
8798
#: dpkg-gensymbols.1:396
8639
8799
msgid ""
8640
8800
"Print the generated symbols file to standard output, rather than being "
8641
8801
"stored in the package build tree."
8642
8802
msgstr ""
8643
8803
 
8644
8804
#. type: TP
8645
 
#: dpkg-gensymbols.1:395
 
8805
#: dpkg-gensymbols.1:396
8646
8806
#, fuzzy, no-wrap
8647
8807
msgid "B<-O>I<filename>"
8648
8808
msgstr "B<--licence>"
8649
8809
 
8650
8810
#. type: Plain text
8651
 
#: dpkg-gensymbols.1:401
 
8811
#: dpkg-gensymbols.1:402
8652
8812
msgid ""
8653
8813
"Store the generated symbols file as I<filename>. If I<filename> is pre-"
8654
8814
"existing, its content is used as basis for the generated symbols file.  You "
8657
8817
msgstr ""
8658
8818
 
8659
8819
#. type: TP
8660
 
#: dpkg-gensymbols.1:401
 
8820
#: dpkg-gensymbols.1:402
8661
8821
#, fuzzy, no-wrap
8662
8822
msgid "B<-t>"
8663
8823
msgstr "B<--new>"
8664
8824
 
8665
8825
#. type: Plain text
8666
 
#: dpkg-gensymbols.1:410
 
8826
#: dpkg-gensymbols.1:411
8667
8827
msgid ""
8668
8828
"Write the symbol file in template mode rather than the format compatible "
8669
8829
"with I<deb-symbols(5)>. The main difference is that in the template mode "
8675
8835
msgstr ""
8676
8836
 
8677
8837
#. type: TP
8678
 
#: dpkg-gensymbols.1:410
 
8838
#: dpkg-gensymbols.1:411
8679
8839
#, fuzzy, no-wrap
8680
8840
msgid "B<-c>I<[0-4]>"
8681
8841
msgstr "B<--version>"
8682
8842
 
8683
8843
#. type: Plain text
8684
 
#: dpkg-gensymbols.1:418
 
8844
#: dpkg-gensymbols.1:419
8685
8845
msgid ""
8686
8846
"Define the checks to do when comparing the generated symbols file with the "
8687
8847
"template file used as starting point. By default the level is 1. Increasing "
8692
8852
msgstr ""
8693
8853
 
8694
8854
#. type: Plain text
8695
 
#: dpkg-gensymbols.1:421
 
8855
#: dpkg-gensymbols.1:422
8696
8856
msgid ""
8697
8857
"This value can be overridden by the environment variable "
8698
8858
"DPKG_GENSYMBOLS_CHECK_LEVEL."
8699
8859
msgstr ""
8700
8860
 
8701
8861
#. type: Plain text
8702
 
#: dpkg-gensymbols.1:427
 
8862
#: dpkg-gensymbols.1:428
8703
8863
msgid ""
8704
8864
"Keep quiet and never generate a diff between generated symbols file and the "
8705
8865
"template file used as starting point or show any warnings about new/lost "
8708
8868
msgstr ""
8709
8869
 
8710
8870
#. type: TP
8711
 
#: dpkg-gensymbols.1:427
 
8871
#: dpkg-gensymbols.1:428
8712
8872
#, fuzzy, no-wrap
8713
8873
msgid "B<-a>I<arch>"
8714
8874
msgstr "B<Package:> E<lt>csomag névE<gt>"
8715
8875
 
8716
8876
#. type: Plain text
8717
 
#: dpkg-gensymbols.1:432
 
8877
#: dpkg-gensymbols.1:433
8718
8878
msgid ""
8719
8879
"Assume I<arch> as host architecture when processing symbol files. Use this "
8720
8880
"option to generate a symbol file or diff for any architecture provided its "
8722
8882
msgstr ""
8723
8883
 
8724
8884
#. type: Plain text
8725
 
#: dpkg-gensymbols.1:437
 
8885
#: dpkg-gensymbols.1:438
8726
8886
msgid ""
8727
8887
"Enable debug mode. Numerous messages are displayed to explain what B<dpkg-"
8728
8888
"gensymbols> does."
8729
8889
msgstr ""
8730
8890
 
8731
8891
#. type: TP
8732
 
#: dpkg-gensymbols.1:437
 
8892
#: dpkg-gensymbols.1:438
8733
8893
#, fuzzy, no-wrap
8734
8894
msgid "B<-V>"
8735
8895
msgstr "B<--new>"
8736
8896
 
8737
8897
#. type: Plain text
8738
 
#: dpkg-gensymbols.1:443
 
8898
#: dpkg-gensymbols.1:444
8739
8899
msgid ""
8740
8900
"Enable verbose mode. The generated symbols file contains deprecated symbols "
8741
8901
"as comments. Furthermore in template mode, pattern symbols are followed by "
8743
8903
msgstr ""
8744
8904
 
8745
8905
#. type: Plain text
8746
 
#: dpkg-gensymbols.1:452
 
8906
#: dpkg-gensymbols.1:453
8747
8907
msgid "B<http://people.redhat.com/drepper/symbol-versioning>"
8748
8908
msgstr ""
8749
8909
 
8750
8910
#. type: Plain text
8751
 
#: dpkg-gensymbols.1:454
 
8911
#: dpkg-gensymbols.1:455
8752
8912
msgid "B<http://people.redhat.com/drepper/goodpractice.pdf>"
8753
8913
msgstr ""
8754
8914
 
8755
8915
#. type: Plain text
8756
 
#: dpkg-gensymbols.1:456
 
8916
#: dpkg-gensymbols.1:457
8757
8917
msgid "B<http://people.redhat.com/drepper/dsohowto.pdf>"
8758
8918
msgstr ""
8759
8919
 
8760
8920
#. type: Plain text
8761
 
#: dpkg-gensymbols.1:459
 
8921
#: dpkg-gensymbols.1:460
8762
8922
#, fuzzy
8763
8923
msgid "B<deb-symbols>(5), B<dpkg-shlibdeps>(1)."
8764
8924
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
8765
8925
 
8766
8926
#. type: Plain text
8767
 
#: dpkg-gensymbols.1:462
 
8927
#: dpkg-gensymbols.1:463
8768
8928
msgid "Copyright \\(co 2007-2009 Rapha\\[:e]l Hertzog"
8769
8929
msgstr ""
8770
8930
 
9586
9746
msgid "dpkg-query"
9587
9747
msgstr "dpkg-deb"
9588
9748
 
 
9749
#. type: TH
 
9750
#: dpkg-query.1:1
 
9751
#, fuzzy, no-wrap
 
9752
msgid "2012-01-11"
 
9753
msgstr "2006-02-28"
 
9754
 
9589
9755
#. type: Plain text
9590
9756
#: dpkg-query.1:4
9591
9757
msgid "dpkg-query - a tool to query the dpkg database"
9706
9872
msgstr "B<dpkg-deb> B<-c>|B<--contents> I<archívum>"
9707
9873
 
9708
9874
#. type: Plain text
9709
 
#: dpkg-query.1:74
 
9875
#: dpkg-query.1:75
9710
9876
msgid ""
9711
9877
"Just like the B<--list> option this will list all packages matching the "
9712
9878
"given pattern. However the output can be customized using the B<--"
9713
9879
"showformat> option.  The default output format gives one line per matching "
9714
 
"package, each line having the name and installed version of the package, "
 
9880
"package, each line having the name (extended with the architecture qualifier "
 
9881
"for I<Muli-Arch> B<same> packages) and installed version of the package, "
9715
9882
"separated by a tab."
9716
9883
msgstr ""
9717
9884
 
9718
9885
#. type: TP
9719
 
#: dpkg-query.1:74
 
9886
#: dpkg-query.1:75
9720
9887
#, fuzzy, no-wrap
9721
9888
msgid "B<-s>, B<--status> I<package-name>..."
9722
9889
msgstr "B<dpkg-deb> B<-c>|B<--contents> I<archívum>"
9723
9890
 
9724
9891
#. type: Plain text
9725
 
#: dpkg-query.1:79
 
9892
#: dpkg-query.1:80
9726
9893
msgid ""
9727
9894
"Report status of specified package. This just displays the entry in the "
9728
9895
"installed package status database. When multiple I<package-name> are listed, "
9730
9897
msgstr ""
9731
9898
 
9732
9899
#. type: TP
9733
 
#: dpkg-query.1:79
 
9900
#: dpkg-query.1:80
9734
9901
#, fuzzy, no-wrap
9735
9902
msgid "B<-L>, B<--listfiles> I<package-name>..."
9736
9903
msgstr "B<dpkg-deb> B<-f>|B<--field> I<archívum> [I<ellenőrző-mező-név> ...]"
9737
9904
 
9738
9905
#. type: Plain text
9739
 
#: dpkg-query.1:85
 
9906
#: dpkg-query.1:86
9740
9907
msgid ""
9741
9908
"List files installed to your system from I<package-name>. When multiple "
9742
9909
"I<package-name> are listed, the requested lists of files are separated by an "
9745
9912
msgstr ""
9746
9913
 
9747
9914
#. type: TP
9748
 
#: dpkg-query.1:85
 
9915
#: dpkg-query.1:86
9749
9916
#, fuzzy, no-wrap
9750
9917
msgid "B<-c>, B<--control-path> I<package-name> [I<control-file>]"
9751
9918
msgstr "B<dpkg-deb> B<-I>|B<--info> I<archívum> [I<ellenőrző-fájl-név> ..]"
9752
9919
 
9753
9920
#. type: Plain text
9754
 
#: dpkg-query.1:93
 
9921
#: dpkg-query.1:94
9755
9922
msgid ""
9756
9923
"List paths for control files installed to your system from I<package-name>.  "
9757
9924
"If I<control-file> is specified then only list the path for that control "
9762
9929
msgstr ""
9763
9930
 
9764
9931
#. type: TP
9765
 
#: dpkg-query.1:93
 
9932
#: dpkg-query.1:94
9766
9933
#, fuzzy, no-wrap
9767
9934
msgid "B<-S>, B<--search> I<filename-search-pattern>..."
9768
9935
msgstr "B<dpkg-deb> B<-f>|B<--field> I<archívum> [I<ellenőrző-mező-név> ...]"
9769
9936
 
9770
9937
#. type: Plain text
9771
 
#: dpkg-query.1:99
 
9938
#: dpkg-query.1:100
9772
9939
msgid ""
9773
9940
"Search for packages that own files corresponding to the given pattern.  "
9774
9941
"Standard shell wildchars can be used in the pattern.  This command will not "
9777
9944
msgstr ""
9778
9945
 
9779
9946
#. type: TP
9780
 
#: dpkg-query.1:99
 
9947
#: dpkg-query.1:100
9781
9948
#, fuzzy, no-wrap
9782
9949
msgid "B<-p>, B<--print-avail> I<package-name>..."
9783
9950
msgstr "B<dpkg-deb> B<-I>|B<--info> I<archívum> [I<ellenőrző-fájl-név> ..]"
9784
9951
 
9785
9952
#. type: Plain text
9786
 
#: dpkg-query.1:105
 
9953
#: dpkg-query.1:106
9787
9954
msgid ""
9788
9955
"Display details about I<package-name>, as found in I</var/lib/dpkg/"
9789
9956
"available>. When multiple I<package-name> are listed, the requested "
9791
9958
msgstr ""
9792
9959
 
9793
9960
#. type: Plain text
9794
 
#: dpkg-query.1:110
 
9961
#: dpkg-query.1:111
9795
9962
msgid ""
9796
9963
"Users of APT-based frontends should use B<apt-cache show> I<package-name> "
9797
9964
"instead as the I<available> file is only kept up-to-date when using "
9799
9966
msgstr ""
9800
9967
 
9801
9968
#. type: TP
9802
 
#: dpkg-query.1:122
 
9969
#: dpkg-query.1:123
9803
9970
#, fuzzy, no-wrap
9804
9971
msgid "B<-f>, B<--showformat=>I<format>"
9805
9972
msgstr "B<--showformat=>I<formátum>"
9806
9973
 
9807
9974
#. type: Plain text
9808
 
#: dpkg-query.1:129
 
9975
#: dpkg-query.1:130
9809
9976
msgid "In the format string, \\(lqB<\\e>\\(rq introduces escapes:"
9810
9977
msgstr ""
9811
9978
 
9812
9979
#. type: Plain text
9813
 
#: dpkg-query.1:134
 
9980
#: dpkg-query.1:135
9814
9981
#, no-wrap
9815
9982
msgid ""
9816
9983
"    B<\\en>  newline\n"
9819
9986
msgstr ""
9820
9987
 
9821
9988
#. type: Plain text
9822
 
#: dpkg-query.1:139
 
9989
#: dpkg-query.1:140
9823
9990
msgid ""
9824
9991
"\\(lqB<\\e>\\(rq before any other character suppresses any special meaning "
9825
9992
"of the following character, which is useful for \\(lqB<\\e>\\(rq and \\(lqB<"
9827
9994
msgstr ""
9828
9995
 
9829
9996
#. type: Plain text
9830
 
#: dpkg-query.1:147
 
9997
#: dpkg-query.1:148
9831
9998
msgid ""
9832
9999
"Package information can be included by inserting variable references to "
9833
10000
"package fields using the syntax \\(lqB<${>I<field>[B<;>I<width>]B<}>\\(rq. "
9838
10005
msgstr ""
9839
10006
 
9840
10007
#. type: Plain text
9841
 
#: dpkg-query.1:182
 
10008
#: dpkg-query.1:183
9842
10009
#, no-wrap
9843
10010
msgid ""
9844
10011
"    B<Architecture>\n"
9870
10037
"    B<Source>\n"
9871
10038
"    B<Status> (internal)\n"
9872
10039
"    B<Suggests>\n"
9873
 
"    B<Tag> (usually not in the .deb but in the repository Packages files)\n"
 
10040
"    B<Tag> (usually not in .deb but in repository Packages files)\n"
9874
10041
"    B<Triggers-Awaited> (internal)\n"
9875
10042
"    B<Triggers-Pending> (internal)\n"
9876
10043
"    B<Version>\n"
9877
10044
msgstr ""
9878
10045
 
9879
10046
#. type: Plain text
9880
 
#: dpkg-query.1:190
9881
 
msgid ""
9882
 
"The default format string is \\(lqB<${Package}\\et${Version}\\en>\\(rq.  "
9883
 
"Actually, all other fields found in the status file (i.e. user defined "
9884
 
"fields) can be requested, too. They will be printed as-is, though, no "
9885
 
"conversion nor error checking is done on them.  To get the name of the dpkg "
9886
 
"maintainer and the installed version, you could run:"
9887
 
msgstr ""
9888
 
 
9889
 
#. type: Plain text
9890
 
#: dpkg-query.1:193
9891
 
#, no-wrap
9892
 
msgid "  B<dpkg-query -W -f=\\(aq${Package} ${Version}\\et${Maintainer}\\en\\(aq dpkg>\n"
 
10047
#: dpkg-query.1:188
 
10048
msgid ""
 
10049
"The following are virtual fields, generated by B<dpkg-query> from values "
 
10050
"from other fields (note that these do not use valid names for fields in "
 
10051
"control files):"
 
10052
msgstr ""
 
10053
 
 
10054
#. type: Plain text
 
10055
#: dpkg-query.1:195
 
10056
#, no-wrap
 
10057
msgid ""
 
10058
"    B<binary:Package>\n"
 
10059
"    B<binary:Summary>\n"
 
10060
"    B<db:Status-Abbrev>\n"
 
10061
"    B<source:Package>\n"
 
10062
"    B<source:Version>\n"
 
10063
msgstr ""
 
10064
 
 
10065
#. type: Plain text
 
10066
#: dpkg-query.1:206
 
10067
msgid ""
 
10068
"The default format string is \\(lqB<${binary:Package}\\et${Version}\\en>"
 
10069
"\\(rq.  Actually, all other fields found in the status file (i.e. user "
 
10070
"defined fields) can be requested, too. They will be printed as-is, though, "
 
10071
"no conversion nor error checking is done on them. B<binary:Package> is a "
 
10072
"special field that will print the package name with an architecture "
 
10073
"qualifier (like \"libc6:amd64\") if the package has a Multi-Arch field with "
 
10074
"a value of B<same>, and as such its name could be ambiguous.  To get the "
 
10075
"name of the dpkg maintainer and the installed version, you could run:"
 
10076
msgstr ""
 
10077
 
 
10078
#. type: Plain text
 
10079
#: dpkg-query.1:209
 
10080
#, no-wrap
 
10081
msgid "  B<dpkg-query -W -f=\\(aq${binary:Package} ${Version}\\et${Maintainer}\\en\\(aq dpkg>\n"
9893
10082
msgstr ""
9894
10083
 
9895
10084
#. type: SH
9896
 
#: dpkg-query.1:195 dpkg-split.1:179 start-stop-daemon.8:259
 
10085
#: dpkg-query.1:211 dpkg-split.1:179 start-stop-daemon.8:263
9897
10086
#: update-alternatives.8:374
9898
10087
#, no-wrap
9899
10088
msgid "EXIT STATUS"
9900
10089
msgstr ""
9901
10090
 
9902
10091
#. type: TP
9903
 
#: dpkg-query.1:196 dpkg-split.1:180 start-stop-daemon.8:260
9904
 
#: start-stop-daemon.8:289 update-alternatives.8:375
 
10092
#: dpkg-query.1:212 dpkg-split.1:180 start-stop-daemon.8:264
 
10093
#: start-stop-daemon.8:293 update-alternatives.8:375
9905
10094
#, no-wrap
9906
10095
msgid "B<0>"
9907
10096
msgstr ""
9908
10097
 
9909
10098
#. type: Plain text
9910
 
#: dpkg-query.1:199
 
10099
#: dpkg-query.1:215
9911
10100
msgid "The requested query was successfully performed."
9912
10101
msgstr ""
9913
10102
 
9914
10103
#. type: TP
9915
 
#: dpkg-query.1:199 dpkg-split.1:186 start-stop-daemon.8:270
9916
 
#: start-stop-daemon.8:292
 
10104
#: dpkg-query.1:215 dpkg-split.1:186 start-stop-daemon.8:274
 
10105
#: start-stop-daemon.8:296
9917
10106
#, no-wrap
9918
10107
msgid "B<1>"
9919
10108
msgstr ""
9920
10109
 
9921
10110
#. type: Plain text
9922
 
#: dpkg-query.1:203
 
10111
#: dpkg-query.1:219
9923
10112
msgid ""
9924
10113
"Problems were encountered while parsing the command line or performing the "
9925
10114
"query, including no file or package being found (except for --control-path)."
9926
10115
msgstr ""
9927
10116
 
9928
10117
#. type: Plain text
9929
 
#: dpkg-query.1:213
 
10118
#: dpkg-query.1:229
9930
10119
msgid ""
9931
10120
"This setting influences the output of the B<--list> option by changing the "
9932
10121
"width of its output."
9933
10122
msgstr ""
9934
10123
 
9935
10124
#. type: Plain text
9936
 
#: dpkg-query.1:216
 
10125
#: dpkg-query.1:232
9937
10126
msgid "Copyright \\(co 2001 Wichert Akkerman"
9938
10127
msgstr ""
9939
10128
 
10611
10800
"I<value> is a bit field defining the set of warnings that can be emitted by "
10612
10801
"B<dpkg-shlibdeps>.  Bit 0 (value=1) enables the warning \"symbol I<sym> used "
10613
10802
"by I<binary> found in none of the libraries\", bit 1 (value=2) enables the "
10614
 
"warning \"dependency on I<library> could be avoided\" and bit 2 (value=4)  "
10615
 
"enables the warning \"I<binary> shouldn't be linked with I<library>\".  The "
10616
 
"default I<value> is 3: the first two warnings are active by default, the "
 
10803
"warning \"package could avoid a useless dependency\" and bit 2 (value=4)  "
 
10804
"enables the warning \"I<binary> should not be linked against I<library>\".  "
 
10805
"The default I<value> is 3: the first two warnings are active by default, the "
10617
10806
"last one is not. Set I<value> to 7 if you want all warnings to be active."
10618
10807
msgstr ""
10619
10808
 
10672
10861
#. type: TP
10673
10862
#: dpkg-shlibdeps.1:249
10674
10863
#, no-wrap
10675
 
msgid "B<dependency on >I<library>B< could be avoided if >I<binaries>B< were not uselessly linked against it (they use none of its symbols).>"
 
10864
msgid "B<package could avoid a useless dependency if >I<binary>B< was not linked against >I<library>B< (it uses none of the library's symbols)>"
10676
10865
msgstr ""
10677
10866
 
10678
10867
#. type: Plain text
10687
10876
#. type: TP
10688
10877
#: dpkg-shlibdeps.1:255
10689
10878
#, no-wrap
10690
 
msgid "I<binary>B< shouldn't be linked with >I<library>B< (it uses none of its symbols).>"
10691
 
msgstr ""
10692
 
 
10693
 
#. type: Plain text
10694
 
#: dpkg-shlibdeps.1:262
 
10879
msgid "B<package could avoid a useless dependency if >I<binaries>B< were not linked against >I<library>B< (they uses none of the library's symbols)>"
 
10880
msgstr ""
 
10881
 
 
10882
#. type: Plain text
 
10883
#: dpkg-shlibdeps.1:258
 
10884
msgid "Exactly the same as the above warning, but for multiple binaries."
 
10885
msgstr ""
 
10886
 
 
10887
#. type: TP
 
10888
#: dpkg-shlibdeps.1:258
 
10889
#, no-wrap
 
10890
msgid "I<binary>B< should not be linked against >I<library>B< (it uses none of the library's symbols)>"
 
10891
msgstr ""
 
10892
 
 
10893
#. type: Plain text
 
10894
#: dpkg-shlibdeps.1:265
10695
10895
msgid ""
10696
10896
"The I<binary> is linked to a library that it doesn't need. It's not a "
10697
10897
"problem but some small performance improvements in binary load time can be "
10701
10901
msgstr ""
10702
10902
 
10703
10903
#. type: SH
10704
 
#: dpkg-shlibdeps.1:262
 
10904
#: dpkg-shlibdeps.1:265
10705
10905
#, no-wrap
10706
10906
msgid "ERRORS"
10707
10907
msgstr ""
10708
10908
 
10709
10909
#. type: Plain text
10710
 
#: dpkg-shlibdeps.1:269
 
10910
#: dpkg-shlibdeps.1:272
10711
10911
msgid ""
10712
10912
"B<dpkg-shlibdeps> will fail if it can't find a public library used by a "
10713
10913
"binary or if this library has no associated dependency information (either "
10717
10917
msgstr ""
10718
10918
 
10719
10919
#. type: TP
10720
 
#: dpkg-shlibdeps.1:269
 
10920
#: dpkg-shlibdeps.1:272
10721
10921
#, no-wrap
10722
10922
msgid "B<couldn't find library >I<library-soname>B< needed by >I<binary>B< (its RPATH is '>I<rpath>B<')>"
10723
10923
msgstr ""
10724
10924
 
10725
10925
#. type: Plain text
10726
 
#: dpkg-shlibdeps.1:285
 
10926
#: dpkg-shlibdeps.1:288
10727
10927
msgid ""
10728
10928
"The I<binary> uses a library called I<library-soname> but B<dpkg-shlibdeps> "
10729
10929
"has been unable to find the library.  B<dpkg-shlibdeps> creates a list of "
10739
10939
msgstr ""
10740
10940
 
10741
10941
#. type: Plain text
10742
 
#: dpkg-shlibdeps.1:291
 
10942
#: dpkg-shlibdeps.1:294
10743
10943
msgid ""
10744
10944
"If the library not found is in a private directory of the same package, then "
10745
10945
"you want to add the directory to LD_LIBRARY_PATH. If it's in another binary "
10749
10949
msgstr ""
10750
10950
 
10751
10951
#. type: TP
10752
 
#: dpkg-shlibdeps.1:291
 
10952
#: dpkg-shlibdeps.1:294
10753
10953
#, no-wrap
10754
10954
msgid "B<no dependency information found for >I<library-file>B< (used by >I<binary>B<).>"
10755
10955
msgstr ""
10756
10956
 
10757
10957
#. type: Plain text
10758
 
#: dpkg-shlibdeps.1:304
 
10958
#: dpkg-shlibdeps.1:307
10759
10959
msgid ""
10760
10960
"The library needed by I<binary> has been found by B<dpkg-shlibdeps> in "
10761
10961
"I<library-file> but B<dpkg-shlibdeps> has been unable to find any dependency "
10766
10966
msgstr ""
10767
10967
 
10768
10968
#. type: Plain text
10769
 
#: dpkg-shlibdeps.1:318
 
10969
#: dpkg-shlibdeps.1:321
10770
10970
msgid ""
10771
10971
"This failure can be caused by a bad or missing shlibs or symbols file in the "
10772
10972
"package of the library. It might also happen if the library is built within "
10781
10981
msgstr ""
10782
10982
 
10783
10983
#. type: Plain text
10784
 
#: dpkg-shlibdeps.1:324
 
10984
#: dpkg-shlibdeps.1:327
10785
10985
msgid ""
10786
10986
"Calling B<dpkg-shlibdeps> in verbose mode (-v) will provide much more "
10787
10987
"information about where it tried to find the dependency information. This "
10789
10989
msgstr ""
10790
10990
 
10791
10991
#. type: Plain text
10792
 
#: dpkg-shlibdeps.1:328
 
10992
#: dpkg-shlibdeps.1:331
10793
10993
#, fuzzy
10794
10994
msgid "B<deb-shlibs>(5), B<deb-symbols>(5), B<dpkg-gensymbols>(1)."
10795
10995
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
10796
10996
 
10797
10997
#. type: Plain text
10798
 
#: dpkg-shlibdeps.1:335
 
10998
#: dpkg-shlibdeps.1:338
10799
10999
msgid "Copyright \\(co 2006 Frank Lichtenheld"
10800
11000
msgstr ""
10801
11001
 
11209
11409
msgstr ""
11210
11410
 
11211
11411
#. type: Plain text
11212
 
#: dpkg-source.1:243 dpkg-source.1:411 dpkg-source.1:586 dpkg-source.1:625
 
11412
#: dpkg-source.1:243 dpkg-source.1:411 dpkg-source.1:590 dpkg-source.1:629
11213
11413
msgid "B<Extracting>"
11214
11414
msgstr ""
11215
11415
 
11227
11427
msgstr ""
11228
11428
 
11229
11429
#. type: Plain text
11230
 
#: dpkg-source.1:255 dpkg-source.1:439 dpkg-source.1:597 dpkg-source.1:630
 
11430
#: dpkg-source.1:255 dpkg-source.1:439 dpkg-source.1:601 dpkg-source.1:634
11231
11431
msgid "B<Building>"
11232
11432
msgstr ""
11233
11433
 
11370
11570
msgstr ""
11371
11571
 
11372
11572
#. type: TP
11373
 
#: dpkg-source.1:348 dpkg-source.1:541
 
11573
#: dpkg-source.1:348 dpkg-source.1:545
11374
11574
#, no-wrap
11375
11575
msgid "B<--abort-on-upstream-changes>"
11376
11576
msgstr ""
11424
11624
msgstr ""
11425
11625
 
11426
11626
#. type: TP
11427
 
#: dpkg-source.1:378 dpkg-source.1:555
 
11627
#: dpkg-source.1:378 dpkg-source.1:559
11428
11628
#, fuzzy, no-wrap
11429
11629
msgid "B<--skip-debianization>"
11430
11630
msgstr "B<--version>"
11602
11802
msgstr "B<dpkg-deb> B<-I>|B<--info> I<archívum> [I<ellenőrző-fájl-név> ..]"
11603
11803
 
11604
11804
#. type: Plain text
11605
 
#: dpkg-source.1:490
 
11805
#: dpkg-source.1:489
11606
11806
msgid ""
11607
11807
"Generates a patch corresponding to the local changes that are not managed by "
11608
11808
"the quilt patch system and integrates it in the patch system under the name "
11609
11809
"I<patch-name>. If the name is missing, it will be asked interactively. If "
11610
11810
"I<patch-file> is given, it is used as the patch corresponding to the local "
11611
 
"changes to integrate. This is mainly useful after a build failure that pre-"
11612
 
"generated this file. Once integrated, an editor is launched so that you can "
 
11811
"changes to integrate. Once integrated, an editor is launched so that you can "
11613
11812
"edit the meta-information in the patch header."
11614
11813
msgstr ""
11615
11814
 
11616
11815
#. type: Plain text
11617
 
#: dpkg-source.1:493 dpkg-source.1:567 dpkg-source.1:606
 
11816
#: dpkg-source.1:495
 
11817
msgid ""
 
11818
"Passing I<patch-file> is mainly useful after a build failure that pre-"
 
11819
"generated this file, and on this ground the given file is removed after "
 
11820
"integration. Note also that the changes contained in the patch file must "
 
11821
"already be applied on the tree and that the files modified by the patch must "
 
11822
"not have supplementary unrecorded changes."
 
11823
msgstr ""
 
11824
 
 
11825
#. type: Plain text
 
11826
#: dpkg-source.1:497 dpkg-source.1:571 dpkg-source.1:610
11618
11827
msgid "B<Build options>"
11619
11828
msgstr ""
11620
11829
 
11621
11830
#. type: TP
11622
 
#: dpkg-source.1:493
 
11831
#: dpkg-source.1:497
11623
11832
#, fuzzy, no-wrap
11624
11833
msgid "B<--allow-version-of-quilt-db=>I<version>"
11625
11834
msgstr "B<--version>"
11626
11835
 
11627
11836
# type: Plain text
11628
11837
#. type: Plain text
11629
 
#: dpkg-source.1:501
 
11838
#: dpkg-source.1:505
11630
11839
msgid ""
11631
11840
"Allow B<dpkg-source> to build the source package if the version of the quilt "
11632
11841
"metadata is the one specified, even if B<dpkg-source> doesn't know about it. "
11636
11845
msgstr ""
11637
11846
 
11638
11847
#. type: TP
11639
 
#: dpkg-source.1:501
 
11848
#: dpkg-source.1:505
11640
11849
#, fuzzy, no-wrap
11641
11850
msgid "B<--include-removal>"
11642
11851
msgstr "B<--old>"
11643
11852
 
11644
11853
#. type: Plain text
11645
 
#: dpkg-source.1:505
 
11854
#: dpkg-source.1:509
11646
11855
msgid ""
11647
11856
"Do not ignore removed files and include them in the automatically generated "
11648
11857
"patch."
11649
11858
msgstr ""
11650
11859
 
11651
11860
#. type: TP
11652
 
#: dpkg-source.1:505
 
11861
#: dpkg-source.1:509
11653
11862
#, no-wrap
11654
11863
msgid "B<--include-timestamp>"
11655
11864
msgstr ""
11656
11865
 
11657
11866
#. type: Plain text
11658
 
#: dpkg-source.1:508
 
11867
#: dpkg-source.1:512
11659
11868
msgid "Include timestamp in the automatically generated patch."
11660
11869
msgstr ""
11661
11870
 
11662
11871
#. type: TP
11663
 
#: dpkg-source.1:508
 
11872
#: dpkg-source.1:512
11664
11873
#, fuzzy, no-wrap
11665
11874
msgid "B<--include-binaries>"
11666
11875
msgstr "B<--licence>"
11667
11876
 
11668
11877
#. type: Plain text
11669
 
#: dpkg-source.1:513
 
11878
#: dpkg-source.1:517
11670
11879
msgid ""
11671
11880
"Add all modified binaries in the debian tarball. Also add them to B<debian/"
11672
11881
"source/include-binaries>: they will be added by default in subsequent builds "
11674
11883
msgstr ""
11675
11884
 
11676
11885
#. type: TP
11677
 
#: dpkg-source.1:513
 
11886
#: dpkg-source.1:517
11678
11887
#, fuzzy, no-wrap
11679
11888
msgid "B<--no-preparation>"
11680
11889
msgstr "B<--version>"
11681
11890
 
11682
11891
#. type: Plain text
11683
 
#: dpkg-source.1:517
 
11892
#: dpkg-source.1:521
11684
11893
msgid ""
11685
11894
"Do not try to prepare the build tree by applying patches which are "
11686
11895
"apparently unapplied."
11687
11896
msgstr ""
11688
11897
 
11689
11898
#. type: TP
11690
 
#: dpkg-source.1:517
 
11899
#: dpkg-source.1:521
11691
11900
#, fuzzy, no-wrap
11692
11901
msgid "B<--single-debian-patch>"
11693
11902
msgstr "B<--version>"
11694
11903
 
11695
11904
#. type: Plain text
11696
 
#: dpkg-source.1:528
 
11905
#: dpkg-source.1:532
11697
11906
msgid ""
11698
11907
"Use B<debian/patches/debian-changes> instead of B<debian/patches/debian-"
11699
11908
"changes->I<version> for the name of the automatic patch generated during "
11706
11915
msgstr ""
11707
11916
 
11708
11917
#. type: TP
11709
 
#: dpkg-source.1:528
 
11918
#: dpkg-source.1:532
11710
11919
#, no-wrap
11711
11920
msgid "B<--create-empty-orig>"
11712
11921
msgstr ""
11713
11922
 
11714
11923
#. type: Plain text
11715
 
#: dpkg-source.1:534
 
11924
#: dpkg-source.1:538
11716
11925
msgid ""
11717
11926
"Automatically create the main original tarball as empty if it's missing and "
11718
11927
"if there are supplementary original tarballs. This option is meant to be "
11721
11930
msgstr ""
11722
11931
 
11723
11932
#. type: TP
11724
 
#: dpkg-source.1:534
 
11933
#: dpkg-source.1:538
11725
11934
#, fuzzy, no-wrap
11726
11935
msgid "B<--unapply-patches>"
11727
11936
msgstr "B<--new>"
11728
11937
 
11729
11938
#. type: Plain text
11730
 
#: dpkg-source.1:541
 
11939
#: dpkg-source.1:545
11731
11940
msgid ""
11732
11941
"Unapply the patches in the B<--after-build> hook. You usually don't need "
11733
11942
"this option as dpkg-source will automatically unapply the patches if it did "
11737
11946
msgstr ""
11738
11947
 
11739
11948
#. type: Plain text
11740
 
#: dpkg-source.1:548
 
11949
#: dpkg-source.1:552
11741
11950
msgid ""
11742
11951
"The process fails if an automatic patch has been generated. This option can "
11743
11952
"be used to ensure that all changes were properly recorded in separate quilt "
11746
11955
msgstr ""
11747
11956
 
11748
11957
#. type: TP
11749
 
#: dpkg-source.1:548
 
11958
#: dpkg-source.1:552
11750
11959
#, fuzzy, no-wrap
11751
11960
msgid "B<--auto-commit>"
11752
11961
msgstr "B<--nocheck>"
11753
11962
 
11754
11963
#. type: Plain text
11755
 
#: dpkg-source.1:552
 
11964
#: dpkg-source.1:556
11756
11965
msgid ""
11757
11966
"The process doesn't fail if an automatic patch has been generated, instead "
11758
11967
"it's immediately recorded in the quilt series."
11759
11968
msgstr ""
11760
11969
 
11761
11970
#. type: Plain text
11762
 
#: dpkg-source.1:555
 
11971
#: dpkg-source.1:559
11763
11972
msgid "B<Extract options>"
11764
11973
msgstr ""
11765
11974
 
11766
11975
#. type: Plain text
11767
 
#: dpkg-source.1:558
 
11976
#: dpkg-source.1:562
11768
11977
msgid "Skips extraction of the debian tarball on top of the upstream sources."
11769
11978
msgstr ""
11770
11979
 
11771
11980
#. type: TP
11772
 
#: dpkg-source.1:558
 
11981
#: dpkg-source.1:562
11773
11982
#, fuzzy, no-wrap
11774
11983
msgid "B<--skip-patches>"
11775
11984
msgstr "B<--new>"
11776
11985
 
11777
11986
#. type: Plain text
11778
 
#: dpkg-source.1:561
 
11987
#: dpkg-source.1:565
11779
11988
msgid "Do not apply patches at the end of the extraction."
11780
11989
msgstr ""
11781
11990
 
11782
11991
#. type: SS
11783
 
#: dpkg-source.1:562
 
11992
#: dpkg-source.1:566
11784
11993
#, no-wrap
11785
11994
msgid "Format: 3.0 (custom)"
11786
11995
msgstr ""
11787
11996
 
11788
11997
#. type: Plain text
11789
 
#: dpkg-source.1:565
 
11998
#: dpkg-source.1:569
11790
11999
msgid ""
11791
12000
"This format is special. It doesn't represent a real source package format "
11792
12001
"but can be used to create source packages with arbitrary files."
11793
12002
msgstr ""
11794
12003
 
11795
12004
#. type: Plain text
11796
 
#: dpkg-source.1:571
 
12005
#: dpkg-source.1:575
11797
12006
msgid ""
11798
12007
"All non-option arguments are taken as files to integrate in the generated "
11799
12008
"source package. They must exist and are preferably in the current directory. "
11801
12010
msgstr ""
11802
12011
 
11803
12012
#. type: TP
11804
 
#: dpkg-source.1:571
 
12013
#: dpkg-source.1:575
11805
12014
#, fuzzy, no-wrap
11806
12015
msgid "B<--target-format=>I<value>"
11807
12016
msgstr "B<--showformat=>I<formátum>"
11808
12017
 
11809
12018
#. type: Plain text
11810
 
#: dpkg-source.1:576
 
12019
#: dpkg-source.1:580
11811
12020
msgid ""
11812
12021
"B<Required>. Defines the real format of the generated source package.  The "
11813
12022
"generated .dsc file will contain this value in its I<Format> field and not "
11815
12024
msgstr ""
11816
12025
 
11817
12026
#. type: SS
11818
 
#: dpkg-source.1:577
 
12027
#: dpkg-source.1:581
11819
12028
#, no-wrap
11820
12029
msgid "Format: 3.0 (git)"
11821
12030
msgstr ""
11822
12031
 
11823
12032
#. type: Plain text
11824
 
#: dpkg-source.1:579
 
12033
#: dpkg-source.1:583
11825
12034
msgid "This format is experimental."
11826
12035
msgstr ""
11827
12036
 
11828
12037
#. type: Plain text
11829
 
#: dpkg-source.1:584
 
12038
#: dpkg-source.1:588
11830
12039
msgid ""
11831
12040
"A source package in this format consists of a single bundle of a git "
11832
12041
"repository B<.git> to hold the source of a package.  There may also be a B<."
11834
12043
msgstr ""
11835
12044
 
11836
12045
#. type: Plain text
11837
 
#: dpkg-source.1:590
 
12046
#: dpkg-source.1:594
11838
12047
msgid ""
11839
12048
"The bundle is cloned as a git repository to the target directory.  If there "
11840
12049
"is a gitshallow file, it is installed as `.git/shallow` inside the cloned "
11842
12051
msgstr ""
11843
12052
 
11844
12053
#. type: Plain text
11845
 
#: dpkg-source.1:595
 
12054
#: dpkg-source.1:599
11846
12055
msgid ""
11847
12056
"Note that by default the new repository will have the same branch checked "
11848
12057
"out that was checked out in the original source. (Typically \"master\", but "
11851
12060
msgstr ""
11852
12061
 
11853
12062
#. type: Plain text
11854
 
#: dpkg-source.1:600 dpkg-source.1:633
 
12063
#: dpkg-source.1:604 dpkg-source.1:637
11855
12064
msgid ""
11856
12065
"Before going any further, some checks are done to ensure that we don't have "
11857
12066
"any non-ignored uncommitted changes."
11858
12067
msgstr ""
11859
12068
 
11860
12069
#. type: Plain text
11861
 
#: dpkg-source.1:604
 
12070
#: dpkg-source.1:608
11862
12071
msgid ""
11863
12072
"B<git-bundle>(1) is used to generate a bundle of the git repository.  By "
11864
12073
"default, all branches and tags in the repository are included in the bundle."
11865
12074
msgstr ""
11866
12075
 
11867
12076
#. type: TP
11868
 
#: dpkg-source.1:606
 
12077
#: dpkg-source.1:610
11869
12078
#, fuzzy, no-wrap
11870
12079
msgid "B<--git-ref=>I<ref>"
11871
12080
msgstr "B<--showformat=>I<formátum>"
11872
12081
 
11873
12082
#. type: Plain text
11874
 
#: dpkg-source.1:616
 
12083
#: dpkg-source.1:620
11875
12084
msgid ""
11876
12085
"Allows specifying a git ref to include in the git bundle. Use disables the "
11877
12086
"default behavior of including all branches and tags. May be specified "
11883
12092
msgstr ""
11884
12093
 
11885
12094
#. type: TP
11886
 
#: dpkg-source.1:616
 
12095
#: dpkg-source.1:620
11887
12096
#, fuzzy, no-wrap
11888
12097
msgid "B<--git-depth=>I<number>"
11889
12098
msgstr "B<--info>, B<-I>"
11890
12099
 
11891
12100
#. type: Plain text
11892
 
#: dpkg-source.1:620
 
12101
#: dpkg-source.1:624
11893
12102
msgid ""
11894
12103
"Creates a shallow clone with a history truncated to the specified number of "
11895
12104
"revisions."
11896
12105
msgstr ""
11897
12106
 
11898
12107
#. type: SS
11899
 
#: dpkg-source.1:620
 
12108
#: dpkg-source.1:624
11900
12109
#, no-wrap
11901
12110
msgid "Format: 3.0 (bzr)"
11902
12111
msgstr ""
11903
12112
 
11904
12113
#. type: Plain text
11905
 
#: dpkg-source.1:623
 
12114
#: dpkg-source.1:627
11906
12115
msgid ""
11907
12116
"This format is experimental. It generates a single tarball containing the "
11908
12117
"bzr repository."
11909
12118
msgstr ""
11910
12119
 
11911
12120
#. type: Plain text
11912
 
#: dpkg-source.1:628
 
12121
#: dpkg-source.1:632
11913
12122
msgid ""
11914
12123
"The tarball is unpacked and then bzr is used to checkout the current branch."
11915
12124
msgstr ""
11916
12125
 
11917
12126
#. type: Plain text
11918
 
#: dpkg-source.1:637
 
12127
#: dpkg-source.1:641
11919
12128
msgid ""
11920
12129
"Then the VCS specific part of the source directory is copied over to a "
11921
12130
"temporary directory. Before this temporary directory is packed in a tarball, "
11923
12132
msgstr ""
11924
12133
 
11925
12134
#. type: SH
11926
 
#: dpkg-source.1:637
 
12135
#: dpkg-source.1:641
11927
12136
#, no-wrap
11928
12137
msgid "WARNINGS AND ERRORS"
11929
12138
msgstr ""
11930
12139
 
11931
12140
#. type: SS
11932
 
#: dpkg-source.1:638
 
12141
#: dpkg-source.1:642
11933
12142
#, no-wrap
11934
12143
msgid "no source format specified in debian/source/format"
11935
12144
msgstr ""
11936
12145
 
11937
12146
#. type: Plain text
11938
 
#: dpkg-source.1:644
 
12147
#: dpkg-source.1:648
11939
12148
msgid ""
11940
12149
"The file B<debian/source/format> should always exist and indicate the "
11941
12150
"desired source format. For backwards compatibility, format \"1.0\" is "
11945
12154
msgstr ""
11946
12155
 
11947
12156
#. type: Plain text
11948
 
#: dpkg-source.1:650
 
12157
#: dpkg-source.1:654
11949
12158
msgid ""
11950
12159
"The rationale is that format \"1.0\" is no longer the recommended format, "
11951
12160
"you should usually pick one of the newer formats (\"3.0 (quilt)\", \"3.0 "
11955
12164
msgstr ""
11956
12165
 
11957
12166
#. type: SS
11958
 
#: dpkg-source.1:650
 
12167
#: dpkg-source.1:654
11959
12168
#, no-wrap
11960
12169
msgid "the diff modifies the following upstream files"
11961
12170
msgstr ""
11962
12171
 
11963
12172
#. type: Plain text
11964
 
#: dpkg-source.1:657
 
12173
#: dpkg-source.1:661
11965
12174
msgid ""
11966
12175
"When using source format \"1.0\" it is usually a bad idea to modify upstream "
11967
12176
"files directly as the changes end up hidden and mostly undocumented in the ."
11971
12180
msgstr ""
11972
12181
 
11973
12182
#. type: SS
11974
 
#: dpkg-source.1:657
 
12183
#: dpkg-source.1:661
11975
12184
#, no-wrap
11976
12185
msgid "cannot represent change to I<file>"
11977
12186
msgstr ""
11978
12187
 
11979
12188
#. type: Plain text
11980
 
#: dpkg-source.1:663
 
12189
#: dpkg-source.1:667
11981
12190
msgid ""
11982
12191
"Changes to upstream sources are usually stored with patch files, but not all "
11983
12192
"changes can be represented with patches: they can only alter the content of "
11987
12196
msgstr ""
11988
12197
 
11989
12198
#. type: SS
11990
 
#: dpkg-source.1:663
 
12199
#: dpkg-source.1:667
11991
12200
#, no-wrap
11992
12201
msgid "newly created empty file I<file> will not be represented in diff"
11993
12202
msgstr ""
11994
12203
 
11995
12204
#. type: Plain text
11996
 
#: dpkg-source.1:666
 
12205
#: dpkg-source.1:670
11997
12206
msgid ""
11998
12207
"Empty files can't be created with patch files. Thus this change is not "
11999
12208
"recorded in the source package and you are warned about it."
12000
12209
msgstr ""
12001
12210
 
12002
12211
#. type: SS
12003
 
#: dpkg-source.1:666
 
12212
#: dpkg-source.1:670
12004
12213
#, no-wrap
12005
12214
msgid "executable mode I<perms> of I<file> will not be represented in diff"
12006
12215
msgstr ""
12007
12216
 
12008
12217
#. type: SS
12009
 
#: dpkg-source.1:667
 
12218
#: dpkg-source.1:671
12010
12219
#, no-wrap
12011
12220
msgid "special mode I<perms> of I<file> will not be represented in diff"
12012
12221
msgstr ""
12013
12222
 
12014
12223
#. type: Plain text
12015
 
#: dpkg-source.1:671
 
12224
#: dpkg-source.1:675
12016
12225
msgid ""
12017
12226
"Patch files do not record permissions of files and thus modified permissions "
12018
12227
"are not stored in the source package. This warning reminds you of that fact."
12019
12228
msgstr ""
12020
12229
 
12021
12230
#. type: SH
12022
 
#: dpkg-source.1:671
 
12231
#: dpkg-source.1:675
12023
12232
#, no-wrap
12024
12233
msgid "FILE FORMATS"
12025
12234
msgstr ""
12026
12235
 
12027
12236
#. type: SS
12028
 
#: dpkg-source.1:672
 
12237
#: dpkg-source.1:676
12029
12238
#, no-wrap
12030
12239
msgid "debian/source/format"
12031
12240
msgstr ""
12032
12241
 
12033
12242
#. type: Plain text
12034
 
#: dpkg-source.1:676
 
12243
#: dpkg-source.1:680
12035
12244
msgid ""
12036
12245
"This file contains on a single line the format that should be used to build "
12037
12246
"the source package (possible formats are described above). No leading or "
12039
12248
msgstr ""
12040
12249
 
12041
12250
#. type: SS
12042
 
#: dpkg-source.1:676
 
12251
#: dpkg-source.1:680
12043
12252
#, fuzzy, no-wrap
12044
12253
msgid "debian/source/include-binaries"
12045
12254
msgstr "B<--licence>"
12046
12255
 
12047
12256
#. type: Plain text
12048
 
#: dpkg-source.1:680
 
12257
#: dpkg-source.1:684
12049
12258
msgid ""
12050
12259
"This file contains a list of binary files (one per line) that should be "
12051
12260
"included in the debian tarball. Leading and trailing spaces are stripped.  "
12054
12263
msgstr ""
12055
12264
 
12056
12265
#. type: SS
12057
 
#: dpkg-source.1:680
 
12266
#: dpkg-source.1:684
12058
12267
#, fuzzy, no-wrap
12059
12268
msgid "debian/source/options"
12060
12269
msgstr "B<--licence>"
12061
12270
 
12062
12271
#. type: Plain text
12063
 
#: dpkg-source.1:686
 
12272
#: dpkg-source.1:690
12064
12273
msgid ""
12065
12274
"This file contains a list of long options that should be automatically "
12066
12275
"prepended to the set of command line options of a B<dpkg-source -b> or "
12069
12278
msgstr ""
12070
12279
 
12071
12280
#. type: Plain text
12072
 
#: dpkg-source.1:692
 
12281
#: dpkg-source.1:696
12073
12282
msgid ""
12074
12283
"Each option should be put on a separate line. Empty lines and lines starting "
12075
12284
"with \"#\" are ignored. The leading \"--\" should be stripped and short "
12079
12288
msgstr ""
12080
12289
 
12081
12290
#. type: Plain text
12082
 
#: dpkg-source.1:700
 
12291
#: dpkg-source.1:704
12083
12292
#, no-wrap
12084
12293
msgid ""
12085
12294
"  # let dpkg-source create a debian.tar.bz2 with maximal compression\n"
12092
12301
msgstr ""
12093
12302
 
12094
12303
#. type: Plain text
12095
 
#: dpkg-source.1:703
 
12304
#: dpkg-source.1:707
12096
12305
msgid ""
12097
12306
"Note: B<format> options are not accepted in this file, you should use "
12098
12307
"B<debian/source/format> instead."
12099
12308
msgstr ""
12100
12309
 
12101
12310
#. type: SS
12102
 
#: dpkg-source.1:703
 
12311
#: dpkg-source.1:707
12103
12312
#, fuzzy, no-wrap
12104
12313
msgid "debian/source/local-options"
12105
12314
msgstr "B<--licence>"
12106
12315
 
12107
12316
#. type: Plain text
12108
 
#: dpkg-source.1:708
 
12317
#: dpkg-source.1:712
12109
12318
msgid ""
12110
12319
"Exactly like B<debian/source/options> except that the file is not included "
12111
12320
"in the generated source package. It can be useful to store a preference tied "
12114
12323
msgstr ""
12115
12324
 
12116
12325
#. type: SS
12117
 
#: dpkg-source.1:708
 
12326
#: dpkg-source.1:712
12118
12327
#, fuzzy, no-wrap
12119
12328
msgid "debian/source/local-patch-header"
12120
12329
msgstr "B<--licence>"
12121
12330
 
12122
12331
#. type: SS
12123
 
#: dpkg-source.1:709
 
12332
#: dpkg-source.1:713
12124
12333
#, fuzzy, no-wrap
12125
12334
msgid "debian/source/patch-header"
12126
12335
msgstr "B<--licence>"
12127
12336
 
12128
12337
#. type: Plain text
12129
 
#: dpkg-source.1:713
 
12338
#: dpkg-source.1:717
12130
12339
msgid ""
12131
12340
"Free form text that is put on top of the automatic patch generated in "
12132
12341
"formats \"2.0\" or \"3.0 (quilt)\". B<local-patch-header> is not included in "
12134
12343
msgstr ""
12135
12344
 
12136
12345
#. type: SS
12137
 
#: dpkg-source.1:713
 
12346
#: dpkg-source.1:717
12138
12347
#, no-wrap
12139
12348
msgid "debian/patches/series"
12140
12349
msgstr ""
12141
12350
 
12142
12351
#. type: Plain text
12143
 
#: dpkg-source.1:722
 
12352
#: dpkg-source.1:726
12144
12353
msgid ""
12145
12354
"This file lists all patches that have to be applied (in the given order)  on "
12146
12355
"top of the upstream source package. Leading and trailing spaces are "
12153
12362
msgstr ""
12154
12363
 
12155
12364
#. type: Plain text
12156
 
#: dpkg-source.1:729
 
12365
#: dpkg-source.1:733
12157
12366
#, fuzzy
12158
12367
msgid "B<dpkg-deb>(1), B<dpkg>(1), B<dselect>(1)."
12159
12368
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
12160
12369
 
12161
12370
#. type: Plain text
12162
 
#: dpkg-source.1:736
 
12371
#: dpkg-source.1:740
12163
12372
msgid "Copyright \\(co 2008-2011 Rapha\\[:e]l Hertzog"
12164
12373
msgstr ""
12165
12374
 
12482
12691
msgstr ""
12483
12692
 
12484
12693
#. type: TP
12485
 
#: dpkg-split.1:193 start-stop-daemon.8:275 update-alternatives.8:378
 
12694
#: dpkg-split.1:193 start-stop-daemon.8:279 update-alternatives.8:378
12486
12695
#, no-wrap
12487
12696
msgid "B<2>"
12488
12697
msgstr ""
12879
13088
msgstr ""
12880
13089
 
12881
13090
#. type: Plain text
12882
 
#: dpkg-vendor.1:50 update-alternatives.8:498
 
13091
#: dpkg-vendor.1:50
 
13092
msgid "B<deb-origin>(5)."
 
13093
msgstr ""
 
13094
 
 
13095
#. type: Plain text
 
13096
#: dpkg-vendor.1:52 update-alternatives.8:498
12883
13097
msgid "Copyright \\(co 2009 Rapha\\[:e]l Hertzog"
12884
13098
msgstr ""
12885
13099
 
13827
14041
msgid "start-stop-daemon"
13828
14042
msgstr ""
13829
14043
 
 
14044
#. type: TH
 
14045
#: start-stop-daemon.8:1
 
14046
#, fuzzy, no-wrap
 
14047
msgid "2012-01-14"
 
14048
msgstr "2006-02-28"
 
14049
 
13830
14050
#. type: Plain text
13831
14051
#: start-stop-daemon.8:4
13832
14052
msgid "start-stop-daemon - start and stop system daemon programs"
13942
14162
msgstr ""
13943
14163
 
13944
14164
#. type: Plain text
13945
 
#: start-stop-daemon.8:86
13946
 
msgid "Check whether a process has created the file I<pid-file>."
 
14165
#: start-stop-daemon.8:87
 
14166
msgid ""
 
14167
"Check whether a process has created the file I<pid-file>. Note: using this "
 
14168
"matching option alone might cause unintended processes to be acted on, if "
 
14169
"the old process terminated without being able to remove the I<pid-file>."
13947
14170
msgstr ""
13948
14171
 
13949
14172
#. type: TP
13950
 
#: start-stop-daemon.8:86
 
14173
#: start-stop-daemon.8:87
13951
14174
#, no-wrap
13952
14175
msgid "B<-x>, B<--exec> I<executable>"
13953
14176
msgstr ""
13954
14177
 
13955
14178
#. type: Plain text
13956
 
#: start-stop-daemon.8:90
 
14179
#: start-stop-daemon.8:94
13957
14180
msgid ""
13958
 
"Check for processes that are instances of this executable (according to B</"
13959
 
"proc/>I<pid>B</exe>)."
 
14181
"Check for processes that are instances of this I<executable>. The "
 
14182
"I<executable> argument should be an absolute pathname. Note: this might not "
 
14183
"work as intended with interpreted scripts, as the executable will point to "
 
14184
"the interpreter. Take into account processes running from inside a chroot "
 
14185
"will also be matched, so other match restrictions might be needed."
13960
14186
msgstr ""
13961
14187
 
13962
14188
#. type: TP
13963
 
#: start-stop-daemon.8:90
 
14189
#: start-stop-daemon.8:94
13964
14190
#, no-wrap
13965
14191
msgid "B<-n>, B<--name> I<process-name>"
13966
14192
msgstr ""
13967
14193
 
13968
14194
#. type: Plain text
13969
 
#: start-stop-daemon.8:96
 
14195
#: start-stop-daemon.8:101
13970
14196
msgid ""
13971
 
"Check for processes with the name I<process-name> (according to B</proc/"
13972
 
">I<pid>B</stat>)."
 
14197
"Check for processes with the name I<process-name>. The I<process-name> is "
 
14198
"usually the process filename, but it could have been changed by the process "
 
14199
"itself. Note: on most systems this information is retrieved from the process "
 
14200
"comm name from the kernel, which tends to have a relatively short length "
 
14201
"limit (assuming more than 15 characters is non-portable)."
13973
14202
msgstr ""
13974
14203
 
13975
14204
#. type: TP
13976
 
#: start-stop-daemon.8:96
 
14205
#: start-stop-daemon.8:101
13977
14206
#, no-wrap
13978
14207
msgid "B<-u>, B<--user> I<username>|I<uid>"
13979
14208
msgstr ""
13980
14209
 
13981
14210
#. type: Plain text
13982
 
#: start-stop-daemon.8:102
 
14211
#: start-stop-daemon.8:106
13983
14212
msgid ""
13984
 
"Check for processes owned by the user specified by I<username> or I<uid>."
 
14213
"Check for processes owned by the user specified by I<username> or I<uid>. "
 
14214
"Note: using this matching option alone will cause all processes matching the "
 
14215
"user to be acted on."
13985
14216
msgstr ""
13986
14217
 
13987
14218
#. type: TP
13988
 
#: start-stop-daemon.8:104
 
14219
#: start-stop-daemon.8:108
13989
14220
#, no-wrap
13990
14221
msgid "B<-g>, B<--group> I<group>|I<gid>"
13991
14222
msgstr ""
13992
14223
 
13993
14224
#. type: Plain text
13994
 
#: start-stop-daemon.8:107
 
14225
#: start-stop-daemon.8:111
13995
14226
msgid "Change to I<group> or I<gid> when starting the process."
13996
14227
msgstr ""
13997
14228
 
13998
14229
#. type: TP
13999
 
#: start-stop-daemon.8:107
 
14230
#: start-stop-daemon.8:111
14000
14231
#, fuzzy, no-wrap
14001
14232
msgid "B<-s>, B<--signal> I<signal>"
14002
14233
msgstr "B<--show>, B<-W>"
14003
14234
 
14004
14235
#. type: Plain text
14005
 
#: start-stop-daemon.8:112
 
14236
#: start-stop-daemon.8:116
14006
14237
msgid ""
14007
14238
"With B<--stop>, specifies the signal to send to processes being stopped "
14008
14239
"(default TERM)."
14009
14240
msgstr ""
14010
14241
 
14011
14242
#. type: TP
14012
 
#: start-stop-daemon.8:112
 
14243
#: start-stop-daemon.8:116
14013
14244
#, no-wrap
14014
14245
msgid "B<-R>, B<--retry> I<timeout>|I<schedule>"
14015
14246
msgstr ""
14016
14247
 
14017
14248
#. type: Plain text
14018
 
#: start-stop-daemon.8:122
 
14249
#: start-stop-daemon.8:126
14019
14250
msgid ""
14020
14251
"With B<--stop>, specifies that B<start-stop-daemon> is to check whether the "
14021
14252
"process(es)  do finish. It will check repeatedly whether any matching "
14024
14255
msgstr ""
14025
14256
 
14026
14257
#. type: Plain text
14027
 
#: start-stop-daemon.8:133
 
14258
#: start-stop-daemon.8:137
14028
14259
msgid ""
14029
14260
"If I<timeout> is specified instead of I<schedule>, then the schedule "
14030
14261
"I<signal>B</>I<timeout>B</KILL/>I<timeout> is used, where I<signal> is the "
14032
14263
msgstr ""
14033
14264
 
14034
14265
#. type: Plain text
14035
 
#: start-stop-daemon.8:149
 
14266
#: start-stop-daemon.8:153
14036
14267
msgid ""
14037
14268
"I<schedule> is a list of at least two items separated by slashes (B</>); "
14038
14269
"each item may be B<->I<signal-number> or [B<->]I<signal-name>, which means "
14042
14273
msgstr ""
14043
14274
 
14044
14275
#. type: Plain text
14045
 
#: start-stop-daemon.8:159
 
14276
#: start-stop-daemon.8:163
14046
14277
msgid ""
14047
14278
"If the end of the schedule is reached and B<forever> is not specified, then "
14048
14279
"B<start-stop-daemon> exits with error status 2.  If a schedule is specified, "
14050
14281
msgstr ""
14051
14282
 
14052
14283
#. type: TP
14053
 
#: start-stop-daemon.8:159
 
14284
#: start-stop-daemon.8:163
14054
14285
#, fuzzy, no-wrap
14055
14286
msgid "B<-a>, B<--startas> I<pathname>"
14056
14287
msgstr "B<dpkg-deb> B<-c>|B<--contents> I<archívum>"
14057
14288
 
14058
14289
#. type: Plain text
14059
 
#: start-stop-daemon.8:167
 
14290
#: start-stop-daemon.8:171
14060
14291
msgid ""
14061
14292
"With B<--start>, start the process specified by I<pathname>.  If not "
14062
14293
"specified, defaults to the argument given to B<--exec>."
14063
14294
msgstr ""
14064
14295
 
14065
14296
#. type: TP
14066
 
#: start-stop-daemon.8:167
 
14297
#: start-stop-daemon.8:171
14067
14298
#, fuzzy, no-wrap
14068
14299
msgid "B<-t>, B<--test>"
14069
14300
msgstr "B<--info>, B<-I>"
14070
14301
 
14071
14302
#. type: Plain text
14072
 
#: start-stop-daemon.8:171
 
14303
#: start-stop-daemon.8:175
14073
14304
msgid ""
14074
14305
"Print actions that would be taken and set appropriate return value, but take "
14075
14306
"no action."
14076
14307
msgstr ""
14077
14308
 
14078
14309
#. type: TP
14079
 
#: start-stop-daemon.8:171
 
14310
#: start-stop-daemon.8:175
14080
14311
#, fuzzy, no-wrap
14081
14312
msgid "B<-o>, B<--oknodo>"
14082
14313
msgstr "B<--info>, B<-I>"
14083
14314
 
14084
14315
#. type: Plain text
14085
 
#: start-stop-daemon.8:174
 
14316
#: start-stop-daemon.8:178
14086
14317
msgid "Return exit status 0 instead of 1 if no actions are (would be) taken."
14087
14318
msgstr ""
14088
14319
 
14089
14320
#. type: TP
14090
 
#: start-stop-daemon.8:174
 
14321
#: start-stop-daemon.8:178
14091
14322
#, fuzzy, no-wrap
14092
14323
msgid "B<-q>, B<--quiet>"
14093
14324
msgstr "B<--new>"
14094
14325
 
14095
14326
#. type: Plain text
14096
 
#: start-stop-daemon.8:177
 
14327
#: start-stop-daemon.8:181
14097
14328
msgid "Do not print informational messages; only display error messages."
14098
14329
msgstr ""
14099
14330
 
14100
14331
#. type: TP
14101
 
#: start-stop-daemon.8:177
 
14332
#: start-stop-daemon.8:181
14102
14333
#, fuzzy, no-wrap
14103
14334
msgid "B<-c>, B<--chuid> I<username>|I<uid>[B<:>I<group>|I<gid>]"
14104
14335
msgstr "B<--info>, B<-I>"
14105
14336
 
14106
14337
#. type: Plain text
14107
 
#: start-stop-daemon.8:195
 
14338
#: start-stop-daemon.8:199
14108
14339
msgid ""
14109
14340
"Change to this username/uid before starting the process. You can also "
14110
14341
"specify a group by appending a B<:>, then the group or gid in the same way "
14117
14348
msgstr ""
14118
14349
 
14119
14350
#. type: TP
14120
 
#: start-stop-daemon.8:195
 
14351
#: start-stop-daemon.8:199
14121
14352
#, fuzzy, no-wrap
14122
14353
msgid "B<-r>, B<--chroot> I<root>"
14123
14354
msgstr "B<--info>, B<-I>"
14124
14355
 
14125
14356
#. type: Plain text
14126
 
#: start-stop-daemon.8:201
 
14357
#: start-stop-daemon.8:205
14127
14358
msgid ""
14128
14359
"Chdir and chroot to I<root> before starting the process. Please note that "
14129
14360
"the pidfile is also written after the chroot."
14130
14361
msgstr ""
14131
14362
 
14132
14363
#. type: TP
14133
 
#: start-stop-daemon.8:201
 
14364
#: start-stop-daemon.8:205
14134
14365
#, fuzzy, no-wrap
14135
14366
msgid "B<-d>, B<--chdir> I<path>"
14136
14367
msgstr "B<--info>, B<-I>"
14137
14368
 
14138
14369
#. type: Plain text
14139
 
#: start-stop-daemon.8:209
 
14370
#: start-stop-daemon.8:213
14140
14371
msgid ""
14141
14372
"Chdir to I<path> before starting the process. This is done after the chroot "
14142
14373
"if the B<-r>|B<--chroot> option is set. When not specified, start-stop-"
14144
14375
msgstr ""
14145
14376
 
14146
14377
#. type: TP
14147
 
#: start-stop-daemon.8:209
 
14378
#: start-stop-daemon.8:213
14148
14379
#, fuzzy, no-wrap
14149
14380
msgid "B<-b>, B<--background>"
14150
14381
msgstr "B<--build>, B<-b>"
14151
14382
 
14152
14383
#. type: Plain text
14153
 
#: start-stop-daemon.8:221
 
14384
#: start-stop-daemon.8:225
14154
14385
msgid ""
14155
14386
"Typically used with programs that don't detach on their own. This option "
14156
14387
"will force B<start-stop-daemon> to fork before starting the process, and "
14162
14393
msgstr ""
14163
14394
 
14164
14395
#. type: TP
14165
 
#: start-stop-daemon.8:221
 
14396
#: start-stop-daemon.8:225
14166
14397
#, no-wrap
14167
14398
msgid "B<-N>, B<--nicelevel> I<int>"
14168
14399
msgstr ""
14169
14400
 
14170
14401
#. type: Plain text
14171
 
#: start-stop-daemon.8:224
 
14402
#: start-stop-daemon.8:228
14172
14403
msgid "This alters the priority of the process before starting it."
14173
14404
msgstr ""
14174
14405
 
14175
14406
#. type: TP
14176
 
#: start-stop-daemon.8:224
 
14407
#: start-stop-daemon.8:228
14177
14408
#, no-wrap
14178
14409
msgid "B<-P>, B<--procsched> I<policy>B<:>I<priority>"
14179
14410
msgstr ""
14180
14411
 
14181
14412
#. type: Plain text
14182
 
#: start-stop-daemon.8:230
 
14413
#: start-stop-daemon.8:234
14183
14414
msgid ""
14184
14415
"This alters the process scheduler policy and priority of the process before "
14185
14416
"starting it. The priority can be optionally specified by appending a B<:> "
14188
14419
msgstr ""
14189
14420
 
14190
14421
#. type: TP
14191
 
#: start-stop-daemon.8:230
 
14422
#: start-stop-daemon.8:234
14192
14423
#, fuzzy, no-wrap
14193
14424
msgid "B<-I>, B<--iosched> I<class>B<:>I<priority>"
14194
14425
msgstr "B<dpkg-deb> B<-I>|B<--info> I<archívum> [I<ellenőrző-fájl-név> ..]"
14195
14426
 
14196
14427
#. type: Plain text
14197
 
#: start-stop-daemon.8:237
 
14428
#: start-stop-daemon.8:241
14198
14429
msgid ""
14199
14430
"This alters the IO scheduler class and priority of the process before "
14200
14431
"starting it. The priority can be optionally specified by appending a B<:> "
14204
14435
msgstr ""
14205
14436
 
14206
14437
#. type: TP
14207
 
#: start-stop-daemon.8:237
 
14438
#: start-stop-daemon.8:241
14208
14439
#, fuzzy, no-wrap
14209
14440
msgid "B<-k>, B<--umask> I<mask>"
14210
14441
msgstr "B<--show>, B<-W>"
14211
14442
 
14212
14443
#. type: Plain text
14213
 
#: start-stop-daemon.8:240
 
14444
#: start-stop-daemon.8:244
14214
14445
msgid "This sets the umask of the process before starting it."
14215
14446
msgstr ""
14216
14447
 
14217
14448
#. type: TP
14218
 
#: start-stop-daemon.8:240
 
14449
#: start-stop-daemon.8:244
14219
14450
#, fuzzy, no-wrap
14220
14451
msgid "B<-m>, B<--make-pidfile>"
14221
14452
msgstr "B<--help>, B<-h>"
14222
14453
 
14223
14454
#. type: Plain text
14224
 
#: start-stop-daemon.8:255
 
14455
#: start-stop-daemon.8:259
14225
14456
msgid ""
14226
14457
"Used when starting a program that does not create its own pid file. This "
14227
14458
"option will make B<start-stop-daemon> create the file referenced with B<--"
14233
14464
msgstr ""
14234
14465
 
14235
14466
#. type: Plain text
14236
 
#: start-stop-daemon.8:258
 
14467
#: start-stop-daemon.8:262
14237
14468
msgid "Print verbose informational messages."
14238
14469
msgstr ""
14239
14470
 
14240
14471
#. type: Plain text
14241
 
#: start-stop-daemon.8:270
 
14472
#: start-stop-daemon.8:274
14242
14473
msgid ""
14243
14474
"The requested action was performed. If B<--oknodo> was specified, it's also "
14244
14475
"possible that nothing had to be done.  This can happen when B<--start> was "
14247
14478
msgstr ""
14248
14479
 
14249
14480
#. type: Plain text
14250
 
#: start-stop-daemon.8:275
 
14481
#: start-stop-daemon.8:279
14251
14482
msgid "If B<--oknodo> was not specified and nothing was done."
14252
14483
msgstr ""
14253
14484
 
14254
14485
#. type: Plain text
14255
 
#: start-stop-daemon.8:283
 
14486
#: start-stop-daemon.8:287
14256
14487
msgid ""
14257
14488
"If B<--stop> and B<--retry> were specified, but the end of the schedule was "
14258
14489
"reached and the processes were still running."
14259
14490
msgstr ""
14260
14491
 
14261
14492
#. type: TP
14262
 
#: start-stop-daemon.8:283 start-stop-daemon.8:295
 
14493
#: start-stop-daemon.8:287 start-stop-daemon.8:299
14263
14494
#, no-wrap
14264
14495
msgid "B<3>"
14265
14496
msgstr ""
14266
14497
 
14267
14498
#. type: Plain text
14268
 
#: start-stop-daemon.8:286
 
14499
#: start-stop-daemon.8:290
14269
14500
msgid "Any other error."
14270
14501
msgstr ""
14271
14502
 
14272
14503
#. type: Plain text
14273
 
#: start-stop-daemon.8:289
 
14504
#: start-stop-daemon.8:293
14274
14505
msgid ""
14275
14506
"When using the B<--status> command, the following status codes are returned:"
14276
14507
msgstr ""
14277
14508
 
14278
14509
#. type: Plain text
14279
 
#: start-stop-daemon.8:292
 
14510
#: start-stop-daemon.8:296
14280
14511
msgid "Program is running."
14281
14512
msgstr ""
14282
14513
 
14283
14514
#. type: Plain text
14284
 
#: start-stop-daemon.8:295
 
14515
#: start-stop-daemon.8:299
14285
14516
msgid "Program is not running and the pid file exists."
14286
14517
msgstr ""
14287
14518
 
14288
14519
#. type: Plain text
14289
 
#: start-stop-daemon.8:298
 
14520
#: start-stop-daemon.8:302
14290
14521
msgid "Program is not running."
14291
14522
msgstr ""
14292
14523
 
14293
14524
#. type: TP
14294
 
#: start-stop-daemon.8:298
 
14525
#: start-stop-daemon.8:302
14295
14526
#, no-wrap
14296
14527
msgid "B<4>"
14297
14528
msgstr ""
14298
14529
 
14299
14530
#. type: Plain text
14300
 
#: start-stop-daemon.8:301
 
14531
#: start-stop-daemon.8:305
14301
14532
msgid "Unable to determine program status."
14302
14533
msgstr ""
14303
14534
 
14304
14535
#. type: Plain text
14305
 
#: start-stop-daemon.8:305
 
14536
#: start-stop-daemon.8:309
14306
14537
msgid ""
14307
14538
"Start the B<food> daemon, unless one is already running (a process named "
14308
14539
"food, running as user food, with pid in food.pid):"
14309
14540
msgstr ""
14310
14541
 
14311
14542
#. type: Plain text
14312
 
#: start-stop-daemon.8:308
14313
 
#, no-wrap
14314
 
msgid "start-stop-daemon --start --oknodo --user food --name food --pidfile /var/run/food.pid --startas /usr/sbin/food --chuid food -- --daemon\n"
14315
 
msgstr ""
14316
 
 
14317
 
#. type: Plain text
14318
 
#: start-stop-daemon.8:311
14319
 
msgid "Send B<SIGTERM> to B<food> and wait up to 5 seconds for it to stop:"
14320
 
msgstr ""
14321
 
 
14322
 
#. type: Plain text
14323
14543
#: start-stop-daemon.8:314
14324
14544
#, no-wrap
14325
 
msgid "start-stop-daemon --stop --oknodo --user food --name food --pidfile /var/run/food.pid --retry 5\n"
 
14545
msgid ""
 
14546
"start-stop-daemon --start --oknodo --user food --name food \\e\n"
 
14547
"\t--pidfile /var/run/food.pid --startas /usr/sbin/food \\e\n"
 
14548
"\t--chuid food -- --daemon\n"
14326
14549
msgstr ""
14327
14550
 
14328
14551
#. type: Plain text
14329
14552
#: start-stop-daemon.8:317
 
14553
msgid "Send B<SIGTERM> to B<food> and wait up to 5 seconds for it to stop:"
 
14554
msgstr ""
 
14555
 
 
14556
#. type: Plain text
 
14557
#: start-stop-daemon.8:321
 
14558
#, no-wrap
 
14559
msgid ""
 
14560
"start-stop-daemon --stop --oknodo --user food --name food \\e\n"
 
14561
"\t--pidfile /var/run/food.pid --retry 5\n"
 
14562
msgstr ""
 
14563
 
 
14564
#. type: Plain text
 
14565
#: start-stop-daemon.8:324
14330
14566
msgid "Demonstration of a custom schedule for stopping B<food>:"
14331
14567
msgstr ""
14332
14568
 
14333
14569
#. type: Plain text
14334
 
#: start-stop-daemon.8:320
 
14570
#: start-stop-daemon.8:328
14335
14571
#, no-wrap
14336
 
msgid "start-stop-daemon --stop --oknodo --user food --name food --pidfile /var/run/food.pid --retry=TERM/30/KILL/5\n"
 
14572
msgid ""
 
14573
"start-stop-daemon --stop --oknodo --user food --name food \\e\n"
 
14574
"\t--pidfile /var/run/food.pid --retry=TERM/30/KILL/5\n"
14337
14575
msgstr ""
14338
14576
 
14339
14577
#. type: Plain text
14340
 
#: start-stop-daemon.8:326
 
14578
#: start-stop-daemon.8:334
14341
14579
msgid ""
14342
14580
"Marek Michalkiewicz E<lt>marekm@i17linuxb.ists.pwr.wroc.plE<gt> based on a "
14343
14581
"previous version by Ian Jackson E<lt>ian@chiark.greenend.org.ukE<gt>."
14344
14582
msgstr ""
14345
14583
 
14346
14584
#. type: Plain text
14347
 
#: start-stop-daemon.8:328
 
14585
#: start-stop-daemon.8:336
14348
14586
msgid ""
14349
14587
"Manual page by Klee Dienes E<lt>klee@mit.eduE<gt>, partially reformatted by "
14350
14588
"Ian Jackson."
15192
15430
#~ msgstr "2006-02-28"
15193
15431
 
15194
15432
#, fuzzy
15195
 
#~ msgid "2011-04-27"
15196
 
#~ msgstr "2006-02-28"
15197
 
 
15198
 
#, fuzzy
15199
15433
#~ msgid "2011-07-07"
15200
15434
#~ msgstr "2006-02-28"
15201
15435
 
15218
15452
#~ msgstr "B<Package:> E<lt>csomag névE<gt>"
15219
15453
 
15220
15454
#, fuzzy
15221
 
#~ msgid "2010-11-22"
15222
 
#~ msgstr "2006-02-28"
15223
 
 
15224
 
#, fuzzy
15225
15455
#~| msgid "B<Source:> E<lt>source nameE<gt>"
15226
15456
#~ msgid "B<Multi-Arch:> E<lt>same|foreign|allowedE<gt> "
15227
15457
#~ msgstr "B<Source:> E<lt>forrás névE<gt>"
15228
15458
 
15229
15459
#, fuzzy
15230
 
#~| msgid "2006-02-28"
15231
 
#~ msgid "2010-01-28"
15232
 
#~ msgstr "2006-02-28"
15233
 
 
15234
 
#, fuzzy
15235
15460
#~ msgid "2008-08-18"
15236
15461
#~ msgstr "2006-02-28"
15237
15462
 
15289
15514
#~ msgstr "2006-02-28"
15290
15515
 
15291
15516
#, fuzzy
15292
 
#~ msgid "2009-11-11"
15293
 
#~ msgstr "2006-02-28"
15294
 
 
15295
 
#, fuzzy
15296
15517
#~ msgid "2009-02-26"
15297
15518
#~ msgstr "2006-02-28"
15298
15519
 
15440
15661
#~ msgstr "2006-02-28"
15441
15662
 
15442
15663
#, fuzzy
15443
 
#~ msgid "2008-01-13"
15444
 
#~ msgstr "2006-02-28"
15445
 
 
15446
 
#, fuzzy
15447
15664
#~ msgid "2008-03-25"
15448
15665
#~ msgstr "2006-02-28"
15449
15666