]>
Commit | Line | Data |
---|---|---|
c8b98973 DK |
1 | #!/bin/sh |
2 | set -e | |
3 | ||
4 | TESTDIR=$(readlink -f $(dirname $0)) | |
5 | . $TESTDIR/framework | |
6 | setupenvironment | |
7 | configarchitecture "i386" | |
8 | ||
9 | insertpackage 'unstable' 'libreoffice' 'all' '1:3.3.1~rc1-2' 'Depends: libreoffice-core' | |
10 | insertpackage 'unstable' 'libreoffice-core' 'all' '1:3.3.1~rc1-2' 'Conflicts: openoffice.org-core' | |
11 | insertpackage 'unstable' 'libreoffice-officebean' 'all' '1:3.3.1~rc1-2' 'Depends: libreoffice-core' | |
12 | insertpackage 'unstable' 'openoffice.org-officebean' 'all' '1:3.3.0-5' 'Depends: libreoffice-officebean' | |
13 | ||
14 | ||
15 | setupaptarchive | |
16 | ||
17 | touch rootdir/var/lib/apt/extended_states | |
0440d936 | 18 | testsuccess aptmark markauto openoffice.org-officebean |
c8b98973 DK |
19 | testmarkedauto openoffice.org-officebean |
20 | ||
25b86db1 | 21 | testfailureequal "Reading package lists... |
c8b98973 DK |
22 | Building dependency tree... |
23 | Reading state information... | |
24 | The following packages were automatically installed and are no longer required: | |
fdfdba56 | 25 | libreoffice-officebean openoffice.org-officebean |
c8b98973 DK |
26 | Use 'apt-get autoremove' to remove them. |
27 | The following extra packages will be installed: | |
28 | libreoffice-core libreoffice-officebean openoffice.org-officebean | |
29 | The following packages will be REMOVED: | |
30 | openoffice.org-core | |
31 | The following NEW packages will be installed: | |
32 | libreoffice libreoffice-core libreoffice-officebean | |
33 | The following packages will be upgraded: | |
34 | openoffice.org-officebean | |
35 | 1 upgraded, 3 newly installed, 1 to remove and 0 not upgraded. | |
36 | After this operation, 126 MB disk space will be freed. | |
37 | E: Trivial Only specified but this is not a trivial operation." aptget install libreoffice --trivial-only |