diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-07-04 23:54:48 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-07-04 23:54:48 +0200 |
commit | b855a40058f99a0f10184c410b3bbf3c2ee4ae83 (patch) | |
tree | 20e069af2d3a7fbc013a925dc126db41fe59ef18 /debian | |
parent | 8e5d47a3a4e735835498574a58e0a33de04a0377 (diff) |
* cmdline/apt-mark.cc:
- arch:all packages are treated as arch:native packages, but dpkg
expects pkg:all for selections, so use the arch of the installed
version instead of the package structure if possible.
Thanks to Stepan Golosunov for the report! (Closes: #680041)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4fe8a800e..9d3c2b2fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,11 @@ apt (0.9.7.2) UNRELEASED; urgency=low * ftparchive/writer.cc: - handle the APT::FTPArchive::Packages::SHA512 option correctly instead of overriding SHA256, thanks Christian Marillat! (Closes: #680252) + * cmdline/apt-mark.cc: + - arch:all packages are treated as arch:native packages, but dpkg + expects pkg:all for selections, so use the arch of the installed + version instead of the package structure if possible. + Thanks to Stepan Golosunov for the report! (Closes: #680041) -- David Kalnischkies <kalnischkies@gmail.com> Sun, 01 Jul 2012 08:20:57 +0200 |