~ubuntu-branches/debian/wheezy/dpkg/wheezy

« back to all changes in this revision

Viewing changes to man/po/hu.po

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphaël Hertzog, Jonathan Nieder, Steve Langasek, Mark Hymers, Updated programs translations, Updated man page translations, Updated scripts translations, Updated dselect translations
  • Date: 2011-04-01 23:56:54 UTC
  • Revision ID: james.westby@ubuntu.com-20110401235654-8y800dtb75skfrh7
Tags: 1.16.0
[ Guillem Jover ]
* Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
  dpkg-divert when no --package or --local options have been specified.
* Do not allow versions starting with non-digit when doing strict parsing,
  warn otherwise.
* Update dpkg(1) to note that --status-fd output does not contain newlines
  in error messages anymore (this was fixed in 1.15.0).
* Add a new --status-logger option to dpkg, similar to --status-fd but
  instead invoke the command ourselves and feed the status information
  to its standard input. Suggested by Raphaël Hertzog.
* Add missing space in update-alternative --set-selections output.
* Add missing options to update-alternative --help output.
* Count “conffile name is duplicated” for dpkg-deb warning count summary.
* Improve and clarify strings for translation. Closes: #604914
* Prefix all fatal error messages with “error: ”.
* Do not check presence of update-rc.d in the PATH in dpkg, as it's not
  a program needed for dpkg correct operation.
* Fix dpkg -GEO options on multiple versions of the same packages.
  Closes: #31141
* Propagate --admindir to programs run from maintainer scritpts.
  Closes: #97076
* Do not fail when trying to remove the root directory. This will only
  happen either on distributions where dpkg is a foreign package manager,
  or on artificial dpkg databases.
* Always warn when parsing any package control data which does not have
  an Architecture field except for status and status log files when
  packages are not-installed or half-installed.
* By default reject installing packages w/o an Architecture field. They
  now need --force-architecture, dpkg will still warn about them though.
* Fix build failure when passing --disable-nls to configure.
* Do not segfault on “dpkg -i --no-act”.
* Add missing semicolon to the vsnprintf() compat declaration.
  Thanks to Robert Millan. Closes: #612203
* On install for Ubuntu adjust the i386 GNU cpu name in cputable.
  Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
* Sync the info database directory on unpack instead of the temporary
  control information directory, and print the correct pathname on error
  instead of the last file acted on that directory.
* Document in dpkg-query --help output and man page that --list and --show
  arguments are optional.
* Do not read and write the available file unnecessarily.
  Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
* Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
  works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
* Add armhf support to ostable and triplettable. Closes: #594179
* Set the modification time for unpacked symlinks on supported systems.
* Fix undefined value useage in dpkg-genchanges when adding files w/o a
  matching architecture, because they are not present in debian/control,
  this is most commonly the case due to dpkg-distaddfile.
* Terminate immediately on dpkg-divert rename errors instead of propagating
  up the error codes, this improves error reporting and avoids triggering
  leak detectors. Closes: #620380
* When moving a diverted file across filesystems in dpkg-divert, remove
  the source file.

[ Raphaël Hertzog ]
* Fail properly when debian/source/format is empty. Closes: #600854
* Add new deb-src-control(5) manual page documenting the debian/control
  file contained in source packages.
  - it documents the X[SBC]- prefix. Closes: #476335
  - it documents the VCS-* fields too. Closes: #483119
  Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
  as part of the Google Code In program.
* Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
  Instead continue and fail after all problems have been reported. Thanks
  to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
* Fix dpkg-source to not list Debian packaging files as modified
  upstream files in Format "1.0" when unpacking to a non-standard
  directory.
* Apply patch from Colin Watson to let dpkg-buildflags return -O3
  instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
* Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
  --control-path.
* Update dpkg-shlibdeps to be multiarch-ready:
  - use get_control_path() to find symbols/shlibs files
  - parse correctly the output of dpkg --search
* Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
  Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
* dpkg-source now keeps the file ordering in the autogenerated patch when
  regenerating it. Closes: #606080
  Thanks to Colin Watson for the patch.
* dpkg-source now uses a timestamp retrieved from the filesystem when
  resetting the timestamp of patched files so that a time skew when using
  NFS doesn't introduce any inconsistency. Closes: #613023
  Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
  diagnosis.
* dpkg-source will now remove quilt's .pc directory when --unapply-patches
  is in use. Closes: #591858
* dpkg-source is now a bit less strict when parsing patches:
  - it accepts seeing the same file twice; Closes: #608829
  - it doesn't match on the English text "No newline at end of file" as it
    might be translated in some cases. Closes: #612465
* Improve parser in Dpkg::Control::Hash to not require an empty line
  before the PGP signature. Closes: #617923
  Thanks to Roger Leigh for the initial patch.
* Fix a regression in dpkg-divert where using --rename led to a failure when
  the rename implies crossing file systems. Thanks to Durk Strooisma for
  spotting it.
* Use the correct mtime when installing a file with statoverrides.
  Regression introduced in 1.16.0. LP: #739179
* Remove duplicate word in german translation of dpkg(1). Closes: #616096
* Strip repeated non-significant spaces before and after newlines
  in Uploaders. Closes: #598922
* Ignore whitespaces after options in headers of changelog entries.
  Closes: #605719
* Fix dpkg-source's regression with empty patches (introduced while fixing
  #613023). Closes: #619541

[ Jonathan Nieder ]
* Remove support for use of synchronous sync(2), due to its pernicious
  side-effects and to ease maintenance.
* Clarify that an up-to-date dpkg only needs to be unpacked for
  dpkg-maintscript-helper to work.

[ Steve Langasek ]
* Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
  DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
  architecture which should be used as the path component for library
  installation.

[ Mark Hymers ]
* Add support for Built-Using field. Closes: #619311

[ Updated programs translations ]
* German (Sven Joachim).
* Portuguese (Miguel Figueiredo).
* Spanish (Javier Fernandez-Sanguino).
* Swedish (Peter Krefting).

[ Updated man page translations ]
* German (Helge Kreutzmann).
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* German (Helge Kreutzmann).
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Spanish (Javier Fernandez-Sanguino).

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: 2010-11-25 07:13+0100\n"
 
8
"POT-Creation-Date: 2011-04-01 22:07+0300\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"
29
29
msgstr "2006-02-28"
30
30
 
31
31
#. type: TH
32
 
#: deb.5:1 deb-control.5:3 deb-split.5:1 deb-version.5:5 deb-old.5:1
33
 
#: deb-override.5:15 deb-extra-override.5:1 deb-shlibs.5:16 deb-substvars.5:2
34
 
#: deb-symbols.5:2 deb-triggers.5:1 dpkg.1:1 dpkg-architecture.1:1
35
 
#: dpkg.cfg.5:1 dpkg-buildflags.1:1 dpkg-buildpackage.1:1
36
 
#: dpkg-checkbuilddeps.1:1 dpkg-distaddfile.1:1 dpkg-deb.1:1 dpkg-divert.8:1
37
 
#: dpkg-genchanges.1:1 dpkg-gencontrol.1:1 dpkg-gensymbols.1:2
38
 
#: dpkg-maintscript-helper.1:1 dpkg-mergechangelogs.1:1 dpkg-name.1:6
39
 
#: dpkg-parsechangelog.1:1 dpkg-query.1:1 dpkg-scanpackages.1:15
 
32
#: deb.5:1 deb-control.5:3 deb-src-control.5:3 deb-split.5:1 deb-version.5:5
 
33
#: deb-old.5:1 deb-override.5:15 deb-extra-override.5:1 deb-shlibs.5:16
 
34
#: deb-substvars.5:2 deb-symbols.5:2 deb-triggers.5:1 dpkg.1:1
 
35
#: dpkg-architecture.1:1 dpkg.cfg.5:1 dpkg-buildflags.1:1
 
36
#: dpkg-buildpackage.1:1 dpkg-checkbuilddeps.1:1 dpkg-distaddfile.1:1
 
37
#: dpkg-deb.1:1 dpkg-divert.8:1 dpkg-genchanges.1:1 dpkg-gencontrol.1:1
 
38
#: dpkg-gensymbols.1:2 dpkg-maintscript-helper.1:1 dpkg-mergechangelogs.1:1
 
39
#: dpkg-name.1:6 dpkg-parsechangelog.1:1 dpkg-query.1:1 dpkg-scanpackages.1:15
40
40
#: dpkg-scansources.1:1 dpkg-shlibdeps.1:1 dpkg-source.1:2 dpkg-split.1:2
41
41
#: dpkg-trigger.1:1 dpkg-vendor.1:1 dselect.1:1 dselect.cfg.5:1
42
42
#: start-stop-daemon.8:1 update-alternatives.8:8
45
45
msgstr "Debian Project"
46
46
 
47
47
#. type: TH
48
 
#: deb.5:1 deb-control.5:3 deb-split.5:1 deb-version.5:5 deb-old.5:1
49
 
#: dselect.1:1
 
48
#: deb.5:1 deb-control.5:3 deb-src-control.5:3 deb-split.5:1 deb-version.5:5
 
49
#: deb-old.5:1 dselect.1:1
50
50
#, no-wrap
51
51
msgid "Debian"
52
52
msgstr "Debian"
53
53
 
54
54
#. type: SH
55
 
#: deb.5:2 deb-control.5:4 deb-split.5:2 deb-version.5:6 deb-old.5:2
56
 
#: deb-override.5:16 deb-extra-override.5:2 deb-shlibs.5:17 deb-substvars.5:3
57
 
#: deb-symbols.5:3 deb-triggers.5:2 dpkg.1:2 dpkg-architecture.1:2
58
 
#: dpkg.cfg.5:2 dpkg-buildflags.1:2 dpkg-buildpackage.1:2
59
 
#: dpkg-checkbuilddeps.1:2 dpkg-distaddfile.1:2 dpkg-deb.1:2 dpkg-divert.8:2
60
 
#: dpkg-genchanges.1:2 dpkg-gencontrol.1:2 dpkg-gensymbols.1:3
61
 
#: dpkg-maintscript-helper.1:2 dpkg-mergechangelogs.1:2 dpkg-name.1:7
62
 
#: dpkg-parsechangelog.1:2 dpkg-query.1:2 dpkg-scanpackages.1:16
 
55
#: deb.5:2 deb-control.5:4 deb-src-control.5:4 deb-split.5:2 deb-version.5:6
 
56
#: deb-old.5:2 deb-override.5:16 deb-extra-override.5:2 deb-shlibs.5:17
 
57
#: deb-substvars.5:3 deb-symbols.5:3 deb-triggers.5:2 dpkg.1:2
 
58
#: dpkg-architecture.1:2 dpkg.cfg.5:2 dpkg-buildflags.1:2
 
59
#: dpkg-buildpackage.1:2 dpkg-checkbuilddeps.1:2 dpkg-distaddfile.1:2
 
60
#: dpkg-deb.1:2 dpkg-divert.8:2 dpkg-genchanges.1:2 dpkg-gencontrol.1:2
 
61
#: dpkg-gensymbols.1:3 dpkg-maintscript-helper.1:2 dpkg-mergechangelogs.1:2
 
62
#: dpkg-name.1:7 dpkg-parsechangelog.1:2 dpkg-query.1:2 dpkg-scanpackages.1:16
63
63
#: dpkg-scansources.1:2 dpkg-shlibdeps.1:2 dpkg-source.1:3 dpkg-split.1:3
64
64
#: dpkg-statoverride.8:2 dpkg-trigger.1:2 dpkg-vendor.1:2 dselect.1:2
65
65
#: dselect.cfg.5:2 start-stop-daemon.8:2 update-alternatives.8:9
73
73
msgstr ""
74
74
 
75
75
#. type: SH
76
 
#: deb.5:4 deb-control.5:7 deb-split.5:4 deb-version.5:9 deb-old.5:5
77
 
#: deb-override.5:19 deb-extra-override.5:5 deb-substvars.5:6 deb-symbols.5:6
78
 
#: deb-triggers.5:5 dpkg.1:5 dpkg-architecture.1:5 dpkg-buildflags.1:5
79
 
#: dpkg-buildpackage.1:5 dpkg-checkbuilddeps.1:5 dpkg-distaddfile.1:5
80
 
#: dpkg-deb.1:5 dpkg-divert.8:5 dpkg-genchanges.1:5 dpkg-gencontrol.1:5
81
 
#: dpkg-gensymbols.1:6 dpkg-maintscript-helper.1:5 dpkg-mergechangelogs.1:5
82
 
#: dpkg-name.1:10 dpkg-parsechangelog.1:5 dpkg-query.1:5
83
 
#: dpkg-scanpackages.1:19 dpkg-scansources.1:5 dpkg-shlibdeps.1:5
84
 
#: dpkg-source.1:6 dpkg-split.1:6 dpkg-statoverride.8:5 dpkg-trigger.1:5
85
 
#: dpkg-vendor.1:5 dselect.1:5 start-stop-daemon.8:5 update-alternatives.8:12
 
76
#: deb.5:4 deb-control.5:7 deb-src-control.5:7 deb-split.5:4 deb-version.5:9
 
77
#: deb-old.5:5 deb-override.5:19 deb-extra-override.5:5 deb-substvars.5:6
 
78
#: deb-symbols.5:6 deb-triggers.5:5 dpkg.1:5 dpkg-architecture.1:5
 
79
#: dpkg-buildflags.1:5 dpkg-buildpackage.1:5 dpkg-checkbuilddeps.1:5
 
80
#: dpkg-distaddfile.1:5 dpkg-deb.1:5 dpkg-divert.8:5 dpkg-genchanges.1:5
 
81
#: dpkg-gencontrol.1:5 dpkg-gensymbols.1:6 dpkg-maintscript-helper.1:5
 
82
#: dpkg-mergechangelogs.1:5 dpkg-name.1:10 dpkg-parsechangelog.1:5
 
83
#: dpkg-query.1:5 dpkg-scanpackages.1:19 dpkg-scansources.1:5
 
84
#: dpkg-shlibdeps.1:5 dpkg-source.1:6 dpkg-split.1:6 dpkg-statoverride.8:5
 
85
#: dpkg-trigger.1:5 dpkg-vendor.1:5 dselect.1:5 start-stop-daemon.8:5
 
86
#: update-alternatives.8:12
86
87
#, no-wrap
87
88
msgid "SYNOPSIS"
88
89
msgstr "SZINOPSZIS"
93
94
msgstr ""
94
95
 
95
96
#. type: SH
96
 
#: deb.5:6 deb-control.5:10 deb-split.5:6 deb-version.5:11 deb-old.5:8
97
 
#: deb-override.5:22 deb-extra-override.5:8 deb-shlibs.5:20 deb-substvars.5:9
98
 
#: deb-symbols.5:9 deb-triggers.5:8 dpkg.1:19 dpkg-architecture.1:11
99
 
#: dpkg.cfg.5:5 dpkg-buildflags.1:9 dpkg-buildpackage.1:9
100
 
#: dpkg-checkbuilddeps.1:10 dpkg-distaddfile.1:9 dpkg-deb.1:10
101
 
#: dpkg-divert.8:10 dpkg-genchanges.1:10 dpkg-gencontrol.1:9
 
97
#: deb.5:6 deb-control.5:10 deb-src-control.5:10 deb-split.5:6
 
98
#: deb-version.5:11 deb-old.5:8 deb-override.5:22 deb-extra-override.5:8
 
99
#: deb-shlibs.5:20 deb-substvars.5:9 deb-symbols.5:9 deb-triggers.5:8
 
100
#: dpkg.1:19 dpkg-architecture.1:11 dpkg.cfg.5:5 dpkg-buildflags.1:9
 
101
#: dpkg-buildpackage.1:9 dpkg-checkbuilddeps.1:10 dpkg-distaddfile.1:9
 
102
#: dpkg-deb.1:10 dpkg-divert.8:10 dpkg-genchanges.1:10 dpkg-gencontrol.1:9
102
103
#: dpkg-gensymbols.1:10 dpkg-maintscript-helper.1:15 dpkg-mergechangelogs.1:9
103
104
#: dpkg-name.1:16 dpkg-parsechangelog.1:9 dpkg-query.1:9
104
105
#: dpkg-scanpackages.1:28 dpkg-scansources.1:14 dpkg-shlibdeps.1:11
209
210
msgstr ""
210
211
 
211
212
#. type: SH
212
 
#: deb.5:79 deb-control.5:232 deb-split.5:37 deb-version.5:116 deb-old.5:51
213
 
#: deb-override.5:62 deb-extra-override.5:37 deb-shlibs.5:61
214
 
#: deb-substvars.5:154 deb-symbols.5:61 deb-triggers.5:49 dpkg.1:778
215
 
#: dpkg-architecture.1:294 dpkg.cfg.5:23 dpkg-buildpackage.1:249
216
 
#: dpkg-deb.1:246 dpkg-divert.8:122 dpkg-gensymbols.1:445 dpkg-name.1:95
217
 
#: dpkg-query.1:208 dpkg-scanpackages.1:111 dpkg-scansources.1:72
 
