<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/examples, branch 1.1.3</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.3</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.3'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-06-15T12:39:37Z</updated>
<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>
<entry>
<title>fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)</title>
<updated>2014-03-27T07:42:25Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-03-27T07:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=12c4e7c92a8909130ce9af17ef68d7383b57b1f6'/>
<id>urn:sha1:12c4e7c92a8909130ce9af17ef68d7383b57b1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in documentation (codespell)</title>
<updated>2014-02-22T17:34:33Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-22T17:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1e3f4083db29bba600b9725e9456b0e140975c99'/>
<id>urn:sha1:1e3f4083db29bba600b9725e9456b0e140975c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce a vendor system to change sources.list</title>
<updated>2013-11-30T21:15:31Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-11-30T13:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=eef71f11a5836eb82df133cb4e24cb4806642188'/>
<id>urn:sha1:eef71f11a5836eb82df133cb4e24cb4806642188</id>
<content type='text'>
Many derivatives make quiet a few simple changes to apt introducing
silly diffs just to change examples and co making it harder for
them to update apt and harder for us to merge real changes back.

First stop: doc/examples/sources.list
</content>
</entry>
<entry>
<title>fix syntax error in the configure-index</title>
<updated>2013-06-20T18:21:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-06-20T18:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=947da3eb4ecaf6b7d64bbcfb656efeff33cff58b'/>
<id>urn:sha1:947da3eb4ecaf6b7d64bbcfb656efeff33cff58b</id>
<content type='text'>
The file isn't supposed to be a valid config file, but it should
show valid syntax non-the-less.

Git-Dch: Ignore
</content>
</entry>
</feed>
