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

« back to all changes in this revision

Viewing changes to man/ja/dpkg-deb.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:
149
149
values are \fIgzip\fP, \fIxz\fP, \fIbzip2\fP, \fIlzma\fP, and \fInone\fP (default is
150
150
\fIxz\fP).
151
151
.TP 
 
152
\fB\-\-uniform\-compression\fP
 
153
Specify that the same compression parameters should be used for all archive
 
154
members (i.e. \fBcontrol.tar\fP and \fBdata.tar\fP). Otherwise only the
 
155
\fBdata.tar\fP member will use those parameters. The only supported compression
 
156
types allowed to be uniformly used are \fInone\fP, \fIgzip\fP and \fIxz\fP.
 
157
.TP 
152
158
\fB\-\-deb\-format=\fP\fIformat\fP
153
159
Set the archive format version used when building (since dpkg 1.17.0).
154
160
Allowed values are \fI2.0\fP for the new format, and \fI0.939000\fP for the old