213
#: deb.5:79 deb-control.5:269 deb-src-control.5:322 deb-split.5:37
 
214
#: deb-version.5:116 deb-old.5:51 deb-override.5:62 deb-extra-override.5:37
 
215
#: deb-shlibs.5:61 deb-substvars.5:154 deb-symbols.5:61 deb-triggers.5:49
 
216
#: dpkg.1:782 dpkg-architecture.1:300 dpkg.cfg.5:23 dpkg-buildpackage.1:249
 
217
#: dpkg-deb.1:246 dpkg-divert.8:132 dpkg-gensymbols.1:445 dpkg-name.1:95
 
218
#: dpkg-query.1:212 dpkg-scanpackages.1:111 dpkg-scansources.1:72
218
219
#: dpkg-shlibdeps.1:326 dpkg-source.1:701 dpkg-split.1:223
219
 
#: dpkg-statoverride.8:79 dpkg-trigger.1:60 dselect.1:452 dselect.cfg.5:23
220
 
#: update-alternatives.8:501
 
220
#: dpkg-statoverride.8:85 dpkg-trigger.1:66 dselect.1:452 dselect.cfg.5:23
 
221
#: update-alternatives.8:507
221
222
#, no-wrap
222
223
msgid "SEE ALSO"
223
224
msgstr "LÁSD MÉG"
247
248
msgstr "deb-control - Debian csomag fő kontroll fájl formátum"
248
249
 
249
250
#. type: Plain text
250
 
#: deb-control.5:9
 
251
#: deb-control.5:9 deb-src-control.5:9
251
252
msgid "control"
252
253
msgstr "kontroll"
253
254
 
360
361
msgstr "LEHETSÉGES MEZŐK"
361
362
 
362
363
#. type: TP
363
 
#: deb-control.5:53
 
364
#: deb-control.5:53 deb-src-control.5:88
364
365
#, no-wrap
365
366
msgid "B<Section:> E<lt>sectionE<gt>"
366
367
msgstr "B<Section:> E<lt>szakaszE<gt>"
376
377
"például ilyenekhez: `utils', `net', `mail', `text', `x11' stb."
377
378
 
378
379
#. type: TP
379
 
#: deb-control.5:58
 
380
#: deb-control.5:58 deb-src-control.5:94
380
381
#, no-wrap
381
382
msgid "B<Priority:> E<lt>priorityE<gt>"
382
383
msgstr "B<Priority:> E<lt>elsőbbségE<gt>"
391
392
"`required', `standard', `optional', `extra' (kötelező, szokásos...) stb."
392
393
 
393
394
#. type: Plain text
394
 
#: deb-control.5:71
 
395
#: deb-control.5:71 deb-src-control.5:107
395
396
#, fuzzy
396
397
msgid ""
397
398
"In Debian, the B<Section> and B<Priority> fields have a defined set of "
404
405
"verziójában."
405
406
 
406
407
#. type: TP
407
 
#: deb-control.5:71
 
408
#: deb-control.5:71 deb-src-control.5:211
408
409
#, no-wrap
409
410
msgid "B<Essential:> E<lt>yes|noE<gt>"
410
411
msgstr "B<Essential:> E<lt>yes|noE<gt>"
443
444
"Perl parancsfájlok és dokumentációk."
444
445
 
445
446
#. type: TP
446
 
#: deb-control.5:86
 
447
#: deb-control.5:86 deb-src-control.5:83
447
448
#, fuzzy, no-wrap
448
449
msgid "B<Origin:> E<lt>nameE<gt>"
449
450
msgstr "B<Source:> E<lt>forrás névE<gt>"
454
455
msgstr ""
455
456
 
456
457
#. type: TP
457
 
#: deb-control.5:89
 
458
#: deb-control.5:89 deb-src-control.5:66
458
459
#, fuzzy, no-wrap
459
460
msgid "B<Bugs:> E<lt>urlE<gt>"
460
461
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
468
469
msgstr ""
469
470
 
470
471
#. type: TP
471
 
#: deb-control.5:93
 
472
#: deb-control.5:93 deb-src-control.5:62
472
473
#, fuzzy, no-wrap
473
474
msgid "B<Homepage:> E<lt>urlE<gt>"
474
475
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
475
476
 
476
477
#. type: Plain text
477
 
#: deb-control.5:96
 
478
#: deb-control.5:96 deb-src-control.5:65
478
479
msgid "The upstream project home page URL."
479
480
msgstr ""
480
481
 
481
482
#. type: TP
482
 
#: deb-control.5:96
 
483
#: deb-control.5:96 deb-src-control.5:217
483
484
#, fuzzy, no-wrap
484
485
msgid "B<Tag:> E<lt>tag listE<gt>"
485
486
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
493
494
 
494
495
#. type: TP
495
496
#: deb-control.5:100
 
497
#, fuzzy, no-wrap
 
498
#| msgid "B<Source:> E<lt>source nameE<gt>"
 
499
msgid "B<Multi-Arch:> E<lt>same|foreign|allowedE<gt>"
 
500
msgstr "B<Source:> E<lt>forrás névE<gt>"
 
501
 
 
502
#. type: Plain text
 
503
#: deb-control.5:111
 
504
msgid ""
 
505
"This field is used to indicate how this package should behave on a multi-"
 
506
"arch installations. The value `same' means that the package is co-"
 
507
"installable with itself, but it must not be used to satisfy the dependency "
 
508
"of any package of a different architecture from itself. The value `foreign' "
 
509
"means that the package is not co-installable with itself, but should be "
 
510
"allowed to satisfy the dependency of a package of a different arch from "
 
511
"itself. The value `allowed` allows reverse-dependencies to indicate in their "
 
512
"Depends field that they need a package from a foreign architecture, but has "
 
513
"no effect otherwise. This field should not be present in packages with the "
 
514
"Architecture: all field."
 
515
msgstr ""
 
516
 
 
517
#. type: TP
 
518
#: deb-control.5:111
496
519
#, no-wrap
497
520
msgid "B<Source:> E<lt>source nameE<gt>"
498
521
msgstr "B<Source:> E<lt>forrás névE<gt>"
499
522
 
500
523
#. type: Plain text
501
 
#: deb-control.5:104
 
524
#: deb-control.5:115
502
525
msgid ""
503
526
"The name of the source package that this binary package came from, if "
504
527
"different than the name of the package itself."
506
529
"Annak a forrás csomagnak a neve, ahonnan e bináris is származik, ha eltér."
507
530
 
508
531
#. type: TP
509
 
#: deb-control.5:104
 
532
#: deb-control.5:116 deb-src-control.5:197
 
533
#, fuzzy, no-wrap
 
534
#| msgid "B<Architecture:> E<lt>arch|allE<gt>"
 
535
msgid "B<Subarchitecture:> E<lt>valueE<gt>"
 
536
msgstr "B<Architecture:> E<lt>arch|allE<gt>"
 
537
 
 
538
#. type: TP
 
539
#: deb-control.5:119 deb-src-control.5:200
 
540
#, fuzzy, no-wrap
 
541
msgid "B<Kernel-Version:> E<lt>valueE<gt>"
 
542
msgstr "B<Version:> E<lt>verzióE<gt>"
 
543
 
 
544
#. type: TP
 
545
#: deb-control.5:122 deb-src-control.5:203
 
546
#, fuzzy, no-wrap
 
547
msgid "B<Installer-Menu-Item:> E<lt>valueE<gt>"
 
548
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
 
549
 
 
550
#. type: Plain text
 
551
#: deb-control.5:129 deb-src-control.5:210
 
552
msgid ""
 
553
"These fields are used by the debian-installer and are usually not needed.  "
 
554
"See /usr/share/doc/debian-installer/devel/modules.txt from the B<debian-"
 
555
"installer> package for more details about them."
 
556
msgstr ""
 
557
 
 
558
#. type: TP
 
559
#: deb-control.5:130 deb-src-control.5:228
510
560
#, no-wrap
511
561
msgid "B<Depends:> E<lt>package listE<gt>"
512
562
msgstr "B<Depends:> E<lt>csomag listaE<gt>"
513
563
 
514
564
#. type: Plain text
515
 
#: deb-control.5:115
 
565
#: deb-control.5:141
516
566
#, fuzzy
517
567
msgid ""
518
568
"List of packages that are required for this package to provide a non-trivial "
530
580
"lefuttatja a postinst és prerm parancsfájlokat."
531
581
 
532
582
#. type: TP
533
 
#: deb-control.5:115
 
583
#: deb-control.5:141 deb-src-control.5:231
534
584
#, no-wrap
535
585
msgid "B<Pre-Depends:> E<lt>package listE<gt>"
536
586
msgstr "B<Pre-Depends:> E<lt>csomag listaE<gt>"
537
587
 
538
588
#. type: Plain text
539
 
#: deb-control.5:122
 
589
#: deb-control.5:148
540
590
msgid ""
541
591
"List of packages that must be installed B<and> configured before this one "
542
592
"can be installed. This is usually used in the case where this package "
547
597
"előtti (preinst) parancsfájl lefuttatásához egy másik csomagot igényel "
548
598
 
549
599
#. type: TP
550
 
#: deb-control.5:122
 
600
#: deb-control.5:148 deb-src-control.5:234
551
601
#, no-wrap
552
602
msgid "B<Recommends:> E<lt>package listE<gt>"
553
603
msgstr "B<Recommends:> E<lt>csomag listaE<gt>"
554
604
 
555
605
#. type: Plain text
556
 
#: deb-control.5:129
 
606
#: deb-control.5:155
557
607
msgid ""
558
608
"Lists packages that would be found together with this one in all but unusual "
559
609
"installations. The package maintenance software will warn the user if they "
565
615
"csomagok kijelölése nélkül telepít."
566
616
 
567
617
#. type: TP
568
 
#: deb-control.5:129
 
618
#: deb-control.5:155 deb-src-control.5:237
569
619
#, no-wrap
570
620
msgid "B<Suggests:> E<lt>package listE<gt>"
571
621
msgstr "B<Suggests:> E<lt>csomag listaE<gt>"
572
622
 
573
623
#. type: Plain text
574
 
#: deb-control.5:134
 
624
#: deb-control.5:160
575
625
msgid ""
576
626
"Lists packages that are related to this one and can perhaps enhance its "
577
627
"usefulness, but without which installing this package is perfectly "
581
631
"mellőzhetők."
582
632
 
583
633
#. type: Plain text
584
 
#: deb-control.5:146
 
634
#: deb-control.5:172
585
635
msgid ""
586
636
"The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
587
637
"fields is a list of groups of alternative packages. Each group is a list of "
597
647
"kötésekkel. Minden csomagnevet a verziószám megadása követhet zárójelben."
598
648
 
599
649
#. type: Plain text
600
 
#: deb-control.5:152
 
650
#: deb-control.5:178
601
651
msgid ""
602
652
"A version number may start with a `E<gt>E<gt>', in which case any later "
603
653
"version will match, and may specify or omit the Debian packaging revision "
612
662
"egyenlő, és \"=\" egyenlő."
613
663
 
614
664
#. type: TP
615
 
#: deb-control.5:152
 
665
#: deb-control.5:178 deb-src-control.5:240
616
666
#, fuzzy, no-wrap
617
667
msgid "B<Breaks:> E<lt>package listE<gt>"
618
668
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
619
669
 
620
670
#. type: Plain text
621
 
#: deb-control.5:160
 
671
#: deb-control.5:186
622
672
#, fuzzy
623
673
msgid ""
624
674
"Lists packages that this one breaks, for example by exposing bugs when the "
631
681
"csomag 1-1 B<Conflicts> mezőben hivatkozik egymásra."
632
682
 
633
683
#. type: TP
634
 
#: deb-control.5:160
 
684
#: deb-control.5:186 deb-src-control.5:249
635
685
#, no-wrap
636
686
msgid "B<Conflicts:> E<lt>package listE<gt>"
637
687
msgstr "B<Conflicts:> E<lt>csomag listaE<gt>"
638
688
 
639
689
#. type: Plain text
640
 
#: deb-control.5:168
 
690
#: deb-control.5:194
641
691
msgid ""
642
692
"Lists packages that conflict with this one, for example by containing files "
643
693
"with the same names. The package maintenance software will not allow "
649
699
"csomag 1-1 B<Conflicts> mezőben hivatkozik egymásra."
650
700
 
651
701
#. type: TP
652
 
#: deb-control.5:168
 
702
#: deb-control.5:194 deb-src-control.5:246
653
703
#, no-wrap
654
704
msgid "B<Replaces:> E<lt>package listE<gt>"
655
705
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
656
706
 
657
707
#. type: Plain text
658
 
#: deb-control.5:176
 
708
#: deb-control.5:202
659
709
msgid ""
660
710
"List of packages files from which this one replaces. This is used for "
661
711
"allowing this package to overwrite the files of another package and is "
668
718
"tartalmaz, mint az ütköző csomag."
669
719
 
670
720
#. type: TP
671
 
#: deb-control.5:176
 
721
#: deb-control.5:202 deb-src-control.5:252
672
722
#, no-wrap
673
723
msgid "B<Provides:> E<lt>package listE<gt>"
674
724
msgstr "B<Provides:> E<lt>csomag listaE<gt>"
675
725
 
676
726
#. type: Plain text
677
 
#: deb-control.5:186
 
727
#: deb-control.5:212
678
728
msgid ""
679
729
"This is a list of virtual packages that this one provides. Usually this is "
680
730
"used in the case of several packages all providing the same service.  For "
693
743
"levelező-kiszolgálót egy `|'-kkal elválasztott listában."
694
744
 
695
745
#. type: Plain text
696
 
#: deb-control.5:205
 
746
#: deb-control.5:231
697
747
#, fuzzy
698
748
#| msgid ""
699
749
#| "The syntax of B<Conflicts>, B<Replaces> and B<Provides> is a list of "
712
762
"tetszőleges helykitöltőkkel) elválasztott csomagnév lista. A B<Conflicts> "
713
763
"mezőben, a vessző `VAGY'. A verzió szintén megadható a már ismert módon."
714
764
 
 
765
#. type: TP
 
766
#: deb-control.5:232 deb-src-control.5:255
 
767
#, fuzzy, no-wrap
 
768
#| msgid "B<Depends:> E<lt>package listE<gt>"
 
769
msgid "B<Built-Using:> E<lt>package listE<gt>"
 
770
msgstr "B<Depends:> E<lt>csomag listaE<gt>"
 
771
 
 
772
#. type: Plain text
 
773
#: deb-control.5:242
 
774
msgid ""
 
775
"This field lists extra source packages that were used during the build of "
 
776
"this binary package.  This is an indication to the archive maintenance "
 
777
"software that these extra source packages must be kept whilst this binary "
 
778
"package is maintained.  This field must be a list of source package names "
 
779
"with strict (=)  version relationships.  Note that the archive maintenance "
 
780
"software is likely to refuse to accept an upload which declares a B<Built-"
 
781
"Using> relationship which cannot be satisfied within the archive."
 
782
msgstr ""
 
783
 
715
784
#. type: SH
716
 
#: deb-control.5:206 start-stop-daemon.8:273
 
785
#: deb-control.5:243 deb-src-control.5:283 start-stop-daemon.8:273
717
786
#, no-wrap
718
787
msgid "EXAMPLE"
719
788
msgstr "PÉLDA"
720
789
 
721
790
#. type: Plain text
722
 
#: deb-control.5:229
 
791
#: deb-control.5:266
723
792
#, fuzzy, no-wrap
724
793
msgid ""
725
794
"# Comment\n"
764
833
" will run more slowly, however.)\n"
765
834
 
766
835
#. type: Plain text
767
 
#: deb-control.5:237
 
836
#: deb-control.5:274
768
837
#, fuzzy
769
838
msgid ""
770
839
"B<deb>(5), B<deb-version>(5), B<debtags>(1), B<dpkg>(1), B<dpkg-deb>(1)."
771
840
msgstr "B<deb>(5), B<dpkg>(1), B<dpkg-deb>(1)."
772
841
 
773
842
#. type: TH
 
843
#: deb-src-control.5:3
 
844
#, fuzzy, no-wrap
 
845
#| msgid "deb-control"
 
846
msgid "deb-src-control"
 
847
msgstr "deb-control"
 
848
 
 
849
#. type: TH
 
850
#: deb-src-control.5:3
 
851
#, fuzzy, no-wrap
 
852
msgid "2010-11-22"
 
853
msgstr "2006-02-28"
 
854
 
 
855
#. type: Plain text
 
856
#: deb-src-control.5:6
 
857
#, fuzzy
 
858
#| msgid "deb-control - Debian packages' master control file format"
 
859
msgid "deb-src-control - Debian source packages' master control file format"
 
860
msgstr "deb-control - Debian csomag fő kontroll fájl formátum"
 
861
 
 
862
#. type: Plain text
 
863
#: deb-src-control.5:28
 
864
msgid ""
 
865
"Each Debian source package contains the master \"control\" file, which "
 
866
"contains at least 2 paragraphs, separated by a blank line. The first "
 
867
"paragraph lists all information about the source package in general, while "
 
868
"each following paragraph describes exactly one binary package. Each "
 
