<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-private, branch 1.2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-01-14T16:33:58Z</updated>
<entry>
<title>delay build-dep variable initialisation until needed</title>
<updated>2016-01-14T16:33:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-01-12T10:12:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fa47f406cf434e175885c5920175c0cedcd62746'/>
<id>urn:sha1:fa47f406cf434e175885c5920175c0cedcd62746</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>mark not-declared helper function for showsrc as static</title>
<updated>2016-01-14T16:33:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-01-14T16:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f19525d509d45790ae1adcd126c06431aecf522c'/>
<id>urn:sha1:f19525d509d45790ae1adcd126c06431aecf522c</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>Do not show multiple identical apt-cache showsrc entries</title>
<updated>2016-01-14T08:28:47Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2016-01-14T08:28:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b0ce7c65309585d4b9752bb571a0e616036eb162'/>
<id>urn:sha1:b0ce7c65309585d4b9752bb571a0e616036eb162</id>
<content type='text'>
Closes: #734922
</content>
</entry>
<entry>
<title>AUTHORS: Update: I am active, bubulle is not</title>
<updated>2016-01-12T10:27:13Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-12T10:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fe4a53782211c459e8a50654055ad4f797ad1f3b'/>
<id>urn:sha1:fe4a53782211c459e8a50654055ad4f797ad1f3b</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Sort the list of sources to be built and linked</title>
<updated>2016-01-11T16:46:41Z</updated>
<author>
<name>Mattia Rizzolo</name>
<email>mattia@debian.org</email>
</author>
<published>2016-01-09T10:45:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=831ea74cddf8568b8648edddb394fdd3d1ba7b8e'/>
<id>urn:sha1:831ea74cddf8568b8648edddb394fdd3d1ba7b8e</id>
<content type='text'>
Fix reproducibility issue due to readdir() order by sorting
the list of sources to be built and linked.

[jak@debian.org: Added summary and fixed typo]

Closes: #810509
</content>
</entry>
<entry>
<title>search: Handle packages without description</title>
<updated>2016-01-11T16:41:16Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-11T16:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ace5a062fc5390e636b09c5684bfbeae755cf437'/>
<id>urn:sha1:ace5a062fc5390e636b09c5684bfbeae755cf437</id>
<content type='text'>
If a package has no description, we would crash in search. While
this should not happen, there seem to be some weird cases where
it does.

A safer way might be to make the whole parser thing safe
against this, so pkgRecords::Lookup(Desc.FileList()) works
and returns a parser where all values are empty. This would
also fix all other instances of this bug, if there are any.

Closes: #810622
</content>
</entry>
<entry>
<title>apt-helper: cat-file: Add -C/--compress option</title>
<updated>2016-01-07T14:51:00Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-07T14:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=df46a87ab6b67019277884f7ae990af26080280d'/>
<id>urn:sha1:df46a87ab6b67019277884f7ae990af26080280d</id>
<content type='text'>
This allows passing compressing the output. The compressor must
be a compressor name, extension, or an extension without the
leading dot.
</content>
</entry>
<entry>
<title>Add new APT::Keep-Downloaded-Packages option</title>
<updated>2016-01-02T21:18:13Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2016-01-02T21:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ee02b5b3949372a178d37cadaa08db0bfd5b991f'/>
<id>urn:sha1:ee02b5b3949372a178d37cadaa08db0bfd5b991f</id>
<content type='text'>
This option controls if downloaded packages should be kept after
a successful install or if they should be deleted. The default
for "apt-get" is that they are kept (just like before).

However the default for "apt" is that they get deleted.

Closes: #160743
</content>
</entry>
<entry>
<title>fail installing build-deps if parsing them failed</title>
<updated>2016-01-02T15:19:40Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-30T20:51:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5f1b8fadbba7108ba20bd07c7479eb5e5704308e'/>
<id>urn:sha1:5f1b8fadbba7108ba20bd07c7479eb5e5704308e</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>ensure we got a lock in clean operation</title>
<updated>2015-12-23T16:48:16Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-23T16:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8d968cc2d1e11da81f3bab878c1a413a97ca27ed'/>
<id>urn:sha1:8d968cc2d1e11da81f3bab878c1a413a97ca27ed</id>
<content type='text'>
We try to acquired the locks, but we didn't stop if we failed to get it…

Closes: 808561
</content>
</entry>
</feed>
