<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-private, branch 1.0.9.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-11-10T16:23:29Z</updated>
<entry>
<title>reenable support for -s (and co) in apt-get source</title>
<updated>2014-11-10T16:23:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-10-18T12:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8cc3535f2cdcfe1301b641dae8dfadf99658c732'/>
<id>urn:sha1:8cc3535f2cdcfe1301b641dae8dfadf99658c732</id>
<content type='text'>
The conversion to accept only relevant options for commands has
forgotten another one, so adding it again even through the usecase might
very well be equally good served by --print-uris.

Closes: 742578
</content>
</entry>
<entry>
<title>generalize Acquire::GzipIndex</title>
<updated>2014-09-21T08:18:03Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-09-21T08:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b0f4b486e6850c5f98520ccf19da71d0ed748ae4'/>
<id>urn:sha1:b0f4b486e6850c5f98520ccf19da71d0ed748ae4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't call pager in non-terminals for changelog</title>
<updated>2014-09-09T11:52:32Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-09-09T11:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=22da5c135a74eee8ed998806136e25b8ed038bd0'/>
<id>urn:sha1:22da5c135a74eee8ed998806136e25b8ed038bd0</id>
<content type='text'>
Most pagers are nice and default to running non-interactively if they
aren't connected to a terminal and we relied on that. On ci.debian.net
the configured pager is printing a header out of nowhere though, so if
we are printing to a non-terminal we call "cat" instead.

In the rework we also "remove" the dependency on sensible-utils in sofar
as we call some alternatives if calling the utils fail.

This seems to be the last problem preventing a "PASS" status on
ci.debian.net, so we close the associated bugreport.

Closes: 755040
</content>
</entry>
<entry>
<title>make GetLocalitySortedVersionSet more generic</title>
<updated>2014-09-07T17:27:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-09-02T16:20:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25594bb5bddc031afc4d62f3164cd9116d778517'/>
<id>urn:sha1:25594bb5bddc031afc4d62f3164cd9116d778517</id>
<content type='text'>
No reason in and of by itself at the moment, but prepares for the goal
of having 'apt search' and 'apt-cache search' using the same code now
that they at least support the same stuff. The 'apt' code is just a
multitude slower at the moment…

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>implement --full in apt search</title>
<updated>2014-09-07T17:27:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-09-02T12:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1a68655de92fd036ebc7c920bc2e5e88c54eb34e'/>
<id>urn:sha1:1a68655de92fd036ebc7c920bc2e5e88c54eb34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use a format string in ListSingleVersion</title>
<updated>2014-09-07T17:27:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-09-01T19:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2409df55f65c4937ceda21ba069eec769af9e460'/>
<id>urn:sha1:2409df55f65c4937ceda21ba069eec769af9e460</id>
<content type='text'>
The method already deals with a format string, but had an else path
doing a hardcoded format as well. This is changed now to use the same
code for both - the format in the second case is still fixed though.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>skip version if we already have this package as search-result</title>
<updated>2014-09-07T17:23:28Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-09-01T17:09:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=206b6bb3ec7d4cf45f3ae67e6d317f1da63f5b98'/>
<id>urn:sha1:206b6bb3ec7d4cf45f3ae67e6d317f1da63f5b98</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>support regular expressions in 'apt search'</title>
<updated>2014-09-07T17:23:28Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-08-30T09:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=859093dae7dcadaff2e15a3885a1824b0d5f5913'/>
<id>urn:sha1:859093dae7dcadaff2e15a3885a1824b0d5f5913</id>
<content type='text'>
apt-cache search supported this since ever and in the code for apt was a
fixme indicating this should be added here as well, so here we go.
</content>
</entry>
<entry>
<title>Ensure we have a Policy in CacheFile.BuildDepCache()</title>
<updated>2014-09-05T10:50:15Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-09-05T10:50:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=592d06b6f3c2ef2ae47c38005ae3c4e96a0841f2'/>
<id>urn:sha1:592d06b6f3c2ef2ae47c38005ae3c4e96a0841f2</id>
<content type='text'>
This partly reverts d059cc2 and fixes bug #753297 in a more
general way by ensuring that CacheFile.BuildDepCache() builds
a pkgPolicy if there isn't one already.
</content>
</entry>
<entry>
<title>Fix incorrect upgradable listing in "apt list" (thanks to Michael Musenbrock)</title>
<updated>2014-09-05T10:05:21Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-09-05T10:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d059cc2668f284a7db77a15d1d742326d464e963'/>
<id>urn:sha1:d059cc2668f284a7db77a15d1d742326d464e963</id>
<content type='text'>
The "apt list" command was using only the pkgDepCache but not the
pkgPolicy to figure out if a package is upgradable. This lead to
incorrect display of upgradable package when the user used the
policy to pin-down packages. Thanks to Michael Musenbrock for the
initial patch.

Closes: #753297
</content>
</entry>
</feed>