869
"paragraph consists of at least one field. A field starts with a fieldname, "
 
870
"such as B<Package> or B<Section> (case insensitive), followed by a colon, "
 
871
"the body of the field and a newline.  Multi-line fields are also allowed, "
 
872
"but each supplementary line, without a fieldname, should start with at least "
 
873
"one space. The content of the multi-line fields is generally joined to a "
 
874
"single line by the tools (except in the case of the B<Description> field, "
 
875
"see below). To insert empty lines into a multi-line field, insert a dot "
 
876
"after the space. The paragraphs are separated by an empty line. Lines "
 
877
"starting with a B<'#'> are treated as comments."
 
878
msgstr ""
 
879
 
 
880
#. type: SH
 
881
#: deb-src-control.5:29
 
882
#, fuzzy, no-wrap
 
883
#| msgid "REQUIRED FIELDS"
 
884
msgid "SOURCE FIELDS"
 
885
msgstr "KÖTELEZŐ MEZŐK"
 
886
 
 
887
#. type: TP
 
888
#: deb-src-control.5:30
 
889
#, fuzzy, no-wrap
 
890
#| msgid "B<Source:> E<lt>source nameE<gt>"
 
891
msgid "B<Source:> E<lt>source package nameE<gt> (required)"
 
892
msgstr "B<Source:> E<lt>forrás névE<gt>"
 
893
 
 
894
#. type: Plain text
 
895
#: deb-src-control.5:37
 
896
msgid ""
 
897
"The value of this field is the name of the source package, and should match "
 
898
"the name of the source package in the debian/changelog file. A package name "
 
899
"must consist only of lower case letters (a-z), digits (0-9), plus (+) and "
 
900
"minus (-) signs, and periods (.). Package names must be at least two "
 
901
"characters long and must start with an alphanumeric character."
 
902
msgstr ""
 
903
 
 
904
#. type: TP
 
905
#: deb-src-control.5:38
 
906
#, fuzzy, no-wrap
 
907
#| msgid "B<Maintainer:> E<lt>fullname emailE<gt>"
 
908
msgid "B<Maintainer:> E<lt>fullname emailE<gt> (required)"
 
909
msgstr "B<Maintainer:> E<lt>teljes.név emailE<gt>"
 
910
 
 
911
#. type: Plain text
 
912
#: deb-src-control.5:43
 
913
#, fuzzy
 
914
#| msgid ""
 
915
#| "Should be in the format `Joe Bloggs E<lt>jbloggs@foo.comE<gt>', and is "
 
916
#| "typically the person who created the package, as opposed to the author of "
 
917
#| "the software that was packaged."
 
918
msgid ""
 
919
"Should be in the format \"Joe Bloggs E<lt>jbloggs@foo.comE<gt>\", and "
 
920
"references the person who currently maintains the package, as opposed to the "
 
921
"author of the software or the original packager."
 
922
msgstr ""
 
923
"Formája ilyen lehet: `Joe Bloggs E<lt>jbloggs@foo.comE<gt>', és általában "
 
924
"nem a szoftver szerzőjét hanem a csomag készítőjét tartalmazza."
 
925
 
 
926
#. type: TP
 
927
#: deb-src-control.5:44
 
928
#, fuzzy, no-wrap
 
929
#| msgid "B<Maintainer:> E<lt>fullname emailE<gt>"
 
930
msgid "B<Uploaders:> E<lt>fullname emailE<gt>"
 
931
msgstr "B<Maintainer:> E<lt>teljes.név emailE<gt>"
 
932
 
 
933
#. type: Plain text
 
934
#: deb-src-control.5:49
 
935
msgid ""
 
936
"Lists all the names and email addresses of co-maintainers of the package, in "
 
937
"the same format as the Maintainer field. Multiple co-maintainers should be "
 
938
"separated by a comma."
 
939
msgstr ""
 
940
 
 
941
#. type: TP
 
942
#: deb-src-control.5:50
 
943
#, fuzzy, no-wrap
 
944
#| msgid "B<Version:> E<lt>version stringE<gt>"
 
945
msgid "B<Standards-Version:> E<lt>version stringE<gt>"
 
946
msgstr "B<Version:> E<lt>verzióE<gt>"
 
947
 
 
948
#. type: Plain text
 
949
#: deb-src-control.5:56
 
950
msgid ""
 
951
"This documents the most recent version of the standards (which consists of "
 
952
"the Debian Policy Manual and referenced texts from the B<debian-policy> "
 
953
"package) this package complies to."
 
954
msgstr ""
 
955
 
 
956
#. type: TP
 
957
#: deb-src-control.5:57
 
958
#, fuzzy, no-wrap
 
959
#| msgid "B<Essential:> E<lt>yes|noE<gt>"
 
960
msgid "B<DM-Upload-Allowed:> E<lt>yes|noE<gt>"
 
961
msgstr "B<Essential:> E<lt>yes|noE<gt>"
 
962
 
 
963
#. type: Plain text
 
964
#: deb-src-control.5:61
 
965
msgid ""
 
966
"This field indicates whether the package can be uploaded by Debian "
 
967
"Maintainers appearing in the Maintainer or Uploaders field. The default "
 
968
"value is \"no\"."
 
969
msgstr ""
 
970
 
 
971
#. type: Plain text
 
972
#: deb-src-control.5:71
 
973
msgid ""
 
974
"The url of the bug tracking system for this package. The current used format "
 
975
"is B<E<lt>bts_typeE<gt>://E<lt>bts_addressE<gt>>, like B<debbugs://bugs."
 
976
"debian.org>. This field is usually not needed."
 
977
msgstr ""
 
978
 
 
979
#. type: TP
 
980
#: deb-src-control.5:72
 
981
#, fuzzy, no-wrap
 
982
msgid "B<Vcs-*:> E<lt>urlE<gt>"
 
983
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
 
984
 
 
985
#. type: Plain text
 
986
#: deb-src-control.5:78
 
987
msgid ""
 
988
"The url of the Version Control System repository used to maintain this "
 
989
"package.  Currently supported are Arch, Bzr (Bazaar), Cvs, Darcs, Git, Hg "
 
990
"(Mercurial), Mtn (Monotone) and Svn (Subversion). Usually this field points "
 
991
"to the latest version of the package, such as the main branch or the trunk."
 
992
msgstr ""
 
993
 
 
994
#. type: TP
 
995
#: deb-src-control.5:79
 
996
#, fuzzy, no-wrap
 
997
msgid "B<Vcs-Browser:> E<lt>urlE<gt>"
 
998
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
 
999
 
 
1000
#. type: Plain text
 
1001
#: deb-src-control.5:82
 
1002
msgid ""
 
1003
"The url of a webinterface to browse the Version Control System repository."
 
1004
msgstr ""
 
1005
 
 
1006
#. type: Plain text
 
1007
#: deb-src-control.5:87
 
1008
msgid ""
 
1009
"The name of the distribution this package is originating from. This field is "
 
1010
"usually not needed."
 
1011
msgstr ""
 
1012
 
 
1013
#. type: Plain text
 
1014
#: deb-src-control.5:93
 
1015
#, fuzzy
 
1016
#| msgid ""
 
1017
#| "This is a general field that gives the package a category based on the "
 
1018
#| "software that it installs. Some common sections are `utils', `net', "
 
1019
#| "`mail', `text', `x11' etc."
 
1020
msgid ""
 
1021
"This is a general field that gives the package a category based on the "
 
1022
"software that it installs. Some common sections are \"utils\", \"net\", "
 
1023
"\"mail\", \"text\", \"x11\", etc."
 
1024
msgstr ""
 
1025
"Ez egy általános mező, mely a csomagot egy témakörhöz (szakaszhoz) társítja, "
 
1026
"például ilyenekhez: `utils', `net', `mail', `text', `x11' stb."
 
1027
 
 
1028
#. type: Plain text
 
1029
#: deb-src-control.5:98
 
1030
#, fuzzy
 
1031
#| msgid ""
 
1032
#| "Sets the importance of this package in relation to the system as a "
 
1033
#| "whole.  Common priorities are `required', `standard', `optional', `extra' "
 
1034
#| "etc."
 
1035
msgid ""
 
1036
"Sets the importance of this package in relation to the system as a whole.  "
 
1037
"Common priorities are \"required\", \"standard\", \"optional\", \"extra\", "
 
1038
"etc."
 
1039
msgstr ""
 
1040
"Megadja e csomag fontosságát a rendszer egészében. Ilyenek például: "
 
1041
"`required', `standard', `optional', `extra' (kötelező, szokásos...) stb."
 
1042
 
 
1043
#. type: TP
 
1044
#: deb-src-control.5:108
 
1045
#, fuzzy, no-wrap
 
1046
#| msgid "B<Depends:> E<lt>package listE<gt>"
 
1047
msgid "B<Build-Depends:> E<lt>package listE<gt>"
 
1048
msgstr "B<Depends:> E<lt>csomag listaE<gt>"
 
1049
 
 
1050
#. type: Plain text
 
1051
#: deb-src-control.5:112
 
1052
msgid ""
 
1053
"A list of packages that need to be installed and configured to be able to "
 
1054
"build the source package."
 
1055
msgstr ""
 
1056
 
 
1057
#. type: TP
 
1058
#: deb-src-control.5:113
 
1059
#, fuzzy, no-wrap
 
1060
#| msgid "B<Depends:> E<lt>package listE<gt>"
 
1061
msgid "B<Build-Depends-Indep:> E<lt>package listE<gt>"
 
1062
msgstr "B<Depends:> E<lt>csomag listaE<gt>"
 
1063
 
 
1064
#. type: Plain text
 
1065
#: deb-src-control.5:118
 
1066
msgid ""
 
1067
"Same as Build-Depends, but they are only needed when building the "
 
1068
"architecture independent packages. The Build-Depends are also installed in "
 
1069
"this case."
 
1070
msgstr ""
 
1071
 
 
1072
#. type: TP
 
1073
#: deb-src-control.5:119
 
1074
#, fuzzy, no-wrap
 
1075
#| msgid "B<Conflicts:> E<lt>package listE<gt>"
 
1076
msgid "B<Build-Conflicts:> E<lt>package listE<gt>"
 
1077
msgstr "B<Conflicts:> E<lt>csomag listaE<gt>"
 
1078
 
 
1079
#. type: Plain text
 
1080
#: deb-src-control.5:123
 
1081
msgid ""
 
1082
"A list of packages that should not be installed when the package is build, "
 
1083
"for example because they interfere with the used build system."
 
1084
msgstr ""
 
1085
 
 
1086
#. type: TP
 
1087
#: deb-src-control.5:124
 
1088
#, fuzzy, no-wrap
 
1089
#| msgid "B<Conflicts:> E<lt>package listE<gt>"
 
1090
msgid "B<Build-Conflicts-Indep:> E<lt>package listE<gt>"
 
1091
msgstr "B<Conflicts:> E<lt>csomag listaE<gt>"
 
1092
 
 
1093
#. type: Plain text
 
1094
#: deb-src-control.5:128
 
1095
msgid ""
 
1096
"Same as Build-Conflicts, but only when building the architecture independent "
 
1097
"packages."
 
1098
msgstr ""
 
1099
 
 
1100
#. type: Plain text
 
1101
#: deb-src-control.5:139
 
1102
#, fuzzy
 
1103
#| msgid ""
 
1104
#| "The syntax of B<Depends>, B<Pre-Depends>, B<Recommends> and B<Suggests> "
 
1105
#| "fields is a list of groups of alternative packages. Each group is a list "
 
1106
#| "of packages separated by vertical bar (or `pipe') symbols, `|'. The "
 
1107
#| "groups are separated by commas. Commas are to be read as `AND', and pipes "
 
1108
#| "as `OR', with pipes binding more tightly. Each package name is optionally "
 
1109
#| "followed by a version number specification in parentheses."
 
1110
msgid ""
 
1111
"The syntax of the B<Build-Depends> and B<Build-Depends-Indep> fields is a "
 
1112
"list of groups of alternative packages. Each group is a list of packages "
 
1113
"separated by vertical bar (or \"pipe\") symbols, \"|\". The groups are "
 
1114
"separated by commas. Commas are to be read as \"AND\", and pipes as \"OR\", "
 
1115
"with pipes binding more tightly. Each package name is optionally followed by "
 
1116
"a version number specification in parentheses and an architecture "
 
1117
"specification in square brackets."
 
1118
msgstr ""
 
1119
"A B<Depends>, B<Pre-Depends>, B<Recommends> és B<Suggests> mezők szintaxisa "
 
1120
"más csomagok csoportjainak listája. Minden csoport egy függőleges vonalakkal "
 
1121
"(ún. `pipa', `|' jelekkel) elválasztott csomaglista. A csoportok vesszőkkel "
 
1122
"vannak elválasztva. A vessző jelentése `ÉS', a pipáé `VAGY', akár nagyobb "
 
1123
"kötésekkel. Minden csomagnevet a verziószám megadása követhet zárójelben."
 
1124
 
 
1125
#. type: Plain text
 
1126
#: deb-src-control.5:148
 
1127
msgid ""
 
1128
"The syntax of the B<Build-Conflicts> and B<Build-Conflicts-Indep> fields is "
 
1129
"a list of comma-separated package names, where the comma is read as an \"AND"
 
1130
"\". Specifying alternative packages using a \"pipe\" is not supported.  Each "
 
1131
"package name is optionally followed by a version number specification in "
 
1132
"parentheses and an architecture specification in square brackets."
 
1133
msgstr ""
 
1134
 
 
1135
#. type: Plain text
 
1136
#: deb-src-control.5:154
 
1137
#, fuzzy
 
1138
#| msgid ""
 
1139
#| "A version number may start with a `E<gt>E<gt>', in which case any later "
 
1140
#| "version will match, and may specify or omit the Debian packaging revision "
 
1141
#| "(separated by a hyphen). Accepted version relationships are \"E<gt>E<gt>"
 
1142
#| "\" for greater than, \"E<lt>E<lt>\" for less than, \"E<gt>=\" for greater "
 
1143
#| "than or equal to, \"E<lt>=\" for less than or equal to, and \"=\" for "
 
1144
#| "equal to."
 
1145
msgid ""
 
1146
"A version number may start with a \"E<gt>E<gt>\", in which case any later "
 
1147
"version will match, and may specify or omit the Debian packaging revision "
 
1148
"(separated by a hyphen). Accepted version relationships are \"E<gt>E<gt>\" "
 
1149
"for greater than, \"E<lt>E<lt>\" for less than, \"E<gt>=\" for greater than "
 
1150
"or equal to, \"E<lt>=\" for less than or equal to, and \"=\" for equal to."
 
1151
msgstr ""
 
1152
"A verziószám kezdődhet így: `E<gt>E<gt>', ekkor bármely későbbi verzió "
 
1153
"megfelel, és megadhat Debian csomag revíziót (kötőjellel elválasztva). "
 
1154
"Elfogadott verzióviszonyok: \"E<gt>E<gt>\" nagyobb mint, \"E<lt>E<lt>\" "
 
1155
"kisebb mint, \"E<gt>=\" nagyobb vagy egyenlő, \"E<lt>=\" kisebb vagy "
 
1156
"egyenlő, és \"=\" egyenlő."
 
1157
 
 
1158
#. type: Plain text
 
1159
#: deb-src-control.5:158
 
1160
msgid ""
 
1161
"A architecture specification consists of one or more architecture names, "
 
1162
"separated by whitespace. Exclamation marks may be prepended to each of the "
 
1163
"names, meaning \"NOT\"."
 
1164
msgstr ""
 
1165
 
 
1166
#. type: Plain text
 
1167
#: deb-src-control.5:163
 
1168
msgid ""
 
1169
"Note that dependencies on packages in the B<build-essential> set can be "
 
1170
"omitted and that declaring build conflicts against them is impossible. A "
 
1171
"list of these packages is in the build-essential package."
 
1172
msgstr ""
 
1173
 
 
1174
#. type: SH
 
1175
#: deb-src-control.5:165
 
1176
#, fuzzy, no-wrap
 
1177
#| msgid "OPTIONAL FIELDS"
 
1178
msgid "BINARY FIELDS"
 
1179
msgstr "LEHETSÉGES MEZŐK"
 
1180
 
 
1181
#. type: Plain text
 
1182
#: deb-src-control.5:174
 
1183
msgid ""
 
1184
"Note that the B<Priority>, B<Section> and B<Homepage> fields can also be in "
 
1185
"a binary paragraph to override the global value from the source package."
 
1186
msgstr ""
 
1187
 
 
1188
#. type: TP
 
1189
#: deb-src-control.5:175
 
1190
#, fuzzy, no-wrap
 
1191
#| msgid "B<Package:> E<lt>package nameE<gt>"
 
1192
msgid "B<Package:> E<lt>binary package nameE<gt> (required)"
 
1193
msgstr "B<Package:> E<lt>csomag névE<gt>"
 
1194
 
 
1195
#. type: Plain text
 
1196
#: deb-src-control.5:179
 
1197
msgid ""
 
