<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.9.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.9.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.9.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2019-09-19T09:14:24Z</updated>
<entry>
<title>Release 1.9.4</title>
<updated>2019-09-19T09:14:24Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-09-19T09:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=534b12f4b47192bd20ea2147311bda58f92005e2'/>
<id>urn:sha1:534b12f4b47192bd20ea2147311bda58f92005e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix use of GTest to adjust for GTest 1.9</title>
<updated>2019-09-19T09:11:18Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-09-19T09:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25006573002971500d1501331716e9ca348f815f'/>
<id>urn:sha1:25006573002971500d1501331716e9ca348f815f</id>
<content type='text'>
GTest 1.9 uses a variable defined in the parent directory, thus
failing to configure. Configure the project in the parent directory
instead.
</content>
</entry>
<entry>
<title>Pass --abort-after=1 to dpkg when using --force-depends</title>
<updated>2019-09-19T08:37:55Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-09-19T08:16:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8a54113d450140bd6b158cb05473cacca859a54d'/>
<id>urn:sha1:8a54113d450140bd6b158cb05473cacca859a54d</id>
<content type='text'>
Using --force-depends causes dpkg to continue removing packages
a package depends upon even if that package fails to be removed,
because dpkg turns off all sanity checks. So we gotta tell dpkg
to stop immediately if there's an error removing stuff.

Closes: #935910
LP: #1844634
</content>
</entry>
<entry>
<title>srvrec: Use re-entrant resolver functions</title>
<updated>2019-08-22T11:11:00Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-22T11:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b9127ca07c37288f16b1fdc267d3f106721ed301'/>
<id>urn:sha1:b9127ca07c37288f16b1fdc267d3f106721ed301</id>
<content type='text'>
This should probably make those functions thread-safe, which
might be useful for some external users.
</content>
</entry>
<entry>
<title>apt.systemd.daily: Do not numerically check if intervals equal 0</title>
<updated>2019-08-22T07:10:16Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-22T07:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=489da40d56075efaa28bfdcfb7b02b3bcc222323'/>
<id>urn:sha1:489da40d56075efaa28bfdcfb7b02b3bcc222323</id>
<content type='text'>
Commit 1d9e29c9e2a5591b42a99a721b901fc003ed9149 added support
for suffixes to to intervals, but did not adjust the code to
actually support them by replacing -eq with =.

LP: #1840995
</content>
</entry>
<entry>
<title>CMake: Produce a fatal error if triehash could not be found</title>
<updated>2019-08-21T20:45:52Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-21T20:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1aa26d01a9654bdb73ca54d4bb34ff8855723a93'/>
<id>urn:sha1:1aa26d01a9654bdb73ca54d4bb34ff8855723a93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Pass -Werror=return-type to gcc</title>
<updated>2019-08-21T20:40:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-21T20:40:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=eea584e84a0935a35ff31192c0386e2668cd7df3'/>
<id>urn:sha1:eea584e84a0935a35ff31192c0386e2668cd7df3</id>
<content type='text'>
In C++, this warns about not returning in a function not returning
void, which is undefined behavior and causes weird crashes. Make it
an error.
</content>
</entry>
<entry>
<title>Release 1.9.3</title>
<updated>2019-08-19T14:22:15Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-19T14:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1eeacf3a51dbd7ddfc552919fc9dd3d498a9f971'/>
<id>urn:sha1:1eeacf3a51dbd7ddfc552919fc9dd3d498a9f971</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/po4a: Fixup location of translated apt-patterns(7) xml</title>
<updated>2019-08-19T14:20:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-19T14:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=65ff4c3a8a197f294ae5d70432a96493443bf02a'/>
<id>urn:sha1:65ff4c3a8a197f294ae5d70432a96493443bf02a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pu/patterns' into 'master'</title>
<updated>2019-08-19T14:15:49Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2019-08-19T14:15:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=de951e5619f55c8281389a5c5986792f5453e602'/>
<id>urn:sha1:de951e5619f55c8281389a5c5986792f5453e602</id>
<content type='text'>
Package patterns

See merge request apt-team/apt!74</content>
</entry>
</feed>
