]> git.saurik.com Git - apt.git/commit - test/integration/test-ubuntu-bug-761175-remove-purge
correct architecture detection for 'rc' packages for purge
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 25 Nov 2014 11:10:15 +0000 (12:10 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 7 Dec 2014 18:12:51 +0000 (19:12 +0100)
commit016bea8214e1826b289025f03890f70a5805db87
treecc3c1ca686ab6c7abdef4abce92ade26e9e37a99
parent4e6a7e260eb713318b1b5019a72073050242ac3c
correct architecture detection for 'rc' packages for purge

We were already considering these cases, but the code was flawed, so
that packages changing architectures are incorrectly handled and hence
the wrong architecture is used to call dpkg with, so that dpkg says the
package isn't installed (which it isn't for the requested architecture).

Closes: 770898
apt-pkg/deb/dpkgpm.cc
test/integration/framework
test/integration/test-ubuntu-bug-761175-remove-purge