~ubuntu-branches/ubuntu/vivid/dpkg/vivid

« back to all changes in this revision

Viewing changes to man/pl/dpkg.1

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2014-04-21 18:14:10 UTC
  • mfrom: (1.6.8 sid)
  • Revision ID: package-import@ubuntu.com-20140421181410-94kvb2zodjd2og32
Tags: 1.17.7ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Allow -fstack-protector on arm64 now that GCC and glibc support it.
  - Change native source version/format mismatch errors into warnings
    until the dust settles on Debian bug 737634 about override options.
  - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
    tools can get untranslated dpkg terminal log messages while at the
    same time having translated debconf prompts.
  - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
  - Map unqualified package names of multiarch-same packages to the native
    arch instead of throwing an error, so that we don't break on upgrade
    when there are unqualified names stored in the dpkg trigger database.
  - Add logic to the postinst to `dpkg --add-architecture i386' on new
    installs on amd64, mimicking our previous behaviour with the conffile.
  - Apply a workaround from mvo to consider RC packages as multiarch,
    during the dpkg consistency checks. (see LP: 1015567 and 1057367).
* Drop obsolete migration code and guards from pre-trusty dpkg versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
such programs parsing this command output should be explicit about the
214
214
format they expect.
215
215
.TP 
216
 
\fB\-\-update\-avail\fP, \fB\-\-merge\-avail\fP \fIplik\-pakiet�w\fP
217
 
Zaktualizowanie bazy danych programu \fBdpkg\fP oraz \fBdselect\fP o dost�pnych
218
 
pakietach. Opcja \fB\-\-merge\-avail\fP powoduje, �e poprzednie informacje s�
219
 
��czone z nowymi z \fIpliku_pakiet�w\fP. Opcja \fB\-\-update\-avail\fP powoduje
220
 
zast�pienie starych informacji nowymi z \fIpliku_pakiet�w\fP. \fIPlik_pakiet�w\fP
221
 
dystrybuowany razem z systemem Debian nazywa si� po prostu
222
 
\fIPackages\fP. \fBdpkg\fP przechowuje informacje o dost�pnych pakietach w pliku
 
216
\fB\-\-update\-avail\fP, \fB\-\-merge\-avail\fP [\fIPackages\-file\fP]
 
217
Update \fBdpkg\fP's and \fBdselect\fP's idea of which packages are available. With
 
218
action \fB\-\-merge\-avail\fP, old information is combined with information from
 
219
\fIPackages\-file\fP. With action \fB\-\-update\-avail\fP, old information is replaced
 
220
with the information in the \fIPackages\-file\fP. The \fIPackages\-file\fP
 
221
distributed with Debian is simply named \fIPackages\fP. If the \fIPackages\-file\fP
 
222
argument is missing or named \fB\-\fP then it will be read from standard input
 
223
(since dpkg 1.17.7). \fBdpkg\fP keeps its record of available packages in
223
224
\fI/var/lib/dpkg/available\fP.
224
225
 
225
226
Prostszym poleceniem, kt�rego mo�na u�y� w celu pobrania i od�wie�enia pliku
830
831
the \fIavailable\fP file there with your package manager frontend of choice
831
832
(see https://wiki.debian.org/Teams/Dpkg/FAQ for more details), for example:
832
833
.br
 
834
     \fBapt\-cache dumpavail | dpkg \-\-merge\-avail\fP
 
835
.br
 
836
or with dpkg 1.17.6 and earlier:
 
837
.br
833
838
     \fBavail=`mktemp`\fP
834
839
     \fBapt\-cache dumpavail >"$avail"\fP
835
840
     \fBdpkg \-\-merge\-avail "$avail"\fP