diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-04-28 15:03:55 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-01 10:50:24 +0200 |
commit | d622baeea4828b4bf62d939b7a4a7cd4051f78a5 (patch) | |
tree | 65902a4caa3e3e75eafdbc600175b35588f70ae8 /test/integration/test-bug-618848-always-respect-user-requests | |
parent | 0264502c2ed8da69358959d6dc7beb67f422b5cf (diff) |
show StateCache flags in Pkg debug prettyprint
This basically introduces ~33 flags in the output, but a package can
have only ~11 of them displayed at the same time. There is quiet a bit
of duplication also (an uninstalled package is by definition a
newinstall if its getting installed), but as this is debug output we are
better of showing them all in case one of them isn't set in a way it is
supposed to be set.
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-bug-618848-always-respect-user-requests')
-rwxr-xr-x | test/integration/test-bug-618848-always-respect-user-requests | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/integration/test-bug-618848-always-respect-user-requests b/test/integration/test-bug-618848-always-respect-user-requests index 7d2b35f9e..fa190a93d 100755 --- a/test/integration/test-bug-618848-always-respect-user-requests +++ b/test/integration/test-bug-618848-always-respect-user-requests @@ -15,18 +15,18 @@ setupaptarchive testsuccessequal 'Reading package lists... Building dependency tree... - MarkDelete libdb4.8 [ i386 ] < 1.0 > ( other ) FU=1 - MarkDelete exim4-daemon-light [ i386 ] < 1.0 > ( other ) FU=0 - MarkInstall exim4-daemon-heavy [ i386 ] < none -> 1.0 > ( other ) FU=0 - Ignore MarkInstall of libdb4.8 [ i386 ] < 1.0 > ( other ) as its mode (Delete) is protected - MarkDelete exim4-daemon-heavy [ i386 ] < none -> 1.0 > ( other ) FU=0 - MarkDelete exim4 [ i386 ] < 1.0 > ( other ) FU=0 + MarkDelete libdb4.8:i386 < 1.0 @ii pmK > FU=1 + MarkDelete exim4-daemon-light:i386 < 1.0 @ii mK Ib > FU=0 + MarkInstall exim4-daemon-heavy:i386 < none -> 1.0 @un uN Ib > FU=0 + Ignore MarkInstall of libdb4.8:i386 < 1.0 @ii pmR > as its mode (Delete) is protected + MarkDelete exim4-daemon-heavy:i386 < none -> 1.0 @un uN Ib > FU=0 + MarkDelete exim4:i386 < 1.0 @ii mK Ib > FU=0 The following packages will be REMOVED: exim4 exim4-daemon-light libdb4.8 - MarkDelete exim4 [ i386 ] < 1.0 > ( other ) FU=1 + MarkDelete exim4:i386 < 1.0 @ii K > FU=1 0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded. Remv exim4 [1.0] - MarkDelete exim4-daemon-light [ i386 ] < 1.0 > ( other ) FU=1 + MarkDelete exim4-daemon-light:i386 < 1.0 @ii K > FU=1 Remv exim4-daemon-light [1.0] - MarkDelete libdb4.8 [ i386 ] < 1.0 > ( other ) FU=1 + MarkDelete libdb4.8:i386 < 1.0 @ii K > FU=1 Remv libdb4.8 [1.0]' aptget remove libdb4.8 -s -o Debug::pkgDepCache::Marker=1 |