<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/policy.h, branch 1.1.exp1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.exp1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.exp1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-03-13T12:58:45Z</updated>
<entry>
<title>cleanup headers and especially #includes everywhere</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-05T21:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=453b82a388013e522b3a1b9fcd6ed0810dab1f4f'/>
<id>urn:sha1:453b82a388013e522b3a1b9fcd6ed0810dab1f4f</id>
<content type='text'>
Beside being a bit cleaner it hopefully also resolves oddball problems
I have with high levels of parallel jobs.

Git-Dch: Ignore
Reported-By: iwyu (include-what-you-use)
</content>
</entry>
<entry>
<title>revert 2184.1.2: do not pollute namespace in headers</title>
<updated>2011-12-12T23:54:37Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-12-12T23:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a4f6bdc8bd91c7282ae9ac60c44844c6f0058a65'/>
<id>urn:sha1:a4f6bdc8bd91c7282ae9ac60c44844c6f0058a65</id>
<content type='text'>
The breakage is just to big for now, so guard the change with
#ifndef APT_8_CLEANER_HEADERS and be nice to library users
</content>
</entry>
<entry>
<title>do not pollute namespace in the headers with using (Closes: #500198)</title>
<updated>2011-09-19T11:31:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-19T11:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8f3ba4e8708cb72be19dacc2af4f601ee5fea292'/>
<id>urn:sha1:8f3ba4e8708cb72be19dacc2af4f601ee5fea292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merged from debian-sid</title>
<updated>2011-06-30T08:21:55Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2011-06-30T08:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f5b622ed48fdbe235d81b61b3edd8dbb84d9cc9c'/>
<id>urn:sha1:f5b622ed48fdbe235d81b61b3edd8dbb84d9cc9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* doc/makefile:</title>
<updated>2011-06-30T07:33:19Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2011-06-30T07:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=00c6e1a3eb3d7c8890ca8861c07663f54e0900e0'/>
<id>urn:sha1:00c6e1a3eb3d7c8890ca8861c07663f54e0900e0</id>
<content type='text'>
  - create doxygen directory to avoid depending on magic (Closes: #628799)
* cmdline/apt-key:
  - explicitly state that net-update is not supported if no url is set
  - require to be root for add, rm, update and net-update
  - clarify update vs. net-update in different distros (Closes: #632043)
* debian/apt.symbols:
  - forgot 'mips' in the list for all architecture dependent symbols
  - comment out gcc-4.5 specific symbols as gcc-4.6 is now default
  - the symbol for PrintStatus() is architecture dependent
* apt-pkg/policy.cc:
  - do not segfault in pinning if a package with this name doesn't exist.
    Thanks to Ferdinand Thommes for the report!
  - Defaults is a vector of Pin not of PkgPin
  - ensure that only the first specific stanza for a package is used
  - save all stanzas which had no effect in Unmatched
  - allow package:architecure in Package:</content>
</entry>
<entry>
<title>add a first round of stuff needed for talking between APT and solvers</title>
<updated>2011-03-30T15:23:43Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-03-30T15:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6d38011bb93451dd9da3294614d821c77ac91687'/>
<id>urn:sha1:6d38011bb93451dd9da3294614d821c77ac91687</id>
<content type='text'>
based on a very early draft for EDSP by Stefano

APT can now write a scenario as well as load most stuff from it.
</content>
</entry>
<entry>
<title>* apt-pkg/policy.h:</title>
<updated>2010-07-04T12:23:20Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2010-07-04T12:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e841200b9389ffc90e290310207bcb47e8a52be2'/>
<id>urn:sha1:e841200b9389ffc90e290310207bcb47e8a52be2</id>
<content type='text'>
  - add another round of const&amp; madness as the previous round accidently
    NOT override the virtual GetCandidateVer() method (Closes: #587725)</content>
</entry>
<entry>
<title>* apt-pkg/policy.cc:</title>
<updated>2010-06-09T12:20:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2010-06-09T12:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9ee8287e5ea8a993fbb4c5beb8fe8bbddadfa7a0'/>
<id>urn:sha1:9ee8287e5ea8a993fbb4c5beb8fe8bbddadfa7a0</id>
<content type='text'>
  - get the candidate right for a not-installed pseudo package if
    his non-pseudo friend is installed</content>
</entry>
<entry>
<title>Support /etc/apt/preferences.d (Closes: #535512)</title>
<updated>2009-07-06T13:46:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2009-07-06T13:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e68ca100711326895126dc1fca86a2124a8e8d63'/>
<id>urn:sha1:e68ca100711326895126dc1fca86a2124a8e8d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* removed the pragma mess</title>
<updated>2006-10-02T14:16:54Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2006-10-02T14:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1350057372b095f718c0073a704f2c1960c04c81'/>
<id>urn:sha1:1350057372b095f718c0073a704f2c1960c04c81</id>
<content type='text'>
</content>
</entry>
</feed>
