<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/deb/dpkgpm.cc, branch 1.1.exp1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.exp1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.exp1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-06-18T13:05:32Z</updated>
<entry>
<title>readd pkgPackageManager::Go() to not break API</title>
<updated>2014-06-18T13:05:32Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-06-18T13:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9eb0042bef1f1b6b1603fb234cdbc53fc76b2ce7'/>
<id>urn:sha1:9eb0042bef1f1b6b1603fb234cdbc53fc76b2ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2014-06-18T06:32:47Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-06-18T06:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=aa0bd601ea3db281187275bbbece760d85ff29d9'/>
<id>urn:sha1:aa0bd601ea3db281187275bbbece760d85ff29d9</id>
<content type='text'>
Conflicts:
	debian/changelog
</content>
</entry>
<entry>
<title>Fix warning about uninitialized variable</title>
<updated>2014-05-28T08:00:52Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-28T08:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b29599105ed9a5bb38b55cb066ef81256d66be41'/>
<id>urn:sha1:b29599105ed9a5bb38b55cb066ef81256d66be41</id>
<content type='text'>
Reported-By: clang++ -Werror
</content>
</entry>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2014-05-07T15:55:10Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-07T15:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=38d2959ffb8c6f5f291b2910014a67b1b352ab4c'/>
<id>urn:sha1:38d2959ffb8c6f5f291b2910014a67b1b352ab4c</id>
<content type='text'>
Conflicts:
	apt-pkg/cachefilter.h
	apt-pkg/contrib/fileutl.cc
	apt-pkg/contrib/netrc.h
	apt-pkg/deb/debsrcrecords.cc
	apt-pkg/init.h
	apt-pkg/pkgcache.cc
	debian/apt.install.in
	debian/changelog
</content>
</entry>
<entry>
<title>Only do openpty() if both stdin/stdout are terminals</title>
<updated>2014-04-30T15:04:29Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-30T15:04:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a11f6c973bc0dc226d8953e3edb6333d526c3143'/>
<id>urn:sha1:a11f6c973bc0dc226d8953e3edb6333d526c3143</id>
<content type='text'>
Closes: 746434
</content>
</entry>
<entry>
<title>reduce delta from ubuntu</title>
<updated>2014-04-25T12:50:39Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-25T12:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6c50447eb443768764f83b3ba86ef32780ba6dde'/>
<id>urn:sha1:6c50447eb443768764f83b3ba86ef32780ba6dde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()</title>
<updated>2014-04-01T10:17:17Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-04-01T10:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=26b3ade25dc90ab9288fcdd19af747eb62743013'/>
<id>urn:sha1:26b3ade25dc90ab9288fcdd19af747eb62743013</id>
<content type='text'>
If a external command closes the PIPE unexpectedly, do not crash
in pkgDPkgPM::RunScriptsWithPkgs but ignore the SIGPIPE.
</content>
</entry>
<entry>
<title>Add new Debug::RunScripts option</title>
<updated>2014-04-01T10:16:03Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-04-01T09:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e5b7e019232f89a97e8ba3cbffa295595daa0351'/>
<id>urn:sha1:e5b7e019232f89a97e8ba3cbffa295595daa0351</id>
<content type='text'>
This debug option will display all scripts that are run
by apts RunScripts and RunScriptsWithPkgs helpers.
</content>
</entry>
<entry>
<title>ensure proper teardown in dpkg error cases</title>
<updated>2014-03-22T20:48:49Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-22T20:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d151adbf2cc4d23c240c6c4fcfbfda439a98c36f'/>
<id>urn:sha1:d151adbf2cc4d23c240c6c4fcfbfda439a98c36f</id>
<content type='text'>
We have to properly close our pseudo terminals even in error cases
before we call post-invoke scripts. This is done now by breaking from
the dpkg calling loop instead of copying the handling, which did it in
the wrong order before.

This also ensures that our state file is written in error cases to
record autobit and co as this was forgotten before.

Closes: 738969
</content>
</entry>
<entry>
<title>cleanup headers and especially #includes everywhere</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-05T21:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=453b82a388013e522b3a1b9fcd6ed0810dab1f4f'/>
<id>urn:sha1:453b82a388013e522b3a1b9fcd6ed0810dab1f4f</id>
<content type='text'>
Beside being a bit cleaner it hopefully also resolves oddball problems
I have with high levels of parallel jobs.

Git-Dch: Ignore
Reported-By: iwyu (include-what-you-use)
</content>
</entry>
</feed>
