]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-747261-arch-specific-conflicts
Run ./prepare-release pre-export
[apt.git] / test / integration / test-bug-747261-arch-specific-conflicts
index bfb2d089f817ef378c4e1a148f75af7a973617a6..08e66a7cd5bad9b77071812203caf52cee5aeb50 100755 (executable)
@@ -6,6 +6,16 @@ TESTDIR=$(readlink -f $(dirname $0))
 setupenvironment
 configarchitecture 'amd64' 'sparc' 'armel'
 
 setupenvironment
 configarchitecture 'amd64' 'sparc' 'armel'
 
+insertinstalledpackage 'foobar' 'armel' '1'
+msgtest 'Check that dpkg supports' 'arch-specific dependencies'
+if ! dpkgcheckbuilddeps -d 'foobar:armel' /dev/null 2>/dev/null >/dev/null; then
+       dpkgcheckbuilddeps -d 'foobar:armel' /dev/null || true
+       msgskip
+       exit 0
+else
+       msgpass
+fi
+
 buildsimplenativepackage 'libc6' 'amd64,sparc,armel' '1' 'stable' 'Multi-Arch: same'
 buildsimplenativepackage 'libc6-i386' 'amd64' '1' 'stable' 'Conflicts: libc6:sparc'
 
 buildsimplenativepackage 'libc6' 'amd64,sparc,armel' '1' 'stable' 'Multi-Arch: same'
 buildsimplenativepackage 'libc6-i386' 'amd64' '1' 'stable' 'Conflicts: libc6:sparc'