releasing package apt version 0.9.15.1
[ntk/apt.git] / test / integration / test-very-tight-loop-configure-with-unpacking-new-packages
CommitLineData
42d51f33
DK
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6setupenvironment
7configarchitecture 'amd64'
8
9# the difference between version 3 and 4 is the new package 'ure' which
10# we have to unpack before we start configuring parts of the loop
11insertinstalledpackage 'libreoffice' 'amd64' '3' 'Depends: libreoffice-core (= 3)'
12insertinstalledpackage 'libreoffice-core' 'amd64' '3' 'Depends: libreoffice-common (>= 3)'
13insertinstalledpackage 'libreoffice-common' 'all' '3' 'Depends: libreoffice-style
14Breaks: libreoffice-core (>= 3+), libreoffice-core (<= 3~), libreoffice-style-galaxy (>= 3+), libreoffice-style-galaxy (<= 3~)'
15insertinstalledpackage 'libreoffice-style-galaxy' 'amd64' '3' 'Depends: libreoffice-core
16Provides: libreoffice-style'
17
18buildsimplenativepackage 'libreoffice' 'amd64' '4' 'sid' 'Depends: libreoffice-core (= 4)'
19buildsimplenativepackage 'libreoffice-core' 'amd64' '4' 'sid' 'Depends: libreoffice-common (>= 4)
20Breaks: libreoffice-common (<< 4), libreoffice-style-galaxy (<< 4)'
21buildsimplenativepackage 'libreoffice-common' 'all' '4' 'sid' 'Depends: libreoffice-style, ure
22Breaks: libreoffice-core (>= 4+), libreoffice-core (<= 4~), libreoffice-style-galaxy (>= 4+), libreoffice-style-galaxy (<= 4~)'
23buildsimplenativepackage 'libreoffice-style-galaxy' 'amd64' '4' 'sid' 'Depends: libreoffice-core
24Provides: libreoffice-style'
25
26buildsimplenativepackage 'ure' 'amd64' '4' 'sid'
27
28setupaptarchive
29
30testequal 'Reading package lists...
31Building dependency tree...
32The following NEW packages will be installed:
33 ure
34The following packages will be upgraded:
35 libreoffice libreoffice-common libreoffice-core libreoffice-style-galaxy
364 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
37Inst libreoffice [3] (4 sid [amd64]) []
38Inst libreoffice-style-galaxy [3] (4 sid [amd64]) [libreoffice-common:amd64 on libreoffice-style-galaxy:amd64] [libreoffice-common:amd64 ]
39Inst libreoffice-core [3] (4 sid [amd64]) [libreoffice-core:amd64 on libreoffice-common:amd64] [libreoffice-common:amd64 on libreoffice-core:amd64] [libreoffice-common:amd64 on libreoffice-style-galaxy:amd64] [libreoffice-common:amd64 ]
40Inst libreoffice-common [3] (4 sid [all]) []
41Inst ure (4 sid [amd64])
42Conf ure (4 sid [amd64])
43Conf libreoffice-style-galaxy (4 sid [amd64])
44Conf libreoffice-common (4 sid [all])
45Conf libreoffice-core (4 sid [amd64])
46Conf libreoffice (4 sid [amd64])' aptget dist-upgrade -s