4 TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
'native'
9 buildsimplenativepackage
'basic' 'native' '1' 'stable'
10 buildsimplenativepackage
'basic' 'native' '2' 'unstable' 'Pre-Depends: common'
11 buildsimplenativepackage
'common' 'native' '2' 'unstable' 'Breaks: basic (<= 1)'
15 # we check with 'real' packages here as the simulation reports a 'Conf broken'
16 # which is technical correct for the simulation, but testing errormsg is ugly
18 testsuccess aptget
install basic
=1 -y
19 testdpkginstalled basic
20 testdpkgnotinstalled common
22 testsuccess aptget dist
-upgrade -y
23 testdpkginstalled basic common