~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to test/integration/test-bug-686346-package-missing-architecture

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Christian Perrier, Mark Hymers, David Kalnischkies, Michael Vogt
  • Date: 2013-10-09 22:39:41 UTC
  • mto: (1.5.40 experimental)
  • mto: This revision was merged to the branch mainline in revision 208.
  • Revision ID: package-import@ubuntu.com-20131009223941-wacfgr6830pzqnr8
Tags: 0.9.12
[ Christian Perrier ]
* Fix typo in apt-private/private-show.cc. Thanks to Benjamin
  Keresa. Closes: #724073

[ Mark Hymers ]
* fix libapt-inst for >2G debs (closes: #725483)

[ David Kalnischkies ]
* don't strip :any from dependencies in single-arch (Closes: 723586)
* pkg from only trusted sources keeps being trusted (Closes: 617690)
* compression-neutral message for missing data.tar member (Closes: 722710)
* print-uris prints regardless of quiet-level again (Closes: 722207)
* retry without partial data after a 416 response (Closes: 710924)
* replace "filesize - 1" trick in http with proper 416 handling
* fix partial (206 and 416) support in https
* handle complete responses to https range requests (Closes: 617643, 667699)
  (LP: 1157943)
* don't consider holds for autoremoval (Closes: 724995)
* put fetch errors in 'source' on our errorstack
* use pkgAcqArchive in 'download' for proper errors
* fix lzma-support detection via xz binary
* do not ++ on erased package pointers in autoremove

[ Michael Vogt ]
* Add new "apt-get upgrade --with-new-pkgs" option (and add man-page for it).
  So "apt-get upgrade --with-new-pkgs" will pull in new dependencies but
  never remove packages
* Rename "--dpkg-progress" to "--show-progress" and document it in 
  apt-get.8. This will show global install progress information in the
  terminal.
* Fix status-fd progress calculation for certain multi-arch install/upgrade
  situations
* add new -o DpkgPM::Progress-Fancy for nicer dpkg progress output 
  on vt100+ terminals
* fix libapt-inst for >2G debs (closes: #725483), thanks to Mark Hymers 
* debian/apt.postinst: use --compare-versions lt instead of lt-nl, 
  to ensure the apt-auto-removal file is correctly create, 
  thanks to Ben Hutchings
* update Uploaders to match recent uploaders better
* Set the default "Acquire::PDiffs::FileLimit" to 20. If the amount
  of pdiffs is bigger things tend to get slower. Set
    Acquire::PDiffs::FileLimit "0";
  in /etc/apt/apt.conf to get the old behavior back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
insertinstalledpackage 'pkgf' 'none' '1' 'Conflicts: pkgb'
74
74
insertinstalledpackage 'pkgg' 'amd64' '1' 'Conflicts: pkgb'
75
75
insertinstalledpackage 'pkgb' 'amd64' '2'
76
 
testequal "Reading package lists...
 
76
testequalor2 "Reading package lists...
77
77
Building dependency tree...
78
78
Reading state information...
79
79
You might want to run 'apt-get -f install' to correct these.
84
84
             Conflicts: pkgb but 2 is installed
85
85
 pkgg : Conflicts: pkgb but 2 is installed
86
86
        Conflicts: pkgb:none but 1 is installed
 
87
E: Unmet dependencies. Try using -f." "Reading package lists...
 
88
Building dependency tree...
 
89
Reading state information...
 
90
You might want to run 'apt-get -f install' to correct these.
 
91
The following packages have unmet dependencies:
 
92
 pkgb : Conflicts: pkgb:none but 1 is installed
 
93
 pkgb:none : Conflicts: pkgb but 2 is installed
 
94
 pkgf:none : Conflicts: pkgb but 2 is installed
 
95
             Conflicts: pkgb:none but 1 is installed
 
96
 pkgg : Conflicts: pkgb but 2 is installed
 
97
        Conflicts: pkgb:none but 1 is installed
87
98
E: Unmet dependencies. Try using -f." aptget check
88
99
 
89
100
# check that dependencies are generated for none-packages