1198
"This field is used to name the binary package name. The same restrictions as "
 
1199
"to a source package name apply."
 
1200
msgstr ""
 
1201
 
 
1202
#. type: TP
 
1203
#: deb-src-control.5:180
 
1204
#, fuzzy, no-wrap
 
1205
#| msgid "B<Architecture:> E<lt>arch|allE<gt>"
 
1206
msgid "B<Architecture:> E<lt>arch|all|anyE<gt> (required)"
 
1207
msgstr "B<Architecture:> E<lt>arch|allE<gt>"
 
1208
 
 
1209
#. type: Plain text
 
1210
#: deb-src-control.5:190
 
1211
msgid ""
 
1212
"The architecture specifies on which type of hardware this package runs. For "
 
1213
"packages that run on all architectures, use the B<any> value. For packages "
 
1214
"that are architecture independent, such as shell and Perl scripts or "
 
1215
"documentation, use the B<all> value. To restrict the packages to a certain "
 
1216
"set of architectures, specify the architecture names, separated by a space."
 
1217
msgstr ""
 
1218
 
 
1219
#. type: TP
 
1220
#: deb-src-control.5:191
 
1221
#, fuzzy, no-wrap
 
1222
#| msgid "B<Package:> E<lt>package nameE<gt>"
 
1223
msgid "B<Package-Type:> E<lt>deb|udebE<gt>"
 
1224
msgstr "B<Package:> E<lt>csomag névE<gt>"
 
1225
 
 
1226
#. type: Plain text
 
1227
#: deb-src-control.5:196
 
1228
msgid ""
 
1229
"This field defines the type of the package. \"udeb\" is for size-constrained "
 
1230
"packages used by the debian installer. \"deb\" is the default value, it's "
 
1231
"assumed if the field is absent. More types might be added in the future."
 
1232
msgstr ""
 
1233
 
 
1234
#. type: TP
 
1235
#: deb-src-control.5:214
 
1236
#, fuzzy, no-wrap
 
1237
#| msgid "B<Source:> E<lt>source nameE<gt>"
 
1238
msgid "B<Multi-Arch:> E<lt>same|foreign|allowedE<gt> "
 
1239
msgstr "B<Source:> E<lt>forrás névE<gt>"
 
1240
 
 
1241
#. type: TP
 
1242
#: deb-src-control.5:220
 
1243
#, fuzzy, no-wrap
 
1244
#| msgid "B<Description:> E<lt>short descriptionE<gt>"
 
1245
msgid "B<Description:> E<lt>short descriptionE<gt> (required)"
 
1246
msgstr "B<Description:> E<lt>rövid leírásE<gt>"
 
1247
 
 
1248
#. type: Plain text
 
1249
#: deb-src-control.5:227
 
1250
msgid ""
 
1251
"These fields are described in the B<deb-control>(5)  manual page, as they "
 
1252
"are copied literally to the control file of the binary package."
 
1253
msgstr ""
 
1254
 
 
1255
#. type: TP
 
1256
#: deb-src-control.5:243
 
1257
#, fuzzy, no-wrap
 
1258
#| msgid "B<Replaces:> E<lt>package listE<gt>"
 
1259
msgid "B<Enhances:> E<lt>package listE<gt>"
 
1260
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
 
1261
 
 
1262
#. type: Plain text
 
1263
#: deb-src-control.5:265
 
1264
msgid ""
 
1265
"These fields declare relationships between packages. They are discussed in "
 
1266
"the B<deb-control>(5)  manpage and in the B<debian-policy> package."
 
1267
msgstr ""
 
1268
 
 
1269
#. type: SH
 
1270
#: deb-src-control.5:266
 
1271
#, fuzzy, no-wrap
 
1272
#| msgid "REQUIRED FIELDS"
 
1273
msgid "USER-DEFINED FIELDS"
 
1274
msgstr "KÖTELEZŐ MEZŐK"
 
1275
 
 
1276
#. type: Plain text
 
1277
#: deb-src-control.5:281
 
1278
msgid ""
 
1279
"It is allowed to add additional user-defined fields to the control file. The "
 
1280
"tools will ignore these fields. If you want the fields to be copied over to "
 
1281
"the output files, such as the binary packages, you need to use a custom "
 
1282
"naming scheme: the fields should start with a X, followed by one or more of "
 
1283
"the letters BCS and a hypen. If the letter B is used, the field will appear "
 
1284
"in the control file in the binary package, see B<deb-control>(5), for the "
 
1285
"letter S in the source package control file as constructed by B<dpkg-source>"
 
1286
"(1)  and for the letter C in the upload control (.changes) file. Note that "
 
1287
"the X[BCS]- prefixes are stripped when the fields are copied over to the "
 
1288
"output files. A field B<XC-Approved-By> will appear as B<Approved-By> in the "
 
1289
"changes file and will not appear in the binary or source package control "
 
1290
"files."
 
1291
msgstr ""
 
1292
 
 
1293
#. type: Plain text
 
1294
#: deb-src-control.5:299
 
1295
#, no-wrap
 
1296
msgid ""
 
1297
"# Comment\n"
 
1298
"Source: dpkg\n"
 
1299
"Section: admin\n"
 
1300
"Priority: required\n"
 
1301
"Maintainer: Dpkg Developers E<lt>debian-dpkg@lists.debian.orgE<gt>\n"
 
1302
"# this field is copied to the binary and source packages\n"
 
1303
"XBS-Upstream-Release-Status: stable\n"
 
1304
"Homepage: http://wiki.debian.org/Teams/Dpkg\n"
 
1305
"Vcs-Browser: http://git.debian.org/?p=dpkg/dpkg.git\n"
 
1306
"Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git\n"
 
1307
"Standards-Version: 3.7.3\n"
 
1308
"Build-Depends: pkg-config, debhelper (E<gt>= 4.1.81),\n"
 
1309
" libselinux1-dev (E<gt>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]\n"
 
1310
msgstr ""
 
1311
 
 
1312
#. type: Plain text
 
1313
#: deb-src-control.5:318
 
1314
#, no-wrap
 
1315
msgid ""
 
1316
"Package: dpkg-dev\n"
 
1317
"Section: utils\n"
 
1318
"Priority: optional\n"
 
1319
"Architecture: all\n"
 
1320
"# this is a custom field in the binary package\n"
 
1321
"XB-Mentoring-Contact: Raphael Hertzog E<lt>hertzog@debian.orgE<gt>\n"
 
1322
"Depends: dpkg (E<gt>= 1.14.6), perl5, perl-modules, cpio (E<gt>= 2.4.2-2), bzip2, lzma,\n"
 
1323
" patch (E<gt>= 2.2-1), make, binutils, libtimedate-perl\n"
 
1324
"Recommends: gcc | c-compiler, build-essential\n"
 
1325
"Suggests: gnupg, debian-keyring\n"
 
1326
"Conflicts: dpkg-cross (E<lt>E<lt> 2.0.0), devscripts (E<lt>E<lt> 2.10.26)\n"
 
1327
"Replaces: manpages-pl (E<lt>= 20051117-1)\n"
 
1328
"Description: Debian package development tools\n"
 
1329
" This package provides the development tools (including dpkg-source)\n"
 
1330
" required to unpack, build and upload Debian source packages.\n"
 
1331
" .\n"
 
1332
" Most Debian source packages will require additional tools to build;\n"
 
1333
" for example, most packages need make and the C compiler gcc.\n"
 
1334
msgstr ""
 
1335
 
 
1336
#. type: Plain text
 
1337
#: deb-src-control.5:325
 
1338
#, fuzzy
 
1339
msgid "B<deb-control>(5), B<deb-version>(5), B<dpkg-source>(1)"
 
1340
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
 
1341
 
 
1342
#. type: TH
774
1343
#: deb-split.5:1
775
1344
#, fuzzy, no-wrap
776
1345
msgid "deb-split"
866
1435
msgstr "B<--version>"
867
1436
 
868
1437
#. type: TH
869
 
#: deb-version.5:5 dpkg-distaddfile.1:1 dpkg-divert.8:1 dpkg-genchanges.1:1
 
1438
#: deb-version.5:5 dpkg-distaddfile.1:1 dpkg-genchanges.1:1
870
1439
#: dpkg-gencontrol.1:1 dpkg-name.1:6
871
1440
#, fuzzy, no-wrap
872
1441
msgid "2008-08-18"
1068
1637
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
1069
1638
 
1070
1639
#. type: SH
1071
 
#: deb-version.5:120 dpkg.1:793 dpkg-buildpackage.1:256 dpkg-distaddfile.1:47
 
1640
#: deb-version.5:120 dpkg.1:797 dpkg-buildpackage.1:256 dpkg-distaddfile.1:47
1072
1641
#: dpkg-genchanges.1:148 dpkg-gencontrol.1:142 dpkg-gensymbols.1:455
1073
1642
#: dpkg-maintscript-helper.1:128 dpkg-parsechangelog.1:123
1074
1643
#: dpkg-shlibdeps.1:331 dpkg-source.1:706 dselect.1:458
1075
 
#: start-stop-daemon.8:294 update-alternatives.8:487
 
1644
#: start-stop-daemon.8:294 update-alternatives.8:493
1076
1645
#, fuzzy, no-wrap
1077
1646
msgid "AUTHORS"
1078
1647
msgstr "SZERZŐ"
1090
1659
#. type: Plain text
1091
1660
#: deb-version.5:126 deb-substvars.5:167 dpkg-buildflags.1:125
1092
1661
#: dpkg-buildpackage.1:266 dpkg-checkbuilddeps.1:44 dpkg-distaddfile.1:53
1093
 
#: dpkg-deb.1:256 dpkg-divert.8:129 dpkg-genchanges.1:154
 
1662
#: dpkg-deb.1:256 dpkg-divert.8:139 dpkg-genchanges.1:154
1094
1663
#: dpkg-gencontrol.1:150 dpkg-gensymbols.1:459 dpkg-maintscript-helper.1:139
1095
1664
#: dpkg-mergechangelogs.1:71 dpkg-name.1:107 dpkg-parsechangelog.1:131
1096
 
#: dpkg-query.1:207 dpkg-shlibdeps.1:341 dpkg-source.1:714 dpkg-split.1:233
1097
 
#: dpkg-statoverride.8:86 dpkg-vendor.1:53 update-alternatives.8:494
 
1665
#: dpkg-query.1:211 dpkg-shlibdeps.1:341 dpkg-source.1:714 dpkg-split.1:233
 
1666
#: dpkg-statoverride.8:92 dpkg-vendor.1:53 update-alternatives.8:500
1098
1667
#, fuzzy
1099
1668
msgid ""
1100
1669
"This is free software; see the GNU General Public Licence version 2 or later "
1389
1958
msgstr ""
1390
1959
 
1391
1960
#. type: SH
1392
 
#: deb-shlibs.5:41 deb-symbols.5:43 dpkg.1:724 dpkg-architecture.1:257
1393
 
#: dpkg-divert.8:91 dpkg-name.1:64 update-alternatives.8:452
 
1961
#: deb-shlibs.5:41 deb-symbols.5:43 dpkg.1:728 dpkg-architecture.1:263
 
1962
#: dpkg-divert.8:91 dpkg-name.1:64 update-alternatives.8:458
1394
1963
#, fuzzy, no-wrap
1395
1964
msgid "EXAMPLES"
1396
1965
msgstr "PÉLDA"
1706
2275
msgstr ""
1707
2276
 
1708
2277
#. type: SH
1709
 
#: deb-substvars.5:145 dpkg.1:637 dpkg-architecture.1:279 dpkg.cfg.5:12
1710
 
#: dpkg-buildflags.1:103 dpkg-distaddfile.1:39 dpkg-divert.8:112
 
2278
#: deb-substvars.5:145 dpkg.1:641 dpkg-architecture.1:285 dpkg.cfg.5:12
 
2279
#: dpkg-buildflags.1:103 dpkg-distaddfile.1:39 dpkg-divert.8:122
1711
2280
#: dpkg-genchanges.1:138 dpkg-gencontrol.1:128 dpkg-parsechangelog.1:115
1712
 
#: dpkg-split.1:212 dpkg-statoverride.8:69 dselect.cfg.5:12
1713
 
#: update-alternatives.8:355
 
2281
#: dpkg-split.1:212 dpkg-statoverride.8:75 dselect.cfg.5:12
 
2282
#: update-alternatives.8:361
1714
2283
#, no-wrap
1715
2284
msgid "FILES"
1716
2285
msgstr "FÁJLOK"
1727
2296
msgstr ""
1728
2297
 
1729
2298
#. type: SH
1730
 
#: deb-substvars.5:150 dpkg.1:790 dpkg-buildpackage.1:244 dpkg-deb.1:225
 
2299
#: deb-substvars.5:150 dpkg.1:794 dpkg-buildpackage.1:244 dpkg-deb.1:225
1731
2300
#: dpkg-name.1:85 dpkg-source.1:698 dpkg-split.1:197 dselect.1:436
1732
 
#: update-alternatives.8:479
 
2301
#: update-alternatives.8:485
1733
2302
#, no-wrap
1734
2303
msgid "BUGS"
1735
2304
msgstr "HIBÁK"
1750
2319
msgstr "B<deb>(5), B<deb-control>(5), B<dpkg>(1), B<dselect>(1)."
1751
2320
 
1752
2321
#. type: SH
1753
 
#: deb-substvars.5:161 dpkg-architecture.1:298 dpkg.cfg.5:19
 
2322
#: deb-substvars.5:161 dpkg-architecture.1:304 dpkg.cfg.5:19
1754
2323
#: dpkg-buildflags.1:120 dpkg-checkbuilddeps.1:40 dpkg-deb.1:252
1755
 
#: dpkg-divert.8:125 dpkg-mergechangelogs.1:66 dpkg-name.1:103
1756
 
#: dpkg-query.1:202 dpkg-scansources.1:77 dpkg-split.1:229
1757
 
#: dpkg-statoverride.8:82 dpkg-vendor.1:48 dselect.cfg.5:19
 
2324
#: dpkg-divert.8:135 dpkg-mergechangelogs.1:66 dpkg-name.1:103
 
2325
#: dpkg-query.1:206 dpkg-scansources.1:77 dpkg-split.1:229
 
2326
#: dpkg-statoverride.8:88 dpkg-vendor.1:48 dselect.cfg.5:19
1758
2327
#, no-wrap
1759
2328
msgid "AUTHOR"
1760
2329
msgstr "SZERZŐ"
1770
2339
#. type: Plain text
1771
2340
#: deb-substvars.5:165 dpkg-buildpackage.1:260 dpkg-distaddfile.1:51
1772
2341
#: dpkg-genchanges.1:152 dpkg-gencontrol.1:146 dpkg-parsechangelog.1:127
1773
 
#: dpkg-shlibdeps.1:335 dpkg-source.1:710 dpkg-statoverride.8:84
 
2342
#: dpkg-shlibdeps.1:335 dpkg-source.1:710 dpkg-statoverride.8:90
1774
2343
msgid "Copyright \\(co 2000 Wichert Akkerman"
1775
2344
msgstr ""
1776
2345
 
2019
2588
#. type: TH
2020
2589
#: dpkg.1:1
2021
2590
#, fuzzy, no-wrap
2022
 
#| msgid "2006-02-28"
2023
 
msgid "2010-10-10"
 
2591
msgid "2011-02-05"
2024
2592
msgstr "2006-02-28"
2025
2593
 
2026
2594
#. type: TH
2833
3401
#: dpkg.1:356
2834
3402
#, no-wrap
2835
3403
msgid ""
2836
 
"    number  description\n"
 
3404
"    Number   Description\n"
2837
3405
"         1   Generally helpful progress information\n"
2838
3406
"         2   Invocation and status of maintainer scripts\n"
2839
3407
"        10   Output for each file processed\n"
3033
3601
 
3034
3602
#. type: Plain text
3035
3603
#: dpkg.1:467
3036
 
msgid "B<architecture>: Process even packages with the wrong architecture."
 
3604
msgid "B<architecture>: Process even packages with wrong or no architecture."
3037
3605
msgstr ""
3038
3606
 
3039
3607
#. type: Plain text
3332
3900
msgstr ""
3333
3901
 
3334
3902
#. type: Plain text
3335
 
#: dpkg.1:600
 
3903
#: dpkg.1:598
3336
3904
msgid ""
3337
 
"An error occurred. Unfortunately at the time of writing I<extended-error-"
3338
 
"message> can contain newlines, although in locales where the translators "
3339
 
"have not made mistakes every newline is followed by at least one space."
 
3905
"An error occurred. Any possible newlines in I<extended-error-message> will "
 
3906
"be converted to spaces before output."
3340
3907
msgstr ""
3341
3908
 
3342
3909
#. type: TP
3343
 
#: dpkg.1:600
 
3910
#: dpkg.1:598
3344
3911
#, no-wrap
3345
3912
msgid "B<status: >I<file>B< : conffile-prompt : '>I<real-old>B<' '>I<real-new>B<' >I<useredited>B< >I<distedited>"
3346
3913
msgstr ""
3347
3914
 
