]>
Commit | Line | Data |
---|---|---|
d77b985a DK |
1 | #!/bin/sh |
2 | set -e | |
3 | ||
4 | TESTDIR=$(readlink -f $(dirname $0)) | |
5 | . $TESTDIR/framework | |
6 | setupenvironment | |
7 | configarchitecture 'amd64' 'i386' | |
8 | ||
9 | insertinstalledpackage 'libsame' 'i386,amd64' '1' 'Multi-Arch: same' 'required' | |
10 | insertinstalledpackage 'apt' 'i386' '1' 'Depends: libsame (= 1) | |
11 | Essential: yes' 'required' | |
12 | insertinstalledpackage 'apt2' 'amd64' '1' 'Depends: libsame (= 1) | |
13 | Essential: yes' 'required' | |
14 | buildsimplenativepackage 'libsame' 'i386,amd64' '2' 'unstable' 'Multi-Arch: same' '' 'required' | |
15 | buildsimplenativepackage 'apt' 'i386' '2' 'unstable' 'Depends: libsame (= 2)' '' 'required' | |
16 | buildsimplenativepackage 'apt2' 'amd64' '2' 'unstable' 'Depends: libsame (= 2)' '' 'required' | |
17 | ||
18 | setupaptarchive | |
19 | ||
75a90b93 DK |
20 | # order in switch libsame:{amd64,i386} are unpacked is irrelevant, as both are installed - but we need to do it together |
21 | testequalor2 'Reading package lists... | |
d77b985a DK |
22 | Building dependency tree... |
23 | The following packages will be upgraded: | |
24 | apt:i386 apt2 libsame libsame:i386 | |
25 | 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
30426f48 DK |
26 | Inst libsame:i386 [1] (2 unstable [i386]) [libsame:amd64 on libsame:i386] [libsame:i386 on libsame:amd64] [libsame:amd64 apt:i386 ] |
27 | Inst libsame [1] (2 unstable [amd64]) [apt2:amd64 apt:i386 ] | |
d77b985a DK |
28 | Conf libsame:i386 (2 unstable [i386]) [apt2:amd64 apt:i386 ] |
29 | Conf libsame (2 unstable [amd64]) [apt2:amd64 apt:i386 ] | |
30 | Inst apt2 [1] (2 unstable [amd64]) [apt:i386 ] | |
31 | Conf apt2 (2 unstable [amd64]) [apt:i386 ] | |
32 | Inst apt:i386 [1] (2 unstable [i386]) | |
75a90b93 | 33 | Conf apt:i386 (2 unstable [i386])' 'Reading package lists... |
d77b985a DK |
34 | Building dependency tree... |
35 | The following packages will be upgraded: | |
36 | apt:i386 apt2 libsame libsame:i386 | |
37 | 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
38 | Inst libsame [1] (2 unstable [amd64]) [libsame:amd64 on libsame:i386] [libsame:i386 on libsame:amd64] [libsame:i386 apt2:amd64 ] | |
39 | Inst libsame:i386 [1] (2 unstable [i386]) [apt2:amd64 apt:i386 ] | |
40 | Conf libsame:i386 (2 unstable [i386]) [apt2:amd64 apt:i386 ] | |
41 | Conf libsame (2 unstable [amd64]) [apt2:amd64 apt:i386 ] | |
42 | Inst apt2 [1] (2 unstable [amd64]) [apt:i386 ] | |
43 | Conf apt2 (2 unstable [amd64]) [apt:i386 ] | |
44 | Inst apt:i386 [1] (2 unstable [i386]) | |
45 | Conf apt:i386 (2 unstable [i386])' aptget dist-upgrade -s |