<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian, 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-11T15:25:20Z</updated>
<entry>
<title>Release 1.3~exp2</title>
<updated>2016-06-11T15:25:20Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-06-11T15:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5ff8dd6bd1c30c29a7398e339d3bdeaffe2f4489'/>
<id>urn:sha1:5ff8dd6bd1c30c29a7398e339d3bdeaffe2f4489</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move 'dump' solver from apt-utils to apt package</title>
<updated>2016-06-08T11:07:21Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-06-07T18:08:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ab07af708e49c9219940ffd3e20a01c763267e03'/>
<id>urn:sha1:ab07af708e49c9219940ffd3e20a01c763267e03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>edsp: use a stanza based interface for solution writing</title>
<updated>2016-06-04T17:53:54Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-06-04T17:53:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=71608330b9b2bd95a0481ca53cd58b584fd61e42'/>
<id>urn:sha1:71608330b9b2bd95a0481ca53cd58b584fd61e42</id>
<content type='text'>
EDSP had a WriteSolution method to write out the entire solution based
on the inspection of a given pkgDepCache, but that is rather inflexible
both for EDSP itself and for other EDSP like-protocols. It seems better
to use a smaller scope in printing just a single stanza based on a given
version as there is more reuse potential.
</content>
</entry>
<entry>
<title>Pass -fvisibility-inlines-hidden to g++</title>
<updated>2016-06-01T14:00:46Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-06-01T12:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=addbf58217d9aa3709c48d8821b256d726aefa5b'/>
<id>urn:sha1:addbf58217d9aa3709c48d8821b256d726aefa5b</id>
<content type='text'>
This reduces the number of symbols by about 10%. Unfortunately,
it does not seem to cover all the weird std::vector and friend
template expansions.

ABI should not brake due to that change: It was never specified
before whether an inline symbol was exported or not; so no library
could rely on its presence. Instead, the symbols were exported in
each library/program needing it and and then merged into a common
one by the dynamic linker.

Also update the symbol files to account for the removed symbols.
</content>
</entry>
<entry>
<title>Add some more symbols to libapt-pkg5.0.symbols</title>
<updated>2016-06-01T13:57:50Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-06-01T12:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4e417f6222d46571833deb8adf4e725f0e6c3d38'/>
<id>urn:sha1:4e417f6222d46571833deb8adf4e725f0e6c3d38</id>
<content type='text'>
David added some more when he changed the output format for
numbers.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>use *.docs files instead of hardcoding in debian/rules</title>
<updated>2016-05-25T06:32:01Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-05-25T06:32:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cb6020cdfea3d6dec6f6ad13843ab46f0c10d562'/>
<id>urn:sha1:cb6020cdfea3d6dec6f6ad13843ab46f0c10d562</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>remove semi-support for different build-dirs</title>
<updated>2016-05-25T06:27:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-05-25T06:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a97127c3d019ee073c078dbb652a12386f58515b'/>
<id>urn:sha1:a97127c3d019ee073c078dbb652a12386f58515b</id>
<content type='text'>
The debian/rules file tries to guess in which directory it is supposed
to be building, but that guess is always ./build – if it wasn't it
would fail later as not all rules take alternatives into acount.

So, as this is clearly not used lets remove this complexity instead of
fixing it up.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>override lintian on doxygens embedded-javascript-library</title>
<updated>2016-05-24T09:06:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-05-24T07:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=83defe877fad2684179d9ddb6e2a40857c3a89e9'/>
<id>urn:sha1:83defe877fad2684179d9ddb6e2a40857c3a89e9</id>
<content type='text'>
The embedding is done completely automatic by doxygen and documented to
be that way for reasons: /usr/share/doc/doxygen/README.jquery

As we can't do anything about it, it is pointless to keep the warning.
</content>
</entry>
<entry>
<title>use https instead of git for Vcs-Git</title>
<updated>2016-05-24T08:46:48Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-05-24T08:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=30896d0137b02fc0559642a87cd524f2b6504b3c'/>
<id>urn:sha1:30896d0137b02fc0559642a87cd524f2b6504b3c</id>
<content type='text'>
Reported-By: lintian: vcs-field-uses-insecure-uri
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>remove duplicated 'the' from guides doc-base abstract</title>
<updated>2016-05-24T08:46:35Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-05-24T07:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2853201580944cb4e5a2a8a810e800e89e9a0475'/>
<id>urn:sha1:2853201580944cb4e5a2a8a810e800e89e9a0475</id>
<content type='text'>
Reported-By: lintian: spelling-error-in-doc-base-abstract-field
Git-Dch: Ignore
</content>
</entry>
</feed>