3348
3915
#. type: Plain text
3349
 
#: dpkg.1:603
 
3916
#: dpkg.1:601
3350
3917
msgid "User is being asked a conffile question."
3351
3918
msgstr ""
3352
3919
 
3353
3920
#. type: TP
3354
 
#: dpkg.1:603
 
3921
#: dpkg.1:601
3355
3922
#, no-wrap
3356
3923
msgid "B<processing: >I<stage>B<: >I<package>"
3357
3924
msgstr ""
3358
3925
 
3359
3926
#. type: Plain text
3360
 
#: dpkg.1:608
 
3927
#: dpkg.1:606
3361
3928
msgid ""
3362
3929
"Sent just before a processing stage starts. I<stage> is one of B<upgrade>, "
3363
3930
"B<install> (both sent before unpacking), B<configure>, B<trigproc>, "
3365
3932
msgstr ""
3366
3933
 
3367
3934
#. type: TP
3368
 
#: dpkg.1:609
 
3935
#: dpkg.1:607
 
3936
#, no-wrap
 
3937
msgid "B<--status-logger>=I<command>"
 
3938
msgstr ""
 
3939
 
 
3940
#. type: Plain text
 
3941
#: dpkg.1:612
 
3942
msgid ""
 
3943
"Send machine-readable package status and progress information to the shell "
 
3944
"I<command>'s standard input. This option can be specified multiple times. "
 
3945
"The output format used is the same as in B<--status-fd.>"
 
3946
msgstr ""
 
3947
 
 
3948
#. type: TP
 
3949
#: dpkg.1:613
3369
3950
#, fuzzy, no-wrap
3370
3951
msgid "B<--log=>I<filename>"
3371
3952
msgstr "B<--licence>"
3372
3953
 
3373
3954
#. type: Plain text
3374
 
#: dpkg.1:621
 
3955
#: dpkg.1:625
3375
3956
msgid ""
3376
3957
"Log status change updates and actions to I<filename>, instead of the default "
3377
3958
"I</var/log/dpkg.log>. If this option is given multiple times, the last "
3385
3966
msgstr ""
3386
3967
 
3387
3968
#. type: TP
3388
 
#: dpkg.1:621
 
3969
#: dpkg.1:625
3389
3970
#, fuzzy, no-wrap
3390
3971
msgid "B<--no-debsig>"
3391
3972
msgstr "B<--new>"
3392
3973
 
3393
3974
#. type: Plain text
3394
 
#: dpkg.1:624
 
3975
#: dpkg.1:628
3395
3976
msgid "Do not try to verify package signatures."
3396
3977
msgstr ""
3397
3978
 
3398
3979
#. type: TP
3399
 
#: dpkg.1:624
 
3980
#: dpkg.1:628
3400
3981
#, fuzzy, no-wrap
3401
3982
msgid "B<--no-triggers>"
3402
3983
msgstr "B<--new>"
3403
3984
 
3404
3985
#. type: Plain text
3405
 
#: dpkg.1:633
 
3986
#: dpkg.1:637
3406
3987
msgid ""
3407
3988
"Do not run any triggers in this run (activations will still be recorded).  "
3408
3989
"If used with B<--configure> I<package> or B<--triggers-only> I<package> then "
3413
3994
msgstr ""
3414
3995
 
3415
3996
#. type: TP
3416
 
#: dpkg.1:633
 
3997
#: dpkg.1:637
3417
3998
#, fuzzy, no-wrap
3418
3999
msgid "B<--triggers>"
3419
4000
msgstr "B<--new>"
3420
4001
 
3421
4002
#. type: Plain text
3422
 
#: dpkg.1:636
 
4003
#: dpkg.1:640
3423
4004
msgid "Cancels a previous B<--no-triggers>."
3424
4005
msgstr ""
3425
4006
 
3426
4007
#. type: Plain text
3427
 
#: dpkg.1:638 dpkg.cfg.5:16
 
4008
#: dpkg.1:642 dpkg.cfg.5:16
3428
4009
#, no-wrap
3429
4010
msgid "I</etc/dpkg/dpkg.cfg>"
3430
4011
msgstr "I</etc/dpkg/dpkg.cfg>"
3431
4012
 
3432
4013
#. type: Plain text
3433
 
#: dpkg.1:641
 
4014
#: dpkg.1:645
3434
4015
msgid "Configuration file with default options."
3435
4016
msgstr ""
3436
4017
 
3437
4018
#. type: TP
3438
 
#: dpkg.1:641
 
4019
#: dpkg.1:645
3439
4020
#, fuzzy, no-wrap
3440
4021
msgid "I</var/log/dpkg.log>"
3441
4022
msgstr "I</etc/dpkg/dpkg.cfg>"
3442
4023
 
3443
4024
#. type: Plain text
3444
 
#: dpkg.1:645
 
4025
#: dpkg.1:649
3445
4026
msgid "Default log file (see I</etc/dpkg/dpkg.cfg>(5) and option B<--log>)."
3446
4027
msgstr ""
3447
4028
 
3448
4029
#. type: Plain text
3449
 
#: dpkg.1:648
 
4030
#: dpkg.1:652
3450
4031
msgid ""
3451
4032
"The other files listed below are in their default directories, see option "
3452
4033
"B<--admindir> to see how to change locations of these files."
3453
4034
msgstr ""
3454
4035
 
3455
4036
#. type: TP
3456
 
#: dpkg.1:648
 
4037
#: dpkg.1:652
3457
4038
#, no-wrap
3458
4039
msgid "I</var/lib/dpkg/available>"
3459
4040
msgstr ""
3460
4041
 
3461
4042
#. type: Plain text
3462
 
#: dpkg.1:651
 
4043
#: dpkg.1:655
3463
4044
msgid "List of available packages."
3464
4045
msgstr ""
3465
4046
 
3466
4047
#. type: TP
3467
 
#: dpkg.1:651
 
4048
#: dpkg.1:655
3468
4049
#, no-wrap
3469
4050
msgid "I</var/lib/dpkg/status>"
3470
4051
msgstr ""
3471
4052
 
3472
4053
#. type: Plain text
3473
 
#: dpkg.1:657
 
4054
#: dpkg.1:661
3474
4055
msgid ""
3475
4056
"Statuses of available packages. This file contains information about whether "
3476
4057
"a package is marked for removing or not, whether it is installed or not, "
3478
4059
msgstr ""
3479
4060
 
3480
4061
#. type: Plain text
3481
 
#: dpkg.1:660
 
4062
#: dpkg.1:664
3482
4063
msgid ""
3483
4064
"The status file is backed up daily in I</var/backups>. It can be useful if "
3484
4065
"it's lost or corrupted due to filesystems troubles."
3485
4066
msgstr ""
3486
4067
 
3487
4068
#. type: Plain text
3488
 
#: dpkg.1:663
 
4069
#: dpkg.1:667
3489
4070
msgid ""
3490
4071
"The following files are components of a binary package. See B<deb>(5)  for "
3491
4072
"more information about them:"
3492
4073
msgstr ""
3493
4074
 
3494
4075
#. type: TP
3495
 
#: dpkg.1:663
 
4076
#: dpkg.1:667
3496
4077
#, fuzzy, no-wrap
3497
4078
msgid "I<control>"
3498
4079
msgstr "kontroll"
3499
4080
 
3500
4081
#. type: TP
3501
 
#: dpkg.1:665
 
4082
#: dpkg.1:669
3502
4083
#, no-wrap
3503
4084
msgid "I<conffiles>"
3504
4085
msgstr ""
3505
4086
 
3506
4087
#. type: TP
3507
 
#: dpkg.1:667
 
4088
#: dpkg.1:671
3508
4089
#, no-wrap
3509
4090
msgid "I<preinst>"
3510
4091
msgstr ""
3511
4092
 
3512
4093
#. type: TP
3513
 
#: dpkg.1:669
 
4094
#: dpkg.1:673
3514
4095
#, no-wrap
3515
4096
msgid "I<postinst>"
3516
4097
msgstr ""
3517
4098
 
3518
4099
#. type: TP
3519
 
#: dpkg.1:671
 
4100
#: dpkg.1:675
3520
4101
#, no-wrap
3521
4102
msgid "I<prerm>"
3522
4103
msgstr ""
3523
4104
 
3524
4105
#. type: TP
3525
 
#: dpkg.1:673
 
4106
#: dpkg.1:677
3526
4107
#, no-wrap
3527
4108
msgid "I<postrm>"
3528
4109
msgstr ""
3529
4110
 
3530
4111
#. type: SH
3531
 
#: dpkg.1:676 dpkg-buildflags.1:110 dpkg-buildpackage.1:230 dpkg-deb.1:219
3532
 
#: dpkg-query.1:196 dpkg-vendor.1:42 dselect.1:430
 
4112
#: dpkg.1:680 dpkg-buildflags.1:110 dpkg-buildpackage.1:230 dpkg-deb.1:219
 
4113
#: dpkg-divert.8:112 dpkg-query.1:196 dpkg-statoverride.8:69 dpkg-trigger.1:60
 
4114
#: dpkg-vendor.1:42 dselect.1:430 update-alternatives.8:355
3533
4115
#, no-wrap
3534
4116
msgid "ENVIRONMENT"
3535
4117
msgstr ""
3536
4118
 
3537
4119
#. type: TP
3538
 
#: dpkg.1:677 dselect.1:431
 
4120
#: dpkg.1:681 dselect.1:431
3539
4121
#, fuzzy, no-wrap
3540
4122
msgid "B<HOME>"
3541
4123
msgstr "B<--new>"
3542
4124
 
3543
4125
#. type: Plain text
3544
 
#: dpkg.1:681
 
4126
#: dpkg.1:685
3545
4127
msgid ""
3546
4128
"If set, B<dpkg> will use it as the directory from which to read the user "
3547
4129
"specific configuration file."
3548
4130
msgstr ""
3549
4131
 
3550
4132
#. type: TP
3551
 
#: dpkg.1:681 dpkg-deb.1:220
 
4133
#: dpkg.1:685 dpkg-deb.1:220
3552
4134
#, no-wrap
3553
4135
msgid "B<TMPDIR>"
3554
4136
msgstr ""
3555
4137
 
3556
4138
#. type: Plain text
3557
 
#: dpkg.1:685
 
4139
#: dpkg.1:689
3558
4140
msgid ""
3559
4141
"If set, B<dpkg> will use it as the directory in which to create temporary "
3560
4142
"files and directories."
3561
4143
msgstr ""
3562
4144
 
3563
4145
#. type: TP
3564
 
#: dpkg.1:685
 
4146
#: dpkg.1:689
3565
4147
#, fuzzy, no-wrap
3566
4148
msgid "B<PAGER>"
3567
4149
msgstr "B<--new>"
3568
4150
 
3569
4151
#. type: Plain text
3570
 
#: dpkg.1:688
 
4152
#: dpkg.1:692
3571
4153
msgid "The program B<dpkg> will execute when displaying the conffiles."
3572
4154
msgstr ""
3573
4155
 
3574
4156
#. type: TP
3575
 
#: dpkg.1:688
 
4157
#: dpkg.1:692
3576
4158
#, no-wrap
3577
4159
msgid "B<SHELL>"
3578
4160
msgstr ""
3579
4161
 
3580
4162
#. type: Plain text
3581
 
#: dpkg.1:691
 
4163
#: dpkg.1:695
3582
4164
msgid "The program B<dpkg> will execute when starting a new shell."
3583
4165
msgstr ""
3584
4166
 
3585
4167
#. type: TP
3586
 
#: dpkg.1:691 dpkg-query.1:197
 
4168
#: dpkg.1:695 dpkg-query.1:201
3587
4169
#, no-wrap
3588
4170
msgid "B<COLUMNS>"
3589
4171
msgstr ""
3590
4172
 
3591
4173
#. type: Plain text
3592
 
#: dpkg.1:695
 
4174
#: dpkg.1:699
3593
4175
msgid ""
3594
4176
"Sets the number of columns B<dpkg> should use when displaying formatted "
3595
4177
"text. Currently only used by -l."
3596
4178
msgstr ""
3597
4179
 
3598
4180
#. type: TP
3599
 
#: dpkg.1:695
 
4181
#: dpkg.1:699
3600
4182
#, no-wrap
3601
4183
msgid "B<DPKG_SHELL_REASON>"
3602
4184
msgstr ""
3603
4185
 
3604
4186
#. type: Plain text
3605
 
#: dpkg.1:699
 
4187
#: dpkg.1:703
3606
4188
msgid ""
3607
4189
"Defined by B<dpkg> on the shell spawned on the conffile prompt to examine "
3608
4190
"the situation. Current valid value: B<conffile-prompt>."
3609
4191
msgstr ""
3610
4192
 
3611
4193
#. type: TP
3612
 
#: dpkg.1:699
 
4194
#: dpkg.1:703
3613
4195
#, no-wrap
3614
4196
msgid "B<DPKG_CONFFILE_OLD>"
3615
4197
msgstr ""
3616
4198
 
3617
4199
#. type: Plain text
3618
 
#: dpkg.1:703
 
4200
#: dpkg.1:707
3619
4201
msgid ""
3620
4202
"Defined by B<dpkg> on the shell spawned on the conffile prompt to examine "
3621
4203
"the situation. Contains the path to the old conffile."
3622
4204
msgstr ""
3623
4205
 
3624
4206
#. type: TP
3625
 
#: dpkg.1:703
 
4207
#: dpkg.1:707
3626
4208
#, no-wrap
3627
4209
msgid "B<DPKG_CONFFILE_NEW>"
3628
4210
msgstr ""
3629
4211
 
3630
4212
#. type: Plain text
3631
 
#: dpkg.1:707
 
4213
#: dpkg.1:711
3632
4214
msgid ""
3633
4215
"Defined by B<dpkg> on the shell spawned on the conffile prompt to examine "
3634
4216
"the situation. Contains the path to the new conffile."
3635
4217
msgstr ""
3636
4218
 
3637
4219
#. type: TP
3638
 
#: dpkg.1:707
 
4220
#: dpkg.1:711
3639
4221
#, no-wrap
3640
4222
msgid "B<DPKG_RUNNING_VERSION>"
3641
4223
msgstr ""
3642
4224
 
3643
4225
#. type: Plain text
3644
 
#: dpkg.1:711
 
4226
#: dpkg.1:715
3645
4227
msgid ""
3646
4228
"Defined by B<dpkg> on the maintainer script environment to the version of "
3647
4229
"the currently running B<dpkg> instance."
3648
4230
msgstr ""
3649
4231
 
3650
4232
#. type: TP
3651
 
#: dpkg.1:711
 
4233
#: dpkg.1:715 dpkg-divert.8:117
3652
4234
#, no-wrap
3653
4235
msgid "B<DPKG_MAINTSCRIPT_PACKAGE>"
3654
4236
msgstr ""
3655
4237
 
3656
4238
#. type: Plain text
3657
 
#: dpkg.1:715
 
4239
#: dpkg.1:719
3658
4240
msgid ""
3659
4241
"Defined by B<dpkg> on the maintainer script environment to the package name "
3660
4242
"being handled."
3661
4243
msgstr ""
3662
4244
 
3663
4245
#. type: TP
3664
 
#: dpkg.1:715
 
4246
#: dpkg.1:719
3665
4247
#, no-wrap
3666
4248
msgid "B<DPKG_MAINTSCRIPT_ARCH>"
3667
4249
msgstr ""
3668
4250
 
3669
4251
#. type: Plain text
3670
 
#: dpkg.1:719
 
4252
#: dpkg.1:723
3671
4253
msgid ""
3672
4254
"Defined by B<dpkg> on the maintainer script environment to the architecture "
3673
4255
"the package got built for."
3674
4256
msgstr ""
3675
4257
 
3676
4258
#. type: TP
3677
 
#: dpkg.1:719
 
4259
#: dpkg.1:723
3678
4260
#, no-wrap
3679
4261
msgid "B<DPKG_MAINTSCRIPT_NAME>"
3680
4262
msgstr ""
3681
4263
 
3682
4264
#. type: Plain text
3683
 
#: dpkg.1:723
 
4265
#: dpkg.1:727
3684
4266
msgid ""
3685
4267
"Defined by B<dpkg> on the maintainer script environment to the name of the "
3686
4268
"script running (preinst, postinst, prerm, postrm)."
3687
4269
msgstr ""
3688
4270
 
3689
4271
#. type: Plain text
3690
 
#: dpkg.1:726
 
4272
#: dpkg.1:730
3691
4273
msgid "To list packages related to the editor B<vi>(1):"
3692
4274
msgstr ""
3693
4275
 
3694
4276
#. type: Plain text
3695
 
#: dpkg.1:728
 
4277
#: dpkg.1:732
3696
4278
#, no-wrap
3697
4279
msgid "     B<dpkg -l \\(aq*vi*\\(aq>\n"
3698
4280
msgstr ""
3699
4281
 
3700
4282
#. type: Plain text
3701
 
#: dpkg.1:731
 
4283
#: dpkg.1:735
3702
4284
msgid "To see the entries in I</var/lib/dpkg/available> of two packages:"
3703
4285
msgstr ""
3704
4286
 
