]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-showlist-orgroup-in-recommends
4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
'i386'
11 insertinstalledpackage
'aaa' 'all' '1'
12 insertinstalledpackage
'ddd' 'all' '1'
13 insertpackage
'unstable' 'aaa' 'all' '1'
14 insertpackage
'unstable' 'ddd' 'all' '1'
15 insertpackage
'unstable' 'yyy' 'all' '1'
16 insertpackage
'unstable' 'zzz' 'all' '1:1'
17 insertpackage
'unstable' 'simple' 'all' '1' 'Recommends: aaa, bbb
19 insertpackage
'unstable' 'orgroup' 'all' '1' 'Recommends: aaa | bbb
21 insertpackage
'unstable' 'orgroup2' 'all' '1' 'Recommends: xxx | yyy
23 insertpackage
'unstable' 'orgroup3' 'all' '1' 'Recommends: xxx | yyy
25 insertpackage
'unstable' 'orgroup4' 'all' '1' 'Recommends: xxx
27 insertpackage
'unstable' 'versionedor' 'all' '1' 'Recommends: aaa (>> 2) | bbb
28 Suggests: ccc | ddd (>> 2)'
32 testsuccessequal
'Reading package lists...
33 Building dependency tree...
38 The following NEW packages will be installed:
40 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
41 Inst simple (1 unstable [all])
42 Conf simple (1 unstable [all])' aptget
install simple
-s --no-install-recommends
43 testsuccessequal
'Reading package lists...
44 Building dependency tree...
49 The following packages will be REMOVED:
51 The following NEW packages will be installed:
53 0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
55 Inst simple (1 unstable [all])
56 Conf simple (1 unstable [all])' aptget
install simple aaa
- -s --no-install-recommends
57 testsuccessequal
'Reading package lists...
58 Building dependency tree...
59 The following NEW packages will be installed:
61 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
62 Inst orgroup (1 unstable [all])
63 Conf orgroup (1 unstable [all])' aptget
install orgroup
-s --no-install-recommends
64 testsuccessequal
'Reading package lists...
65 Building dependency tree...
68 The following packages will be REMOVED:
70 The following NEW packages will be installed:
72 0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
74 Inst orgroup (1 unstable [all])
75 Conf orgroup (1 unstable [all])' aptget
install orgroup aaa
- -s --no-install-recommends
76 testsuccessequal
'Reading package lists...
77 Building dependency tree...
82 The following NEW packages will be installed:
84 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
85 Inst orgroup2 (1 unstable [all])
86 Conf orgroup2 (1 unstable [all])' aptget
install orgroup2
-s --no-install-recommends
87 testsuccessequal
'Reading package lists...
88 Building dependency tree...
93 The following NEW packages will be installed:
95 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
96 Inst orgroup2 (1 unstable [all])
97 Inst orgroup3 (1 unstable [all])
98 Conf orgroup2 (1 unstable [all])
99 Conf orgroup3 (1 unstable [all])' aptget
install orgroup2 orgroup3
-s --no-install-recommends
100 testsuccessequal
'Reading package lists...
101 Building dependency tree...
104 Recommended packages:
106 The following NEW packages will be installed:
108 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
109 Inst orgroup2 (1 unstable [all])
110 Inst orgroup4 (1 unstable [all])
111 Conf orgroup2 (1 unstable [all])
112 Conf orgroup4 (1 unstable [all])' aptget
install orgroup2 orgroup4
-s --no-install-recommends
113 testsuccessequal
'Reading package lists...
114 Building dependency tree...
119 Recommended packages:
123 The following NEW packages will be installed:
126 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
127 Inst orgroup2 (1 unstable [all])
128 Inst orgroup4 (1 unstable [all])
129 Conf orgroup2 (1 unstable [all])
130 Conf orgroup4 (1 unstable [all])' aptget
install orgroup2 orgroup4
-s -V --no-install-recommends
131 testsuccessequal
'Reading package lists...
132 Building dependency tree...
135 Recommended packages:
137 The following NEW packages will be installed:
141 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
142 Inst orgroup2 (1 unstable [all])
143 Inst orgroup4 (1 unstable [all])
144 Inst yyy (1 unstable [all])
145 Conf orgroup2 (1 unstable [all])
146 Conf orgroup4 (1 unstable [all])
147 Conf yyy (1 unstable [all])' aptget
install orgroup2 orgroup4 yyy
-s -V --no-install-recommends
148 testsuccessequal
'Reading package lists...
149 Building dependency tree...
152 Recommended packages:
154 The following NEW packages will be installed:
156 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
157 Inst versionedor (1 unstable [all])
158 Conf versionedor (1 unstable [all])' aptget
install versionedor
-s --no-install-recommends