]>
git.saurik.com Git - apt.git/blob - test/integration/test-bug-720597-build-dep-purge
4 TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
'amd64'
9 insertinstalledpackage
'build-essential' 'all' '11.5' 'Multi-Arch: foreign'
10 insertinstalledpackage
'pkga' 'all' '1'
11 buildsimplenativepackage
'pkgb' 'amd64' '1' 'stable' 'Conflicts: pkga'
12 buildsimplenativepackage
'pkgc' 'amd64' '1' 'stable' 'Build-Depends: pkgb'
16 testequal
'Reading package lists...
17 Building dependency tree...
18 The following packages will be REMOVED:
20 The following NEW packages will be installed:
22 0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
24 Inst pkgb (1 stable [amd64])
25 Conf pkgb (1 stable [amd64])' aptget build
-dep pkgc
-s
27 testequal
'Reading package lists...
28 Building dependency tree...
29 The following packages will be REMOVED:
31 The following NEW packages will be installed:
33 0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
35 Inst pkgb (1 stable [amd64])
36 Conf pkgb (1 stable [amd64])' aptget build
-dep pkgc
-s --purge