<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/examples, branch 1.3_rc2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3_rc2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3_rc2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-08-06T20:36:02Z</updated>
<entry>
<title>CMake: Add initial support for documentation building</title>
<updated>2016-08-06T20:36:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-06T19:18:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9a2aa0e7f21ef33345f6093ca17fab97a678d543'/>
<id>urn:sha1:9a2aa0e7f21ef33345f6093ca17fab97a678d543</id>
<content type='text'>
Build HTML docbook guides (untranslated) and manual pages
(including translations). Also install the examples in the
example subdirectory.

Translation of docbook guides has not been implemented yet,
but should be easy to do. The code also needs some cleanup
to automatically detect the available translations.
</content>
</entry>
<entry>
<title>fix and document on the fly compressor config</title>
<updated>2016-05-27T12:08:44Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-05-27T10:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=124e6916b7b02984803ff8217e8163947aae2882'/>
<id>urn:sha1:124e6916b7b02984803ff8217e8163947aae2882</id>
<content type='text'>
libapt allows to configure compressors to be used by its system via
configuration implemented in 03bef78461c6f443187b60799402624326843396,
but that was never really documented and also only partly working, which
also explains why the tests weren't using it…
</content>
</entry>
<entry>
<title>mention APT::AutoRemove::{Recommends,Suggests}Important option</title>
<updated>2015-12-13T23:24:21Z</updated>
<author>
<name>Andreas Metzler</name>
<email>ametzler@bebt.de</email>
</author>
<published>2015-12-13T23:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c1ab34c75f7e98fa1a9686c7bc59e578e1ae9572'/>
<id>urn:sha1:c1ab34c75f7e98fa1a9686c7bc59e578e1ae9572</id>
<content type='text'>
Closes: 807413
</content>
</entry>
<entry>
<title>use @CHANGEPATH@ as placeholder in changelog URI templates</title>
<updated>2015-12-02T11:59:23Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-02T11:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=430481e794a3fa2e75022c67e129b54d192ad54c'/>
<id>urn:sha1:430481e794a3fa2e75022c67e129b54d192ad54c</id>
<content type='text'>
This should make it more obvious that CHANGEPATH is a placeholder which
apt will replace with a package specific path rather than a string
constant.

Mail-Reference: &lt;87d1upgvaf.fsf@deep-thought.43-1.org&gt;
Mail-Archive: https://lists.debian.org/debian-dak/2015/12/msg00005.html
</content>
</entry>
<entry>
<title>provide a public interface for acquiring changelogs</title>
<updated>2015-06-15T12:39:37Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-06-13T09:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d56e2917f27a722b54685de13aeb1bb7592fc61b'/>
<id>urn:sha1:d56e2917f27a722b54685de13aeb1bb7592fc61b</id>
<content type='text'>
Provided is a specialized acquire item which given a version can figure
out the correct URI to try by itself and if not provides an error
message alongside with static methods to get just the URI it would try
to download if it should just be displayed or similar such.

The URI is constructed as follows:
Release files can provide an URI template in the "Changelogs" field,
otherwise we lookup a configuration item based on the "Label" or
"Origin" of the Release file to get a (hopefully known) default value
for now. This template should contain the string CHANGEPATH which is
replaced with the information about the version we want the changelog
for (e.g.  main/a/apt/apt_1.1). This middleway was choosen as this path
part was consistent over the three known implementations (+1 defunct),
while the rest of the URI varies widely between them.

The benefit of this construct is that it is now easy to get changelogs
for Debian packages on Ubuntu and vice versa – even at the moment where
the Changelogs field is present nowhere. Strictly better than what
apt-get had before as it would even fail to get changelogs from
security… Now it will notice that security identifies as Origin: Debian
and pick this setting (assuming again that no Changelogs field exists).
If on the other hand security would ship its changelogs in a different
location we could set it via the Label option overruling Origin.

Closes: 687147, 739854, 784027, 787190
</content>
</entry>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2014-11-05T16:48:11Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-11-05T16:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3e68f7e41022790619c698a32390a5256fadba7c'/>
<id>urn:sha1:3e68f7e41022790619c698a32390a5256fadba7c</id>
<content type='text'>
Conflicts:
	debian/changelog
</content>
</entry>
<entry>
<title>doc/examples/configure-index: make "Dpkg::Max{Arg,ArgBytes} match reality</title>
<updated>2014-10-22T21:54:08Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-10-22T21:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ee877edd6a92c094c6e70e392f3f6e64756281e2'/>
<id>urn:sha1:ee877edd6a92c094c6e70e392f3f6e64756281e2</id>
<content type='text'>
Git-Dch: ignore
</content>
</entry>
<entry>
<title>Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}</title>
<updated>2014-10-01T11:05:26Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-10-01T10:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c99fe2e169243fc6e1a3278ce3768f0f521e260b'/>
<id>urn:sha1:c99fe2e169243fc6e1a3278ce3768f0f521e260b</id>
<content type='text'>
The configuration key Acquire::AllowInsecureRepositories controls if
apt allows loading of unsigned repositories at all.

The configuration Acquire::AllowDowngradeToInsecureRepositories
controls if a signed repository can ever become unsigned. This
should really never be needed but we provide it to avoid having
to mess around in /var/lib/apt/lists if there is a use-case for
this (which I can't think of right now).
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'mvo/debian/sid' into debian/sid</title>
<updated>2014-04-01T10:21:10Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-04-01T10:21:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a78578a9bfabf9c1b5a84e8f26fa5f193a56cb76'/>
<id>urn:sha1:a78578a9bfabf9c1b5a84e8f26fa5f193a56cb76</id>
<content type='text'>
</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>
</feed>
