<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian, branch 1.1_exp16</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1_exp16</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1_exp16'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-11-24T20:29:56Z</updated>
<entry>
<title>releasing package apt version 1.1~exp16</title>
<updated>2015-11-24T20:29:56Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-11-24T20:29:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b52c3af4f970349747e362fdb19a4253c825a08b'/>
<id>urn:sha1:b52c3af4f970349747e362fdb19a4253c825a08b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a few typos in code-comments/apt manpage</title>
<updated>2015-11-20T08:46:18Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-11-20T08:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=89497574da3dd40076d955efc936b54e76a8c59c'/>
<id>urn:sha1:89497574da3dd40076d955efc936b54e76a8c59c</id>
<content type='text'>
Reported-By: codespell
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>do not rerun ./configure causing FTCBFS with newer autotools-dev</title>
<updated>2015-11-19T22:38:49Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-11-19T21:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=520624d562e54e8e2c0191fae723e668e3ece6b4'/>
<id>urn:sha1:520624d562e54e8e2c0191fae723e668e3ece6b4</id>
<content type='text'>
If the config.{sub,guess} files we linked in were newer than our
configure script we ended up recreating configure and then rerun it
without all the configuration options which were (potentially) present
for a previous run.

We avoid this by changing to the same ruleset as in the debian/rules
file which compares the config.* files against a stamp file rather than
the configure script itself as its the configuration itself which
depends on all scripts, not configure on the config scripts.

While at it, we also drop the 'make -s dirs' call as we don't need to do
it explicitly here as proper dependencies will take care of it.

Thanks: Helmut Grohne for the detailed bugreport.
Closes: 804923
</content>
</entry>
<entry>
<title>update libapt-{pkg,inst} symbols files</title>
<updated>2015-11-19T21:38:44Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-11-19T21:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=033752214285a40f21f1ceb00a9e0b68ec8fc84f'/>
<id>urn:sha1:033752214285a40f21f1ceb00a9e0b68ec8fc84f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>releasing package apt version 1.1~exp15</title>
<updated>2015-11-11T16:48:48Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-11-11T16:48:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2ff2a12a0967da0bcda4e45146f39826558ffb6c'/>
<id>urn:sha1:2ff2a12a0967da0bcda4e45146f39826558ffb6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unbreak the copy-method claiming hashsum mismatch since ~exp9</title>
<updated>2015-11-04T17:04:00Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-10-11T11:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=af9e40c9bfb353b8aea1e2621b3b5a8c1c1db4bd'/>
<id>urn:sha1:af9e40c9bfb353b8aea1e2621b3b5a8c1c1db4bd</id>
<content type='text'>
Commit 653ef26c70dc9c0e2cbfdd4e79117876bb63e87d broke the camels back in
sofar that everything works in terms of our internal use of copy:/, but
external use is completely destroyed. This is kinda the reverse of what
happened in "parallel" in the sid branch, where external use was mostly
fine, internal and external exploded on the GzipIndexes option.

We fix this now by rewriting our internal use by letting copy:/ only do
what the name suggests it does: Copy files and not uncompress them
on-the-fly. Then we teach copy and the uncompressors how to deal with
/dev/null and use it as destination file in case we don't want to store
the uncompressed files on disk.

Closes: 799158
</content>
</entry>
<entry>
<title>orderlist: Replace qsort() by thread-safe std::sort()</title>
<updated>2015-10-30T14:35:57Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-10-23T15:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7d70f7993e2e6e465ac216bc21ec15ed7b7d9ff5'/>
<id>urn:sha1:7d70f7993e2e6e465ac216bc21ec15ed7b7d9ff5</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>algorithms: Replace qsort() by thread-safe std::sort()</title>
<updated>2015-10-30T14:35:52Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-10-23T15:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f1f9f9bfec4c2ad664698a026773276b0b5a4ac8'/>
<id>urn:sha1:f1f9f9bfec4c2ad664698a026773276b0b5a4ac8</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>releasing 1.1~exp14</title>
<updated>2015-10-20T17:30:02Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-10-20T17:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6586d1dbdbbd19b53ce6f348ea3643f42da354eb'/>
<id>urn:sha1:6586d1dbdbbd19b53ce6f348ea3643f42da354eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>releasing package apt version 1.1~exp13</title>
<updated>2015-10-05T16:30:30Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-10-05T16:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ebd8621e5b18446dd251e90f79aa7576c6cb83b2'/>
<id>urn:sha1:ebd8621e5b18446dd251e90f79aa7576c6cb83b2</id>
<content type='text'>
</content>
</entry>
</feed>
