* apt-pkg/cacheiterator.h:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 25 Mar 2011 21:12:29 +0000 (22:12 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 25 Mar 2011 21:12:29 +0000 (22:12 +0100)
commitca238ede0446483c107ace331324cbee0f096361
treec076b941621387070ad6e77dc5b9d298e5a4bfb2
parent566046f403acb3f50df78be93ea3b68b9f2c3e7b
* apt-pkg/cacheiterator.h:
  - return "all" instead of native architecture without breaking the abi
    (too much) by extending enum instead of using bitflags (LP: #733741)

With the next abi break that enum should be a char bitflag instead
apt-pkg/cacheiterators.h
apt-pkg/deb/deblistparser.cc
apt-pkg/pkgcache.h
apt-pkg/pkgcachegen.cc
debian/changelog
test/integration/test-bug-549968-install-depends-of-not-installed
test/integration/test-bug-590438-broken-provides-thanks-to-remove-order
test/integration/test-bug-593360-modifiers-in-names
test/integration/test-bug-612099-multiarch-conflicts
test/integration/test-release-candidate-switching