3705
4287
#. type: Plain text
3706
 
#: dpkg.1:733
 
4288
#: dpkg.1:737
3707
4289
#, no-wrap
3708
4290
msgid "     B<dpkg --print-avail elvis vim | less>\n"
3709
4291
msgstr ""
3710
4292
 
3711
4293
#. type: Plain text
3712
 
#: dpkg.1:736
 
4294
#: dpkg.1:740
3713
4295
msgid "To search the listing of packages yourself:"
3714
4296
msgstr ""
3715
4297
 
3716
4298
#. type: Plain text
3717
 
#: dpkg.1:738
 
4299
#: dpkg.1:742
3718
4300
#, no-wrap
3719
4301
msgid "     B<less /var/lib/dpkg/available>\n"
3720
4302
msgstr ""
3721
4303
 
3722
4304
#. type: Plain text
3723
 
#: dpkg.1:741
 
4305
#: dpkg.1:745
3724
4306
msgid "To remove an installed elvis package:"
3725
4307
msgstr ""
3726
4308
 
3727
4309
#. type: Plain text
3728
 
#: dpkg.1:743
 
4310
#: dpkg.1:747
3729
4311
#, no-wrap
3730
4312
msgid "     B<dpkg -r elvis>\n"
3731
4313
msgstr ""
3732
4314
 
3733
4315
#. type: Plain text
3734
 
#: dpkg.1:748
 
4316
#: dpkg.1:752
3735
4317
msgid ""
3736
4318
"To install a package, you first need to find it in an archive or CDROM. The "
3737
4319
"\"available\" file shows that the vim package is in section \"editors\":"
3738
4320
msgstr ""
3739
4321
 
3740
4322
#. type: Plain text
3741
 
#: dpkg.1:751
 
4323
#: dpkg.1:755
3742
4324
#, no-wrap
3743
4325
msgid ""
3744
 
"     B<cd /cdrom/pool/main/v/vim>\n"
 
4326
"     B<cd /media/cdrom/pool/main/v/vim>\n"
3745
4327
"     B<dpkg -i vim_4.5-3.deb>\n"
3746
4328
msgstr ""
3747
4329
 
3748
4330
#. type: Plain text
3749
 
#: dpkg.1:754
 
4331
#: dpkg.1:758
3750
4332
msgid "To make a local copy of the package selection states:"
3751
4333
msgstr ""
3752
4334
 
3753
4335
#. type: Plain text
3754
 
#: dpkg.1:756
 
4336
#: dpkg.1:760
3755
4337
#, no-wrap
3756
4338
msgid "     B<dpkg --get-selections E<gt>myselections>\n"
3757
4339
msgstr ""
3758
4340
 
3759
4341
#. type: Plain text
3760
 
#: dpkg.1:760
 
4342
#: dpkg.1:764
3761
4343
msgid ""
3762
4344
"You might transfer this file to another computer, and install it there with:"
3763
4345
msgstr ""
3764
4346
 
3765
4347
#. type: Plain text
3766
 
#: dpkg.1:763
 
4348
#: dpkg.1:767
3767
4349
#, no-wrap
3768
4350
msgid ""
3769
4351
"     B<dpkg --clear-selections>\n"
3771
4353
msgstr ""
3772
4354
 
3773
4355
#. type: Plain text
3774
 
#: dpkg.1:769
 
4356
#: dpkg.1:773
3775
4357
msgid ""
3776
4358
"Note that this will not actually install or remove anything, but just set "
3777
4359
"the selection state on the requested packages. You will need some other "
3780
4362
msgstr ""
3781
4363
 
3782
4364
#. type: Plain text
3783
 
#: dpkg.1:772
 
4365
#: dpkg.1:776
3784
4366
msgid ""
3785
4367
"Ordinarily, you will find that B<dselect>(1) provides a more convenient way "
3786
4368
"to modify the package selection states."
3787
4369
msgstr ""
3788
4370
 
3789
4371
#. type: SH
3790
 
#: dpkg.1:774
 
4372
#: dpkg.1:778
3791
4373
#, no-wrap
3792
4374
msgid "ADDITIONAL FUNCTIONALITY"
3793
4375
msgstr ""
3794
4376
 
3795
4377
#. type: Plain text
3796
 
#: dpkg.1:777
 
4378
#: dpkg.1:781
3797
4379
msgid ""
3798
4380
"Additional functionality can be gained by installing any of the following "
3799
4381
"packages: B<apt>, B<aptitude> and B<debsums>."
3800
4382
msgstr ""
3801
4383
 
3802
4384
#. type: Plain text
3803
 
#: dpkg.1:789
 
4385
#: dpkg.1:793
3804
4386
msgid ""
3805
4387
"B<aptitude>(1), B<apt>(1), B<dselect>(1), B<dpkg-deb>(1), B<dpkg-query>(1), "
3806
4388
"B<deb>(5), B<deb-control>(5), B<dpkg.cfg>(5), and B<dpkg-reconfigure>(8)."
3807
4389
msgstr ""
3808
4390
 
3809
4391
#. type: Plain text
3810
 
#: dpkg.1:792
 
4392
#: dpkg.1:796
3811
4393
msgid "B<--no-act> usually gives less information than might be helpful."
3812
4394
msgstr ""
3813
4395
 
3814
4396
#. type: Plain text
3815
 
#: dpkg.1:795 dpkg.cfg.5:22
 
4397
#: dpkg.1:799 dpkg.cfg.5:22
3816
4398
msgid ""
3817
4399
"See I</usr/share/doc/dpkg/THANKS> for the list of people who have "
3818
4400
"contributed to B<dpkg>."
4214
4796
#. type: IP
4215
4797
#: dpkg-architecture.1:118
4216
4798
#, no-wrap
 
4799
msgid "\\s-1DEB_BUILD_MULTIARCH\\s0"
 
4800
msgstr ""
 
4801
 
 
4802
#. type: Plain text
 
4803
#: dpkg-architecture.1:121
 
4804
msgid ""
 
4805
"The clarified \\s-1GNU\\s0 system type of the build machine, used for "
 
4806
"filesystem paths."
 
4807
msgstr ""
 
4808
 
 
4809
#. type: IP
 
4810
#: dpkg-architecture.1:121
 
4811
#, no-wrap
4217
4812
msgid "\\s-1DEB_HOST_ARCH\\s0"
4218
4813
msgstr ""
4219
4814
 
4220
4815
#. type: Plain text
4221
 
#: dpkg-architecture.1:120
 
4816
#: dpkg-architecture.1:123
4222
4817
msgid "The Debian architecture of the host machine."
4223
4818
msgstr ""
4224
4819
 
4225
4820
#. type: IP
4226
 
#: dpkg-architecture.1:120
 
4821
#: dpkg-architecture.1:123
4227
4822
#, no-wrap
4228
4823
msgid "\\s-1DEB_HOST_ARCH_OS\\s0"
4229
4824
msgstr ""
4230
4825
 
4231
4826
#. type: Plain text
4232
 
#: dpkg-architecture.1:122
 
4827
#: dpkg-architecture.1:125
4233
4828
msgid "The Debian system name of the host machine."
4234
4829
msgstr ""
4235
4830
 
4236
4831
#. type: IP
4237
 
#: dpkg-architecture.1:122
 
4832
#: dpkg-architecture.1:125
4238
4833
#, no-wrap
4239
4834
msgid "\\s-1DEB_HOST_ARCH_CPU\\s0"
4240
4835
msgstr ""
4241
4836
 
4242
4837
#. type: Plain text
4243
 
#: dpkg-architecture.1:124
 
4838
#: dpkg-architecture.1:127
4244
4839
msgid "The Debian cpu name of the host machine."
4245
4840
msgstr ""
4246
4841
 
4247
4842
#. type: IP
4248
 
#: dpkg-architecture.1:124
 
4843
#: dpkg-architecture.1:127
4249
4844
#, no-wrap
4250
4845
msgid "\\s-1DEB_HOST_ARCH_BITS\\s0"
4251
4846
msgstr ""
4252
4847
 
4253
4848
#. type: Plain text
4254
 
#: dpkg-architecture.1:126
 
4849
#: dpkg-architecture.1:129
4255
4850
msgid "The pointer size of the host machine (in bits)."
4256
4851
msgstr ""
4257
4852
 
4258
4853
#. type: IP
4259
 
#: dpkg-architecture.1:126
 
4854
#: dpkg-architecture.1:129
4260
4855
#, no-wrap
4261
4856
msgid "\\s-1DEB_HOST_ARCH_ENDIAN\\s0"
4262
4857
msgstr ""
4263
4858
 
4264
4859
#. type: Plain text
4265
 
#: dpkg-architecture.1:128
 
4860
#: dpkg-architecture.1:131
4266
4861
msgid "The endianness of the host machine (little / big)."
4267
4862
msgstr ""
4268
4863
 
4269
4864
#. type: IP
4270
 
#: dpkg-architecture.1:128
 
4865
#: dpkg-architecture.1:131
4271
4866
#, no-wrap
4272
4867
msgid "\\s-1DEB_HOST_GNU_CPU\\s0"
4273
4868
msgstr ""
4274
4869
 
4275
4870
#. type: Plain text
4276
 
#: dpkg-architecture.1:130
 
4871
#: dpkg-architecture.1:133
4277
4872
msgid "The \\s-1CPU\\s0 part of \\s-1DEB_HOST_GNU_TYPE\\s0."
4278
4873
msgstr ""
4279
4874
 
4280
4875
#. type: IP
4281
 
#: dpkg-architecture.1:130
 
4876
#: dpkg-architecture.1:133
4282
4877
#, no-wrap
4283
4878
msgid "\\s-1DEB_HOST_GNU_SYSTEM\\s0"
4284
4879
msgstr ""
4285
4880
 
4286
4881
#. type: Plain text
4287
 
#: dpkg-architecture.1:132
 
4882
#: dpkg-architecture.1:135
4288
4883
msgid "The System part of \\s-1DEB_HOST_GNU_TYPE\\s0."
4289
4884
msgstr ""
4290
4885
 
4291
4886
#. type: IP
4292
 
#: dpkg-architecture.1:132
 
4887
#: dpkg-architecture.1:135
4293
4888
#, no-wrap
4294
4889
msgid "\\s-1DEB_HOST_GNU_TYPE\\s0"
4295
4890
msgstr ""
4296
4891
 
4297
4892
#. type: Plain text
4298
 
#: dpkg-architecture.1:134
 
4893
#: dpkg-architecture.1:137
4299
4894
msgid "The \\s-1GNU\\s0 system type of the host machine."
4300
4895
msgstr ""
4301
4896
 
 
4897
#. type: IP
 
4898
#: dpkg-architecture.1:137
 
4899
#, no-wrap
 
4900
msgid "\\s-1DEB_HOST_MULTIARCH\\s0"
 
4901
msgstr ""
 
4902
 
 
4903
#. type: Plain text
 
4904
#: dpkg-architecture.1:140
 
4905
msgid ""
 
4906
"The clarified \\s-1GNU\\s0 system type of the host machine, used for "
 
4907
"filesystem paths."
 
4908
msgstr ""
 
4909
 
4302
4910
#. type: SH
4303
 
#: dpkg-architecture.1:135
 
4911
#: dpkg-architecture.1:141
4304
4912
#, no-wrap
4305
4913
msgid "DEBIAN/RULES"
4306
4914
msgstr ""
4307
4915
 
4308
4916
#. type: Plain text
4309
 
#: dpkg-architecture.1:143
 
4917
#: dpkg-architecture.1:149
4310
4918
msgid ""
4311
4919
"The environment variables set by B<dpkg-architecture> are passed to I<debian/"
4312
4920
"rules> as make variables (see make documentation). However, you should not "
4317
4925
msgstr ""
4318
4926
 
4319
4927
#. type: Plain text
4320
 
#: dpkg-architecture.1:146 dpkg-architecture.1:163
 
4928
#: dpkg-architecture.1:152 dpkg-architecture.1:169
4321
4929
msgid "Instead of:"
4322
4930
msgstr ""
4323
4931
 
4324
4932
#. type: Plain text
4325
 
#: dpkg-architecture.1:150
 
4933
#: dpkg-architecture.1:156
4326
4934
#, no-wrap
4327
4935
msgid ""
4328
4936
"ARCH=\\`dpkg --print-architecture\\`\n"
4330
4938
msgstr ""
4331
4939
 
4332
4940
#. type: Plain text
4333
 
#: dpkg-architecture.1:153
 
4941
#: dpkg-architecture.1:159
4334
4942
msgid "please use the following:"
4335
4943
msgstr ""
4336
4944
 
4337
4945
#. type: Plain text
4338
 
#: dpkg-architecture.1:157
 
4946
#: dpkg-architecture.1:163
4339
4947
#, no-wrap
4340
4948
msgid ""
4341
4949
"\\&\\s-1DEB_BUILD_GNU_TYPE\\s0 := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)\n"
4343
4951
msgstr ""
4344
4952
 
4345
4953
#. type: Plain text
4346
 
#: dpkg-architecture.1:159
 
4954
#: dpkg-architecture.1:165
4347
4955
#, no-wrap
4348
4956
msgid "configure --build=$(\\s-1DEB_BUILD_GNU_TYPE\\s0) --host=$(\\s-1DEB_HOST_GNU_TYPE\\s0)\n"
4349
4957
msgstr ""
4350
4958
 
4351
4959
#. type: Plain text
4352
 
#: dpkg-architecture.1:169
 
4960
#: dpkg-architecture.1:175
4353
4961
#, no-wrap
4354
4962
msgid ""
4355
4963
"ARCH=\\`dpkg --print-architecture\\`\n"
4359
4967
msgstr ""
4360
4968
 
4361
4969
#. type: Plain text
4362
 
#: dpkg-architecture.1:172
 
4970
#: dpkg-architecture.1:178
4363
4971
msgid "please use:"
4364
4972
msgstr ""
4365
4973
 
4366
4974
#. type: Plain text
4367
 
#: dpkg-architecture.1:175
 
4975
#: dpkg-architecture.1:181
4368
4976
#, no-wrap
4369
4977
msgid "\\&\\s-1DEB_HOST_ARCH\\s0 := $(shell dpkg-architecture -qDEB_HOST_ARCH)\n"
4370
4978
msgstr ""
4371
4979
 
4372
4980
#. type: Plain text
4373
 
#: dpkg-architecture.1:179
 
4981
#: dpkg-architecture.1:185
4374
4982
#, no-wrap
4375
4983
msgid ""
4376
4984
"ifeq ($(\\s-1DEB_HOST_ARCH\\s0),alpha)\n"
4379
4987
msgstr ""
4380
4988
 
4381
4989
#. type: Plain text
4382
 
#: dpkg-architecture.1:183
 
4990
#: dpkg-architecture.1:189
4383
4991
msgid ""
4384
4992
"or if you only need to check the CPU or OS type, use the DEB_HOST_ARCH_CPU "
4385
4993
"or DEB_HOST_ARCH_OS variables."
4386
4994
msgstr ""
4387
4995
 
4388
4996
#. type: Plain text
4389
 
#: dpkg-architecture.1:188
 
4997
#: dpkg-architecture.1:194
4390
4998
msgid ""
4391
4999
"In general, calling dpkg in the rules file to get architecture information "
4392
5000
"is deprecated (unless you want to provide backward compatibility, see "
4395
5003
msgstr ""
4396
5004
 
4397
5005
#. type: SH
4398
 
#: dpkg-architecture.1:189
 
5006
#: dpkg-architecture.1:195
4399
5007
#, no-wrap
4400
5008
msgid "BACKWARD COMPATIBILITY"
4401
5009
msgstr ""
4402
5010
 
4403
5011
#. type: Plain text
4404
 
#: dpkg-architecture.1:193
 
5012
#: dpkg-architecture.1:199
4405
5013
msgid ""
4406
5014
"The DEB_*_ARCH_BITS and DEB_*_ARCH_ENDIAN variables were introduced in dpkg-"
4407
5015
"dev 1.15.4. Using them in I<debian/rules> thus requires a build-dependency "
4409
5017
msgstr ""
4410
5018
 
4411
5019
#. type: Plain text
4412
 
#: dpkg-architecture.1:198
 
5020
#: dpkg-architecture.1:204
4413
5021
msgid ""
4414
5022
"The DEB_HOST_ARCH_CPU and DEB_HOST_ARCH_OS variables were introduced in dpkg-"
4415
5023
"dev 1.13.2. Before this I<debian/rules> files tended to check the values of "
4418
5026
msgstr ""
4419
5027
 
4420
5028
#. type: Plain text
4421
 
#: dpkg-architecture.1:203
 
5029
#: dpkg-architecture.1:209
4422
5030
msgid ""
4423
5031
"Where I<debian/rules> files check these variables to decide how or what to "
4424
5032
"compile, this should be updated to use the new variables and values.  You "
4427
5035
msgstr ""
4428
5036
 
4429
5037
#. type: Plain text
4430
 
#: dpkg-architecture.1:207
 
