]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-move-and-forget-manual-sections
   4 TESTDIR
=$(readlink -f $(dirname $0)) 
   7 configarchitecture 
'native' 
   9 aptconfig dump 
--no-empty --format '%v%n' APT
::Move
-Autobit-Sections > move
-autobit.sections
 
  10 testsuccess 
grep '^oldlibs$' move
-autobit.sections
 
  12 buildsimplenativepackage 
'libabc' 'native' '1' 'stable' '' '' 'libs' 
  13 buildsimplenativepackage 
'libabc' 'native' '2' 'unstable' 'Depends: libdef' '' 'oldlibs' 
  14 buildsimplenativepackage 
'libdef' 'native' '1' 'unstable' '' '' 'libs' 
  20 testsuccess aptget 
install libabc
/stable 
-y 
  21 testdpkginstalled 
'libabc' 
  22 testdpkgnotinstalled 
'libdef' 
  24 testmarkedmanual 
'libabc' 
  27 testsuccess aptget dist
-upgrade -y 
  28 testdpkginstalled 
'libabc' 'libdef' 
  30 testmarkedauto 
'libabc' 
  31 testmarkedmanual 
'libdef'