]> git.saurik.com Git - apt.git/commitdiff
update the versionnumber of the faked dpkg in the testcases for multiarch
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Mar 2012 16:03:35 +0000 (17:03 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 20 Mar 2012 16:03:35 +0000 (17:03 +0100)
and add a comment about the need of this number

test/integration/framework

index a738d27ccb4f610cb01710653ee2c00616cd63fd..fa4a98f58670fc90ec6471bbd4b19b5b9bc3755c 100644 (file)
@@ -207,7 +207,9 @@ configdpkg() {
                                if [ "${ARCH}" != "${DPKGARCH}" ]; then dpkg --add-architecture ${ARCH}; fi
                        done
                        if [ "0" = "$(dpkg -l dpkg 2> /dev/null | grep '^i' | wc -l)" ]; then
-                               insertinstalledpackage 'dpkg' "all" '1.16.2~wipmultiarch~fake'
+                               # dpkg doesn't really check the version as long as it is fully installed,
+                               # but just to be sure we choose one above the required version
+                               insertinstalledpackage 'dpkg' "all" '1.16.2+fake'
                        fi
                fi
        fi