~ubuntu-branches/ubuntu/natty/apt/natty

« back to all changes in this revision

Viewing changes to test/integration/test-bug-590438-broken-provides-thanks-to-remove-order

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-04-05 13:19:56 UTC
  • Revision ID: james.westby@ubuntu.com-20110405131956-u6sgfjr30zvy2fr3
Tags: 0.8.13.2ubuntu1
* merge fixes from debian-sid, most notable the handling of
  arch=all architectures in python-apt (LP: #733741)
* apt-pkg/aptconfiguration.cc:
  - fix comparing for a empty string

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        echo "$pkgbasefile
63
63
Pre-Depends: $1
64
64
" >> rootdir/var/lib/dpkg/status
65
 
        testequalor2 "Inst coolstuff (1-1 localhost [i386])
66
 
Conf coolstuff (1-1 localhost [i386])
 
65
        testequalor2 "Inst coolstuff (1-1 localhost [all])
 
66
Conf coolstuff (1-1 localhost [all])
67
67
Inst gawk2 (1:3.1.7.dfsg-5 localhost [i386])
68
68
Conf gawk2 (1:3.1.7.dfsg-5 localhost [i386])
69
 
Remv mawk [1.3.3-15]" "Inst coolstuff (1-1 localhost [i386])
 
69
Remv mawk [1.3.3-15]" "Inst coolstuff (1-1 localhost [all])
70
70
Inst gawk2 (1:3.1.7.dfsg-5 localhost [i386])
71
 
Conf coolstuff (1-1 localhost [i386])
 
71
Conf coolstuff (1-1 localhost [all])
72
72
Conf gawk2 (1:3.1.7.dfsg-5 localhost [i386])
73
73
Remv mawk [1.3.3-15]" aptget install gawk2 mawk- -sqq -o PreDepends=$(echo "$1" | sed 's/ //g')
74
74
}