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

« back to all changes in this revision

Viewing changes to doc/README.feature-removal-schedule

  • 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:
54
54
 support compressing new .deb files with that format, although unpacking
55
55
 will be kept being supported to handle existing compressed files.
56
56
 
 
57
What: -Zbzip2 (dpkg-deb option value)
 
58
Status: deprecated
 
59
When: 1.18.x
 
60
Warning: program
 
61
Why:
 
62
 bzip2 compression has been superseded by xz when it comes to size, and
 
63
 gzip is still faster, in Debian there's really not many packages using
 
64
 that compression, as such there's no point in continuing to support
 
65
 compressing new .deb files with that format, although unpacking
 
66
 will be kept being supported to handle existing compressed files.
 
67
 
57
68
What: --control-path (dpkg-query option)
58
69
Status: deprecated
59
70
When: 1.18.x
60
71
Warning: man page
61
72
 This was a semi-public interface now superceded by --control-list and
62
73
 --control-show, which are a better interface as they do not rely on any
63
 
 specific database layout.
 
74
 specific database layout. Although there might still be cases where it's
 
75
 required to avoid hardcoding the database layout, and it will be kept as
 
76
 long as there's legitimate uses for it and no viable replacements.
64
77
 
65
78
What: --new, --old (dpkg-deb options)
66
79
Status: deprecated