<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian, branch 1.2_exp1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.2_exp1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.2_exp1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-01-08T20:45:31Z</updated>
<entry>
<title>Release 1.2~exp1</title>
<updated>2016-01-08T20:45:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-08T20:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=68e07cd093da75f42a240343c6f707da185fb33b'/>
<id>urn:sha1:68e07cd093da75f42a240343c6f707da185fb33b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Break apt-file (&lt;&lt; 3.0~exp1~)</title>
<updated>2016-01-08T20:40:38Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-08T20:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=79adeafe8c7459787506a32735d3dba363230104'/>
<id>urn:sha1:79adeafe8c7459787506a32735d3dba363230104</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Install bash completion with correct name</title>
<updated>2016-01-08T20:37:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-08T20:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7f1614554c421905a946dff3b3082ed6af7d468c'/>
<id>urn:sha1:7f1614554c421905a946dff3b3082ed6af7d468c</id>
<content type='text'>
Move the completion to completions/bash/apt and install all
bash completions from completions/bash.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>libapt-pkg5.0: Add Breaks appstream (&lt;&lt; 0.9.0-3~)</title>
<updated>2016-01-08T20:23:24Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-08T20:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9e7783f64b9db3a1b14d84c1b791a283013356b6'/>
<id>urn:sha1:9e7783f64b9db3a1b14d84c1b791a283013356b6</id>
<content type='text'>
This ensures that a compatible version of appstream is
installed, that is, one that disables lz4 compression
for its data.
</content>
</entry>
<entry>
<title>NEWS: Document recompression of indices</title>
<updated>2016-01-08T19:45:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-01-08T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=077cb5273b2d6f8d2193e80242cc80419d769a12'/>
<id>urn:sha1:077cb5273b2d6f8d2193e80242cc80419d769a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FileFd: (native) LZ4 support</title>
<updated>2016-01-07T13:28:27Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T23:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e3fbd54cee3fffecbf4f7c384e0aad715fc68218'/>
<id>urn:sha1:e3fbd54cee3fffecbf4f7c384e0aad715fc68218</id>
<content type='text'>
Implement native support for LZ4 compression, using the official
lz4 library.
</content>
</entry>
<entry>
<title>Document new APT::Keep-Downloaded-Packages option in NEWS</title>
<updated>2016-01-05T18:36:02Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2016-01-05T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5ef35b188f3f35ab948da87e78bc6255ebf9d658'/>
<id>urn:sha1:5ef35b188f3f35ab948da87e78bc6255ebf9d658</id>
<content type='text'>
Git-Dch: ignore
</content>
</entry>
<entry>
<title>Allow building without libgtest-dev under &lt;nocheck&gt; build profile</title>
<updated>2016-01-03T14:10:05Z</updated>
<author>
<name>Helmut Grohne</name>
<email>helmut@subdivi.de</email>
</author>
<published>2016-01-03T14:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=084faf6a41eaf7f0fb52c0210b0cc7fbf22a7ac6'/>
<id>urn:sha1:084faf6a41eaf7f0fb52c0210b0cc7fbf22a7ac6</id>
<content type='text'>
I'd like to avoid pulling libgtest-dev into the bootstrap set.

Fortunately, libgtest-dev is only used for testing apt and apt
correctly implements DEB_BUILD_OPTIONS=nocheck now. So this
bug is about getting rid of the Build-Depends.

Simply removing it (by adding a build profile) is not sufficient
however as configure fails hard, so an additional bit is necessary
to cover for that.

Closes: #809726
</content>
</entry>
<entry>
<title>Add bash-completion support for the "apt" command</title>
<updated>2016-01-02T20:44:46Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2016-01-02T20:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=bd8274311db48fdcc78456c17c2d59497b96cc2f'/>
<id>urn:sha1:bd8274311db48fdcc78456c17c2d59497b96cc2f</id>
<content type='text'>
The apt bash-completion support was submited to the bash-completion
package as a patch in May 2014. It is still not included to this
date and because it is an important feature for many users it is
now part of apt until the bash-completion package is mantained
more actively again.

Note that the "Relaces" line is only required for Ubuntu it will
have no effect on Debian.

Closes: #747094
</content>
</entry>
<entry>
<title>Add support for APT::Periodic::CleanInterval</title>
<updated>2016-01-02T20:27:38Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2016-01-02T20:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=73d52d65816491c0dd8815f393c238f599fea21e'/>
<id>urn:sha1:73d52d65816491c0dd8815f393c238f599fea21e</id>
<content type='text'>
In order to allow regular cleaning of the downloaded deb archives
the new option APT::Periodic::CleanInterval is added. It will run
"apt-get clean" in the given time interval.

Thanks: Martin-Éric Racine
</content>
</entry>
</feed>
