]> git.saurik.com Git - apt.git/commit
test: Assert multi-arch in the chroot
authorJulian Andres Klode <jak@debian.org>
Thu, 25 Aug 2016 13:02:13 +0000 (15:02 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 26 Aug 2016 20:24:24 +0000 (22:24 +0200)
commitf878d3a862128bc1385616751ae1d78246b1bd01
tree7fd62c11232d5f9c8dc12409995fa47c7608382c
parent2ed62ba6abcad809d1898a40950f86217af73812
test: Assert multi-arch in the chroot

The host system might not have a dpkg installed, which makes
dpkg fail with:

  dpkg not recorded as installed, cannot check for multi-arch support!

That's entirely useless of course. We want to know if dpkg could
support multi-arch in our chroot, so we pseudo-install dpkg into
the chroot and pretend it's version is one version higher than
the minimum dpkg version, so dpkg --assert-multi-arch works on
recent dpkgs.

Gbp-Dch: ignore
test/integration/framework