5038
#: dpkg-architecture.1:213
4431
5039
#, no-wrap
4432
5040
msgid ""
4433
5041
"DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2E<gt>/dev/null)\n"
4435
5043
msgstr ""
4436
5044
 
4437
5045
#. type: Plain text
4438
 
#: dpkg-architecture.1:221
 
5046
#: dpkg-architecture.1:227
4439
5047
#, no-wrap
4440
5048
msgid ""
4441
5049
"# Take account of old dpkg-architecture output.\n"
4454
5062
msgstr ""
4455
5063
 
4456
5064
#. type: Plain text
4457
 
#: dpkg-architecture.1:224
 
5065
#: dpkg-architecture.1:230
4458
5066
msgid "And similarly for DEB_BUILD_ARCH_CPU and DEB_BUILD_ARCH_OS."
4459
5067
msgstr ""
4460
5068
 
4461
5069
#. type: Plain text
4462
 
#: dpkg-architecture.1:227
 
5070
#: dpkg-architecture.1:233
4463
5071
msgid ""
4464
5072
"If you still wish to support versions of dpkg-dev that did not include "
4465
5073
"B<dpkg-architecture>, the following does the job:"
4466
5074
msgstr ""
4467
5075
 
4468
5076
#. type: Plain text
4469
 
#: dpkg-architecture.1:237
 
5077
#: dpkg-architecture.1:243
4470
5078
#, no-wrap
4471
5079
msgid ""
4472
5080
"\\&\\s-1DEB_BUILD_ARCH\\s0 := $(shell dpkg --print-architecture)\n"
4480
5088
msgstr ""
4481
5089
 
4482
5090
#. type: Plain text
4483
 
#: dpkg-architecture.1:242
 
5091
#: dpkg-architecture.1:248
4484
5092
#, no-wrap
4485
5093
msgid ""
4486
5094
"\\&\\s-1DEB_HOST_ARCH\\s0 := $(\\s-1DEB_BUILD_ARCH\\s0)\n"
4490
5098
msgstr ""
4491
5099
 
4492
5100
#. type: Plain text
4493
 
#: dpkg-architecture.1:246
 
5101
#: dpkg-architecture.1:252
4494
5102
msgid ""
4495
5103
"Put a subset of these lines at the top of your debian/rules file; these "
4496
5104
"default values will be overwritten if dpkg-architecture is used."
4497
5105
msgstr ""
4498
5106
 
4499
5107
#. type: Plain text
4500
 
#: dpkg-architecture.1:253
 
5108
#: dpkg-architecture.1:259
4501
5109
msgid ""
4502
5110
"You don't need the full set. Choose a consistent set which contains the "
4503
5111
"values you use in the rules file. For example, if you only need the host "
4508
5116
msgstr ""
4509
5117
 
4510
5118
#. type: Plain text
4511
 
#: dpkg-architecture.1:256
 
5119
#: dpkg-architecture.1:262
4512
5120
msgid ""
4513
5121
"The B<-e> and B<-i> options were only introduced in relatively recent "
4514
5122
"versions of B<dpkg-architecture> (since dpkg 1.13.13)."
4515
5123
msgstr ""
4516
5124
 
4517
5125
#. type: Plain text
4518
 
#: dpkg-architecture.1:260
 
5126
#: dpkg-architecture.1:266
4519
5127
msgid ""
4520
5128
"B<dpkg-buildpackage> accepts the B<-a> option and passes it to B<dpkg-"
4521
5129
"architecture>. Other examples:"
4522
5130
msgstr ""
4523
5131
 
4524
5132
#. type: Plain text
4525
 
#: dpkg-architecture.1:262
 
5133
#: dpkg-architecture.1:268
4526
5134
msgid "CC=i386-gnu-gcc dpkg-architecture -c debian/rules build"
4527
5135
msgstr ""
4528
5136
 
4529
5137
#. type: Plain text
4530
 
#: dpkg-architecture.1:264
 
5138
#: dpkg-architecture.1:270
4531
5139
#, fuzzy
4532
5140
msgid "eval \\`dpkg-architecture -u\\`"
4533
5141
msgstr "Debian Project"
4534
5142
 
4535
5143
#. type: Plain text
4536
 
#: dpkg-architecture.1:267
 
5144
#: dpkg-architecture.1:273
4537
5145
msgid ""
4538
5146
"Check if an architecture is equal to the current architecture or a given one:"
4539
5147
msgstr ""
4540
5148
 
4541
5149
#. type: Plain text
4542
 
#: dpkg-architecture.1:269
 
5150
#: dpkg-architecture.1:275
4543
5151
msgid "dpkg-architecture -elinux-alpha"
4544
5152
msgstr ""
4545
5153
 
4546
5154
#. type: Plain text
4547
 
#: dpkg-architecture.1:271
 
5155
#: dpkg-architecture.1:277
4548
5156
msgid "dpkg-architecture -amips -elinux-mips"
4549
5157
msgstr ""
4550
5158
 
4551
5159
#. type: Plain text
4552
 
#: dpkg-architecture.1:274
 
5160
#: dpkg-architecture.1:280
4553
5161
msgid ""
4554
5162
"Check if the current architecture or an architecture provided with -a are "
4555
5163
"Linux systems:"
4556
5164
msgstr ""
4557
5165
 
4558
5166
#. type: Plain text
4559
 
#: dpkg-architecture.1:276
 
5167
#: dpkg-architecture.1:282
4560
5168
msgid "dpkg-architecture -ilinux-any"
4561
5169
msgstr ""
4562
5170
 
4563
5171
#. type: Plain text
4564
 
#: dpkg-architecture.1:278
 
5172
#: dpkg-architecture.1:284
4565
5173
msgid "dpkg-architecture -ai386 -ilinux-any"
4566
5174
msgstr ""
4567
5175
 
4568
5176
#. type: Plain text
4569
 
#: dpkg-architecture.1:283
 
5177
#: dpkg-architecture.1:289
4570
5178
msgid ""
4571
5179
"All these files have to be present for B<dpkg-architecture> to work. Their "
4572
5180
"location can be overridden at runtime with the environment variable "
4574
5182
msgstr ""
4575
5183
 
4576
5184
#. type: TP
4577
 
#: dpkg-architecture.1:283
 
5185
#: dpkg-architecture.1:289
4578
5186
#, no-wrap
4579
5187
msgid "I</usr/share/dpkg/cputable>"
4580
5188
msgstr ""
4581
5189
 
4582
5190
#. type: Plain text
4583
 
#: dpkg-architecture.1:286
 
5191
#: dpkg-architecture.1:292
4584
5192
msgid "Table of known CPU names and mapping to their GNU name."
4585
5193
msgstr ""
4586
5194
 
4587
5195
#. type: TP
4588
 
#: dpkg-architecture.1:286
 
5196
#: dpkg-architecture.1:292
4589
5197
#, no-wrap
4590
5198
msgid "I</usr/share/dpkg/ostable>"
4591
5199
msgstr ""
4592
5200
 
4593
5201
#. type: Plain text
4594
 
#: dpkg-architecture.1:289
 
5202
#: dpkg-architecture.1:295
4595
5203
msgid "Table of known operating system names and mapping to their GNU name."
4596
5204
msgstr ""
4597
5205
 
4598
5206
#. type: TP
4599
 
#: dpkg-architecture.1:289
 
5207
#: dpkg-architecture.1:295
4600
5208
#, no-wrap
4601
5209
msgid "I</usr/share/dpkg/triplettable>"
4602
5210
msgstr ""
4603
5211
 
4604
5212
#. type: Plain text
4605
 
#: dpkg-architecture.1:293
 
5213
#: dpkg-architecture.1:299
4606
5214
msgid ""
4607
5215
"Mapping between Debian architecture triplets and Debian architecture names."
4608
5216
msgstr ""
4609
5217
 
4610
5218
#. type: Plain text
4611
 
#: dpkg-architecture.1:297
 
5219
#: dpkg-architecture.1:303
4612
5220
#, fuzzy
4613
5221
msgid "B<dpkg-buildpackage>(1), B<dpkg-cross>(1)."
4614
5222
msgstr "B<deb>(5), B<dpkg>(1), B<dpkg-deb>(1)."
4615
5223
 
4616
5224
#. type: Plain text
4617
 
#: dpkg-architecture.1:302
 
5225
#: dpkg-architecture.1:308
4618
5226
msgid ""
4619
5227
"B<dpkg-architecture> and this man page were initially written by Marcus "
4620
5228
"Brinkmann E<lt>brinkmd@debian.orgE<gt>."
4670
5278
msgstr "I<~/.dpkg.cfg>"
4671
5279
 
4672
5280
#. type: Plain text
4673
 
#: dpkg.cfg.5:24 dpkg-divert.8:124 dpkg-query.1:210 dpkg-statoverride.8:81
 
5281
#: dpkg.cfg.5:24 dpkg-divert.8:134 dpkg-query.1:214 dpkg-statoverride.8:87
4674
5282
msgid "B<dpkg>(1)."
4675
5283
msgstr "B<dpkg>(1)."
4676
5284
 
6213
6821
msgid "dpkg-divert"
6214
6822
msgstr "dpkg-deb"
6215
6823
 
 
6824
#. type: TH
 
6825
#: dpkg-divert.8:1
 
6826
#, fuzzy, no-wrap
 
6827
#| msgid "2006-02-28"
 
6828
msgid "2010-10-12"
 
6829
msgstr "2006-02-28"
 
6830
 
6216
6831
#. type: Plain text
6217
6832
#: dpkg-divert.8:4
6218
6833
msgid "dpkg-divert - override a package's version of a file"
6459
7074
msgstr ""
6460
7075
 
6461
7076
#. type: TP
6462
 
#: dpkg-divert.8:113
 
7077
#: dpkg-divert.8:113 dpkg-query.1:197 dpkg-statoverride.8:70 dpkg-trigger.1:61
 
7078
#: update-alternatives.8:356
 
7079
#, no-wrap
 
7080
msgid "B<DPKG_ADMINDIR>"
 
7081
msgstr ""
 
7082
 
 
7083
#. type: Plain text
 
7084
#: dpkg-divert.8:117 dpkg-query.1:201 dpkg-statoverride.8:74 dpkg-trigger.1:65
 
7085
msgid ""
 
7086
"If set and the B<--admindir> option has not been specified, it will be used "
 
7087
"as the dpkg data directory."
 
7088
msgstr ""
 
7089
 
 
7090
#. type: Plain text
 
7091
#: dpkg-divert.8:121
 
7092
msgid ""
 
7093
"If set and the I<--local> and I<--package> options have not been specified, "
 
7094
"B<dpkg-divert> will use it as the package name."
 
7095
msgstr ""
 
7096
 
 
7097
#. type: TP
 
7098
#: dpkg-divert.8:123
6463
7099
#, no-wrap
6464
7100
msgid "I</var/lib/dpkg/diversions>"
6465
7101
msgstr ""
6466
7102
 
6467
7103
#. type: Plain text
6468
 
#: dpkg-divert.8:118
 
7104
#: dpkg-divert.8:128
6469
7105
msgid ""
6470
7106
"File which contains the current list of diversions of the system. It is "
6471
7107
"located in the dpkg administration directory, along with other files "
6473
7109
msgstr ""
6474
7110
 
6475
7111
#. type: Plain text
6476
 
#: dpkg-divert.8:121
 
7112
#: dpkg-divert.8:131
6477
7113
msgid ""
6478
7114
"Note: B<dpkg-divert> preserves the old copy of this file, with extension I<-"
6479
7115
"old>, before replacing it with the new one."
6480
7116
msgstr ""
6481
7117
 
6482
7118
#. type: Plain text
6483
 
#: dpkg-divert.8:127 update-alternatives.8:489
 
7119
#: dpkg-divert.8:137 update-alternatives.8:495
6484
7120
msgid "Copyright \\(co 1995 Ian Jackson"
6485
7121
msgstr ""
6486
7122
 
7146
7782
#. type: Plain text
7147
7783
#: dpkg-gensymbols.1:137
7148
7784
msgid ""
7149
 
"This tag allows to restrict the set of architectures where the symbol is "
 
7785
"This tag allows one to restrict the set of architectures where the symbol is "
7150
7786
"supposed to exist. When the symbols list is updated with the symbols "
7151
7787
"discovered in the library, all arch-specific symbols which do not concern "
7152
7788
"the current host architecture are treated as if they did not exist. If an "
7991
8627
msgid ""
7992
8628
"Given that B<dpkg-maintscript-helper> is used in the B<preinst>, using it "
7993
8629
"unconditionally requires a pre-dependency to ensure that the required "
7994
 
"version of dpkg has been configured before. The required version depends on "
 
8630
"version of dpkg has been unpacked before. The required version depends on "
7995
8631
"the command used, for B<rm_conffile> and B<mv_conffile> it is 1.15.7.2:"
7996
8632
msgstr ""
7997
8633
 
8628
9264
#. type: TP
8629
9265
#: dpkg-query.1:14
8630
9266
#, fuzzy, no-wrap
8631
 
msgid "B<-l>, B<--list> I<package-name-pattern>..."
 
9267
msgid "B<-l>, B<--list> [I<package-name-pattern>...]"
8632
9268
msgstr "B<dpkg-deb> B<-f>|B<--field> I<archívum> [I<ellenőrző-mező-név> ...]"
8633
9269
 
8634
9270
#. type: Plain text
8724
9360
#. type: TP
8725
9361
#: dpkg-query.1:67
8726
9362
#, fuzzy, no-wrap
8727
 
msgid "B<-W>, B<--show> I<package-name-pattern>..."
 
9363
msgid "B<-W>, B<--show> [I<package-name-pattern>...]"
8728
9364
msgstr "B<dpkg-deb> B<-c>|B<--contents> I<archívum>"
8729
9365
 
8730
9366
#. type: Plain text
8905
9541
 
8906
9542
#. type: SH
8907
9543
#: dpkg-query.1:189 dpkg-split.1:180 start-stop-daemon.8:256
8908
 
#: update-alternatives.8:369
 
9544
#: update-alternatives.8:375
8909
9545
#, no-wrap
8910
9546
msgid "EXIT STATUS"
8911
9547
msgstr ""
8912
9548
 
8913
9549
#. type: IP
8914
 
#: dpkg-query.1:190 update-alternatives.8:370
 
9550
#: dpkg-query.1:190 update-alternatives.8:376
8915
9551
#, no-wrap
8916
9552
msgid "0"
8917
9553
msgstr ""
8935
9571
msgstr ""
8936
9572
 
8937
9573
#. type: Plain text
8938
 
#: dpkg-query.1:201
 
9574
#: dpkg-query.1:205
8939
9575
msgid ""
8940
9576
"This setting influences the output of the B<--list> option by changing the "
8941
9577
"width of its output."
8942
9578
msgstr ""
8943
9579
 
8944
9580
#. type: Plain text
8945
 
#: dpkg-query.1:204
 
9581
#: dpkg-query.1:208
8946
9582
msgid "Copyright \\(co 2001 Wichert Akkerman"
8947
9583
msgstr ""
8948
9584
 
9096
9732
msgstr ""
9097
9733
 
9098
9734
#. type: SH
9099
 
#: dpkg-scanpackages.1:104 update-alternatives.8:441
 
9735
#: dpkg-scanpackages.1:104 update-alternatives.8:447
9100
9736
#, no-wrap
9101
9737
msgid "DIAGNOSTICS"
9102
9738
msgstr ""
9242
9878
msgstr "dpkg készlet"
9243
9879
 
9244
9880
#. type: TH
9245
 
#: dpkg-shlibdeps.1:1
 
9881
#: dpkg-shlibdeps.1:1 dpkg-source.1:2 start-stop-daemon.8:1
 
9882
#: update-alternatives.8:8
9246
9883
#, fuzzy, no-wrap
9247
 
msgid "2009-03-08"
 
9884
msgid "2011-03-04"
9248
9885
msgstr "2006-02-28"
9249
9886
 
9250
9887
#. type: Plain text
9339
9976
#. type: IP
9340
9977
#: dpkg-shlibdeps.1:65
9341
9978
#, no-wrap
9342
 
msgid "I<admindir>/info/I<package>.symbols"
 
9979
msgid "Output from \\(lqB<dpkg-query --control-path> I<package> symbols\\(rq"
9343
9980
msgstr ""
9344
9981
 
9345
9982
#. type: Plain text
9346
9983
#: dpkg-shlibdeps.1:68 dpkg-shlibdeps.1:102
9347
9984
msgid ""
9348
 
"Package-provided shared library dependency information.  Unless overridden, "
9349
 
"I<admindir> is /var/lib/dpkg."
 
9985
"Package-provided shared library dependency information.  Unless overridden "
 
9986
"by --admindir, those files are located in /var/lib/dpkg."
9350
9987
msgstr ""
9351
9988
 
9352
9989
#. type: Plain text
9429
10066
#. type: IP
9430
10067
#: dpkg-shlibdeps.1:99
9431
10068
#, no-wrap
9432
 
msgid "I<admindir>/info/I<package>.shlibs"
 
