summaryrefslogtreecommitdiff
path: root/test/integration/test-cachecontainer-architecture-specification
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/cacheset.cc:David Kalnischkies2012-07-181-0/+33
| | | | - handle :all and :native correctly as architectures again in the commandline parsing (regression in 0.9.7)
* * apt-pkg/cachefilter.cc:David Kalnischkies2012-07-121-0/+3
| | | | | | | - remove architecture-specific arch to tuple expansion-rules as they lead to the same tuples for different architectures (e.g. linux-arm for arm, armel and armhf) while the dpkg-architecture code uses triples which are different (in the first part, which we omit in our tuples), so e.g. build-dep restrictions for armel ended up effecting armhf as well
* add two tests for architecture specificationsDavid Kalnischkies2012-06-141-0/+87