<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian/control, branch 1.8.0_alpha2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.8.0_alpha2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.8.0_alpha2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2018-10-22T09:38:11Z</updated>
<entry>
<title>Break pre-gcc8 aptitude and apt</title>
<updated>2018-10-22T09:38:11Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-10-22T09:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a18f38976d3544477f7450aa4265397db9b62cc6'/>
<id>urn:sha1:a18f38976d3544477f7450aa4265397db9b62cc6</id>
<content type='text'>
gcc 8 broke the ABI again. After they decided to switch mangling of ABI tags in return values from:

 U URI::operator std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;[abi:cxx11]()
to:
 U URI::operator std::__cxx11::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;()

in gcc 7, they now removed the legacy symbol in gcc 8, causing us to break our ABI in turn
for that one operator. We need more responsible gcc developers.

Closes: #911090
</content>
</entry>
<entry>
<title>Build with cmake+ninja instead of cmake+make</title>
<updated>2018-04-17T14:35:25Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-04-17T14:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=668553634463bd69291db42bfd825684aef991c3'/>
<id>urn:sha1:668553634463bd69291db42bfd825684aef991c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pu/zstd' into 'master'</title>
<updated>2018-04-15T18:57:53Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2018-04-15T18:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1cbb4c95f3fdd0872a7f1cb0f970f50a68c13959'/>
<id>urn:sha1:1cbb4c95f3fdd0872a7f1cb0f970f50a68c13959</id>
<content type='text'>
pu/zstd

See merge request apt-team/apt!8</content>
</entry>
<entry>
<title>set our two libapt libraries to prio:optional</title>
<updated>2018-04-07T12:35:40Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2018-02-27T17:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c6c6c8fe9343bf515fbf2bc01a1296bc3b75da25'/>
<id>urn:sha1:c6c6c8fe9343bf515fbf2bc01a1296bc3b75da25</id>
<content type='text'>
The override file already implements this, so we just adapt to reality.

Reported-By: lintian excessive-priority-for-library-package
</content>
</entry>
<entry>
<title>apt-pkg: Add support for zstd</title>
<updated>2018-03-12T07:56:59Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-03-08T08:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4de4200ec2717e777bbf99ed82d1b4344f078ec2'/>
<id>urn:sha1:4de4200ec2717e777bbf99ed82d1b4344f078ec2</id>
<content type='text'>
zstd is a compression algorithm developed by facebook. At level 19,
it is about 6% worse in size than xz -6, but decompression is multiple
times faster, saving about 40% install time, especially with eatmydata
on cloud instances.
</content>
</entry>
<entry>
<title>Point people to salsa.d.o instead of anonscm.d.o for git</title>
<updated>2018-01-18T14:39:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-01-18T14:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0f16676cd73cfd3858039d4e4e337513e7466725'/>
<id>urn:sha1:0f16676cd73cfd3858039d4e4e337513e7466725</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop obsolete Suggests on python-apt</title>
<updated>2018-01-18T13:46:07Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-01-18T13:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8aae95a7f87a50d1eeb3c4720556a117ec1f59d9'/>
<id>urn:sha1:8aae95a7f87a50d1eeb3c4720556a117ec1f59d9</id>
<content type='text'>
This has not been used for a while. It was added for apt-mark
in 7b4159cf2a4b7de10622c7e4e29247067358a3ab, but apt-mark has
been rewritten in C++ quite some time ago.

Closes: #887607
</content>
</entry>
<entry>
<title>Run wrap-and-sort</title>
<updated>2017-11-19T13:36:52Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-11-19T13:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5f6da84bb94509fe2e3577ab002a31a0ab0cf880'/>
<id>urn:sha1:5f6da84bb94509fe2e3577ab002a31a0ab0cf880</id>
<content type='text'>
Clean up the control file a bit.
</content>
</entry>
<entry>
<title>Add Breaks: aptitude (&lt;&lt; 0.8.10) for gzip method removal</title>
<updated>2017-11-15T23:17:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-11-15T23:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e15d2e70447fc222cfde579e91903b22e2209ebf'/>
<id>urn:sha1:e15d2e70447fc222cfde579e91903b22e2209ebf</id>
<content type='text'>
aptitude used to use gzip:// for changelog URLs, but is now
fixed to use store.
</content>
</entry>
<entry>
<title>[amend] Use a versioned breaks for a-t-https in apt</title>
<updated>2017-11-05T14:40:13Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-11-05T14:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=32b39bf5c9210ad49ad66d620f78f83240b0bb4c'/>
<id>urn:sha1:32b39bf5c9210ad49ad66d620f78f83240b0bb4c</id>
<content type='text'>
We need to use a versioned breaks again, otherwise the
transitional package would not be installable.

Gbp-Dch: ignore
</content>
</entry>
</feed>