10069
msgid "Output from \\(lqB<dpkg-query --control-path> I<package> shlibs\\(rq"
9433
10070
msgstr ""
9434
10071
 
9435
10072
#. type: IP
9826
10463
msgid "dpkg-source"
9827
10464
msgstr "dpkg készlet"
9828
10465
 
9829
 
#. type: TH
9830
 
#: dpkg-source.1:2
9831
 
#, fuzzy, no-wrap
9832
 
msgid "2009-11-11"
9833
 
msgstr "2006-02-28"
9834
 
 
9835
10466
#. type: Plain text
9836
10467
#: dpkg-source.1:5
9837
10468
#, fuzzy
11639
12270
msgstr ""
11640
12271
 
11641
12272
#. type: TP
11642
 
#: dpkg-statoverride.8:70
 
12273
#: dpkg-statoverride.8:76
11643
12274
#, no-wrap
11644
12275
msgid "I</var/lib/dpkg/statoverride>"
11645
12276
msgstr ""
11646
12277
 
11647
12278
#. type: Plain text
11648
 
#: dpkg-statoverride.8:75
 
12279
#: dpkg-statoverride.8:81
11649
12280
msgid ""
11650
12281
"File which contains the current list of stat overrides of the system. It is "
11651
12282
"located in the dpkg administration directory, along with other files "
11653
12284
msgstr ""
11654
12285
 
11655
12286
#. type: Plain text
11656
 
#: dpkg-statoverride.8:78
 
12287
#: dpkg-statoverride.8:84
11657
12288
msgid ""
11658
12289
"Note: B<dpkg-statoverride> preserves the old copy of this file, with "
11659
12290
"extension \"-old\", before replacing it with the new one."
11762
12393
msgstr ""
11763
12394
 
11764
12395
#. type: Plain text
11765
 
#: dpkg-trigger.1:62
 
12396
#: dpkg-trigger.1:68
11766
12397
#, fuzzy
11767
12398
msgid ""
11768
12399
"B<dpkg>(1), B<deb-triggers>(5), B</usr/share/doc/dpkg-dev/triggers.txt.gz>."
11866
12497
msgstr ""
11867
12498
 
11868
12499
#. type: Plain text
11869
 
#: dpkg-vendor.1:50 update-alternatives.8:491
 
12500
#: dpkg-vendor.1:50 update-alternatives.8:497
11870
12501
msgid "Copyright \\(co 2009 Rapha\\[:e]l Hertzog"
11871
12502
msgstr ""
11872
12503
 
12821
13452
msgid "start-stop-daemon"
12822
13453
msgstr ""
12823
13454
 
12824
 
#. type: TH
12825
 
#: start-stop-daemon.8:1
12826
 
#, fuzzy, no-wrap
12827
 
msgid "2009-02-26"
12828
 
msgstr "2006-02-28"
12829
 
 
12830
13455
#. type: Plain text
12831
13456
#: start-stop-daemon.8:4
12832
13457
msgid "start-stop-daemon - start and stop system daemon programs"
13296
13921
msgid "update-alternatives"
13297
13922
msgstr ""
13298
13923
 
13299
 
#. type: TH
13300
 
#: update-alternatives.8:8
13301
 
#, fuzzy, no-wrap
13302
 
msgid "2009-04-13"
13303
 
msgstr "2006-02-28"
13304
 
 
13305
13924
#. type: Plain text
13306
13925
#: update-alternatives.8:11
13307
13926
msgid ""
13823
14442
msgid "Don't generate any comments unless errors occur."
13824
14443
msgstr ""
13825
14444
 
 
14445
#. type: Plain text
 
14446
#: update-alternatives.8:360
 
14447
msgid ""
 
14448
"If set and the B<--admindir> option has not been specified, it will be used "
 
14449
"as the base administrative directory."
 
14450
msgstr ""
 
14451
 
13826
14452
#. type: TP
13827
 
#: update-alternatives.8:356
 
14453
#: update-alternatives.8:362
13828
14454
#, no-wrap
13829
14455
msgid "I</etc/alternatives/>"
13830
14456
msgstr ""
13831
14457
 
13832
14458
#. type: Plain text
13833
 
#: update-alternatives.8:362
 
14459
#: update-alternatives.8:368
13834
14460
msgid ""
13835
14461
"The default alternatives directory.  Can be overridden by the B<--altdir> "
13836
14462
"option."
13837
14463
msgstr ""
13838
14464
 
13839
14465
#. type: TP
13840
 
#: update-alternatives.8:362
 
14466
#: update-alternatives.8:368
13841
14467
#, no-wrap
13842
14468
msgid "I</var/lib/dpkg/alternatives/>"
13843
14469
msgstr ""
13844
14470
 
13845
14471
#. type: Plain text
13846
 
#: update-alternatives.8:368
 
14472
#: update-alternatives.8:374
13847
14473
msgid ""
13848
14474
"The default administration directory.  Can be overridden by the B<--"
13849
14475
"admindir> option."
13850
14476
msgstr ""
13851
14477
 
13852
14478
#. type: Plain text
13853
 
#: update-alternatives.8:372
 
14479
#: update-alternatives.8:378
13854
14480
msgid "The requested action was successfully performed."
13855
14481
msgstr ""
13856
14482
 
13857
14483
#. type: IP
13858
 
#: update-alternatives.8:372
 
14484
#: update-alternatives.8:378
13859
14485
#, no-wrap
13860
14486
msgid "2"
13861
14487
msgstr ""
13862
14488
 
13863
14489
#. type: Plain text
13864
 
#: update-alternatives.8:375
 
14490
#: update-alternatives.8:381
13865
14491
msgid ""
13866
14492
"Problems were encountered whilst parsing the command line or performing the "
13867
14493
"action."
13868
14494
msgstr ""
13869
14495
 
13870
14496
#. type: SH
13871
 
#: update-alternatives.8:376
 
14497
#: update-alternatives.8:382
13872
14498
#, no-wrap
13873
14499
msgid "QUERY FORMAT"
13874
14500
msgstr ""
13875
14501
 
13876
14502
#. type: Plain text
13877
 
#: update-alternatives.8:381
 
14503
#: update-alternatives.8:387
13878
14504
msgid ""
13879
14505
"The B<update-alternatives> I<--query> format is using an RFC822-like flat "
13880
14506
"format. It's made of I<n> + 1 blocks where I<n> is the number of "
13883
14509
msgstr ""
13884
14510
 
13885
14511
#. type: TP
13886
 
#: update-alternatives.8:381
 
14512
#: update-alternatives.8:387
13887
14513
#, fuzzy, no-wrap
13888
14514
msgid "B<Link:> E<lt>linkE<gt>"
13889
14515
msgstr "B<Source:> E<lt>forrás névE<gt>"
13890
14516
 
13891
14517
#. type: Plain text
13892
 
#: update-alternatives.8:384
 
14518
#: update-alternatives.8:390
13893
14519
msgid "The generic name of the alternative."
13894
14520
msgstr ""
13895
14521
 
13896
14522
#. type: TP
13897
 
#: update-alternatives.8:384
 
14523
#: update-alternatives.8:390
13898
14524
#, fuzzy, no-wrap
13899
14525
msgid "B<Status:> E<lt>statusE<gt>"
13900
14526
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
13901
14527
 
13902
14528
#. type: Plain text
13903
 
#: update-alternatives.8:387
 
14529
#: update-alternatives.8:393
13904
14530
msgid "The status of the alternative (B<auto> or B<manual>)."
13905
14531
msgstr ""
13906
14532
 
13907
14533
#. type: TP
13908
 
#: update-alternatives.8:387
 
14534
#: update-alternatives.8:393
13909
14535
#, fuzzy, no-wrap
13910
14536
msgid "B<Best:> E<lt>best choiceE<gt>"
13911
14537
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
13912
14538
 
13913
14539
#. type: Plain text
13914
 
#: update-alternatives.8:391
 
14540
#: update-alternatives.8:397
13915
14541
msgid ""
13916
14542
"The path of the best alternative for this link group. Not present if there "
13917
14543
"is no alternatives available."
13918
14544
msgstr ""
13919
14545
 
13920
14546
#. type: TP
13921
 
#: update-alternatives.8:391
 
14547
#: update-alternatives.8:397
13922
14548
#, fuzzy, no-wrap
13923
14549
msgid "B<Value:> E<lt>currently selected alternativeE<gt> "
13924
14550
msgstr "B<Source:> E<lt>forrás névE<gt>"
13925
14551
 
13926
14552
#. type: Plain text
13927
 
#: update-alternatives.8:395
 
14553
#: update-alternatives.8:401
13928
14554
msgid ""
13929
14555
"The path of the currently selected alternative. It can also take the magic "
13930
14556
"value B<none>. It is used if the link doesn't exist."
13931
14557
msgstr ""
13932
14558
 
13933
14559
#. type: TP
13934
 
#: update-alternatives.8:396
 
14560
#: update-alternatives.8:402
13935
14561
#, no-wrap
13936
14562
msgid "The other blocks describe the available alternatives in the queried link group:"
13937
14563
msgstr ""
13938
14564
 
13939
14565
#. type: TP
13940
 
#: update-alternatives.8:398
 
14566
#: update-alternatives.8:404
13941
14567
#, no-wrap
13942
14568
msgid "B<Alternative:> E<lt>path of this alternativeE<gt>"
13943
14569
msgstr ""
13944
14570
 
13945
14571
#. type: Plain text
13946
 
#: update-alternatives.8:401
 
14572
#: update-alternatives.8:407
13947
14573
msgid "Path to this block's alternative."
13948
14574
msgstr ""
13949
14575
 
13950
14576
#. type: TP
13951
 
#: update-alternatives.8:401
 
14577
#: update-alternatives.8:407
13952
14578
#, fuzzy, no-wrap
13953
14579
msgid "B<Priority:> E<lt>priority valueE<gt>"
13954
14580
msgstr "B<Priority:> E<lt>elsőbbségE<gt>"
13955
14581
 
13956
14582
#. type: Plain text
13957
 
#: update-alternatives.8:404
 
14583
#: update-alternatives.8:410
13958
14584
msgid "Value of the priority of this alternative."
13959
14585
msgstr ""
13960
14586
 
13961
14587
#. type: TP
13962
 
#: update-alternatives.8:404
 
14588
#: update-alternatives.8:410
13963
14589
#, fuzzy, no-wrap
13964
14590
msgid "B<Slaves:> E<lt>list of slavesE<gt>"
13965
14591
msgstr "B<Replaces:> E<lt>csomag listaE<gt>"
13966
14592
 
13967
14593
#. type: Plain text
13968
 
#: update-alternatives.8:410
 
14594
#: update-alternatives.8:416
13969
14595
msgid ""
13970
14596
"When this header is present, the B<next> lines hold all slave alternatives "
13971
14597
"associated to the master link of the alternative. There is one slave per "
13974
14600
msgstr ""
13975
14601
 
13976
14602
#. type: TP
13977
 
#: update-alternatives.8:411
 
14603
#: update-alternatives.8:417
13978
14604
#, no-wrap
13979
14605
msgid "B<Example>"
13980
14606
msgstr ""
13981
14607
 
13982
14608
#. type: Plain text
13983
 
#: update-alternatives.8:419
 
14609
#: update-alternatives.8:425
13984
14610
#, no-wrap
13985
14611
msgid ""
13986
14612
"$ update-alternatives --query editor\n"
13991
14617
msgstr ""
13992
14618
 
13993
14619
#. type: Plain text
13994
 
#: update-alternatives.8:424
 
14620
#: update-alternatives.8:430
13995
14621
#, no-wrap
13996
14622
msgid ""
13997
14623
"Alternative: /bin/ed\n"
14001
14627
msgstr ""
14002
14628
 
14003
14629
#. type: Plain text
14004
 
#: update-alternatives.8:439
 
14630
#: update-alternatives.8:445
14005
14631
#, no-wrap
14006
14632
msgid ""
14007
14633
"Alternative: /usr/bin/vim.gtk\n"
14021
14647
msgstr ""
14022
14648
 
14023
14649
#. type: Plain text
14024
 
#: update-alternatives.8:451
 
14650
#: update-alternatives.8:457
14025
14651
msgid ""
14026
14652
"With I<--verbose> B<update-alternatives> chatters incessantly about its "
14027
14653
"activities on its standard output channel.  If problems occur, B<update-"
14031
14657
msgstr ""
14032
14658
 
14033
14659
#. type: Plain text
14034
 
#: update-alternatives.8:457
 
14660
#: update-alternatives.8:463
14035
14661
msgid ""
14036
14662
"There are several packages which provide a text editor compatible with "
14037
14663
"B<vi>, for example B<nvi> and B<vim>. Which one is used is controlled by the "
14040
14666
msgstr ""
14041
14667
 
14042
14668
#. type: Plain text
14043
 
#: update-alternatives.8:460
 
14669
#: update-alternatives.8:466
14044
14670
msgid ""
14045
14671
"To display the available packages which provide B<vi> and the current "
14046
14672
"setting for it, use the I<--display> action:"
14047
14673
msgstr ""
14048
14674
 
14049
14675
#. type: Plain text
14050
 
#: update-alternatives.8:463
 
14676
#: update-alternatives.8:469
14051
14677
msgid "B<update-alternatives --display vi>"
14052
14678
msgstr ""
14053
14679
 
14054
14680
#. type: Plain text
14055
 
#: update-alternatives.8:467
 
14681
#: update-alternatives.8:473
14056
14682
msgid ""
14057
14683
"To choose a particular B<vi> implementation, use this command as root and "
14058
14684
"then select a number from the list:"
14059
14685
msgstr ""
14060
14686
 
14061
14687
#. type: Plain text
14062
 
#: update-alternatives.8:470
 
14688
#: update-alternatives.8:476
14063
14689
msgid "B<update-alternatives --config vi>"
14064
14690
msgstr ""
14065
14691
 
14066
14692
#. type: Plain text
14067
 
#: update-alternatives.8:474
 
14693
#: update-alternatives.8:480
14068
14694
msgid ""
14069
14695
"To go back to having the B<vi> implementation chosen automatically, do this "
14070
14696
"as root:"
14071
14697
msgstr ""
14072
14698
 
14073
14699
#. type: Plain text
14074
 
#: update-alternatives.8:477
 
14700
#: update-alternatives.8:483
14075
14701
msgid "B<update-alternatives --auto vi>"
14076
14702
msgstr ""
14077
14703
 
14078
14704
#. type: Plain text
14079
 
#: update-alternatives.8:481
 
14705
#: update-alternatives.8:487
14080
14706
msgid ""
14081
14707
"If you find a bug, please report it using the Debian bug-tracking system."
14082
14708
msgstr ""
14083
14709
 
14084
14710
#. type: Plain text
14085
 
#: update-alternatives.8:486
 
14711
#: update-alternatives.8:492
14086
14712
msgid ""
14087
14713
"If you find any discrepancy between the operation of B<update-alternatives> "
14088
14714
"and this manual page, it is a bug, either in the implementation or the "
14090
14716
msgstr ""
14091
14717
 
14092
14718
#. type: Plain text
14093
 
#: update-alternatives.8:497
 
14719
#: update-alternatives.8:503
14094
14720
msgid ""
14095
14721
"This manual page is copyright 1997,1998 Charles Briscoe-Smith and others."
14096
14722
msgstr ""
14097
14723
 
14098
14724
#. type: Plain text
14099
 
#: update-alternatives.8:500
 
14725
#: update-alternatives.8:506
14100
14726
#, fuzzy
14101
14727
msgid ""
14102
14728
"This is free documentation; see the GNU General Public Licence version 2 or "
14108
14734
"licenses/GPL> fájlt a részletekért."
14109
14735
 
14110
14736
#. type: Plain text
14111
 
#: update-alternatives.8:503
 
14737
#: update-alternatives.8:509
14112
14738
msgid "B<ln>(1), FHS, the Filesystem Hierarchy Standard."
14113
14739
msgstr ""
14114
14740
 
14115
14741
#, fuzzy
 
14742
#~ msgid "2009-03-08"
 
14743
#~ msgstr "2006-02-28"
 
14744
 
 
14745
#, fuzzy
 
14746
#~ msgid "2009-11-11"
 
14747
#~ msgstr "2006-02-28"
 
14748
 
 
14749
#, fuzzy
 
14750
#~ msgid "2009-02-26"
 
14751
#~ msgstr "2006-02-28"
 
14752
 
 
14753
#, fuzzy
 
14754
#~ msgid "2009-04-13"
 
14755
#~ msgstr "2006-02-28"
 
14756
 
 
14757
#, fuzzy
14116
14758
#~ msgid "2007-10-08"
14117
14759
#~ msgstr "2006-02-28"
14118
14760
 
14260
14902
#~ msgstr "2006-02-28"
14261
14903
 
14262
14904
#, fuzzy
14263
 
#~ msgid "2007-11-22"
14264
 
#~ msgstr "2006-02-28"
14265
 
 
14266
 
#, fuzzy
14267
14905
#~ msgid "2008-01-13"
14268
14906
#~ msgstr "2006-02-28"
14269
14907