summaryrefslogtreecommitdiff
path: root/test/integration/test-dpkg-assert-multi-arch
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-5/+17
| | | | | | | | | - return the correct version arch for all+foreign, too The flag is interpreted at a few other places in different styles so this commit ensures that the flag check is consistent everywhere (checking for Same in flag style is a bit too much as it isn't used in combination with others anyway, but who knows and just for consistency)
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-0/+24
| | | | Versions with arch:all are added to the package with the native arch, so we can't rely on Pkg.Arch() for the architecture
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-191-2/+10
| | | - redirect out/input of dpkg --assert-multi-arch to /dev/null
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-0/+53
- check if dpkg supports multiarch with --assert-multi-arch and if it does be always explicit about the architecture