<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/test/integration/test-dpkg-assert-multi-arch, branch 1.3_exp2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3_exp2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3_exp2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-06-08T15:31:45Z</updated>
<entry>
<title>don't explicitly configure the last round of packages</title>
<updated>2016-06-08T15:31:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-06-08T15:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b4450f1dd6bca537e60406b2383ab154a3e1485f'/>
<id>urn:sha1:b4450f1dd6bca537e60406b2383ab154a3e1485f</id>
<content type='text'>
We end our operation by calling "dpkg --configure -a", so instead of
running a (big) configure run with all packages mentioned explicitly
before this, we simply skip them and let them be handled by this call
implicitly.

There isn't really an observeable gain to be had here from a speed
point, but it helps in avoiding an (uncommon) problem of having a too
long commandline passed to dpkg, which we would split up (probably
incorrectly).
</content>
</entry>
<entry>
<title>tests: support spaces in path and TMPDIR</title>
<updated>2015-12-19T22:04:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-15T16:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3abb6a6a1e485b3bc899b64b0a1b7dc2db25a9c2'/>
<id>urn:sha1:3abb6a6a1e485b3bc899b64b0a1b7dc2db25a9c2</id>
<content type='text'>
This doesn't allow all tests to run cleanly, but it at least allows to
write tests which could run successfully in such environments.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>properly handle (currently unused) dpkg pass-through</title>
<updated>2014-07-07T19:52:40Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-07-07T18:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=eb191ca3584816533e82cd6b8cd1f133ae28149a'/>
<id>urn:sha1:eb191ca3584816533e82cd6b8cd1f133ae28149a</id>
<content type='text'>
Git-Dch: ignore
</content>
</entry>
<entry>
<title>use exit instead of incorrect return in test wrapper</title>
<updated>2014-07-07T19:52:31Z</updated>
<author>
<name>Michele Orrù</name>
<email>maker@tumbolandia.net</email>
</author>
<published>2014-07-07T18:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4f445ff78220568e0fcfa373ba1b06e0ad13e63d'/>
<id>urn:sha1:4f445ff78220568e0fcfa373ba1b06e0ad13e63d</id>
<content type='text'>
bash as sh doesn't like it, too.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>* apt-pkg/cacheiterators.h:</title>
<updated>2012-01-19T17:42:57Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-01-19T17:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2a2a7ef4dfa9d8fb8118c2e318555438098cdf34'/>
<id>urn:sha1:2a2a7ef4dfa9d8fb8118c2e318555438098cdf34</id>
<content type='text'>
  - return the correct version arch for all+foreign, too

The flag is interpreted at a few other places in different styles so
this commit ensures that the flag check is consistent everywhere
(checking for Same in flag style is a bit too much as it isn't used
 in combination with others anyway, but who knows and just for
 consistency)</content>
</entry>
<entry>
<title>if multi-arch is detected ensure that pkg:all is reported as pkg:all</title>
<updated>2012-01-19T12:12:14Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-01-19T12:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3a5ec3053c00ff5db058f1ddd99bf23591b9a181'/>
<id>urn:sha1:3a5ec3053c00ff5db058f1ddd99bf23591b9a181</id>
<content type='text'>
Versions with arch:all are added to the package with the native arch,
so we can't rely on Pkg.Arch() for the architecture</content>
</entry>
<entry>
<title>* apt-pkg/deb/dpkgpm.cc:</title>
<updated>2012-01-19T11:40:38Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-01-19T11:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=67b5d3dc34e88e092c8e5f05efc82370a873c80f'/>
<id>urn:sha1:67b5d3dc34e88e092c8e5f05efc82370a873c80f</id>
<content type='text'>
  - redirect out/input of dpkg --assert-multi-arch to /dev/null</content>
</entry>
<entry>
<title>* apt-pkg/deb/dpkgpm.cc:</title>
<updated>2012-01-13T16:30:17Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-01-13T16:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=86fc2ca8909eb686e2ad751acb0f0eaf706d9d5e'/>
<id>urn:sha1:86fc2ca8909eb686e2ad751acb0f0eaf706d9d5e</id>
<content type='text'>
  - check if dpkg supports multiarch with --assert-multi-arch
    and if it does be always explicit about the architecture</content>
</entry>
</feed>
