<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/vendor/debian, branch 2.5.5</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.5.5</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.5.5'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2022-06-24T23:01:10Z</updated>
<entry>
<title>Switch from "security.d.o" to "deb.d.o" (matching bullseye release notes)</title>
<updated>2022-06-24T23:01:10Z</updated>
<author>
<name>Tianon Gravi</name>
<email>tianon@debian.org</email>
</author>
<published>2022-06-24T23:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=446966da35828137be86d388105699b9ddff94be'/>
<id>urn:sha1:446966da35828137be86d388105699b9ddff94be</id>
<content type='text'>
Also, this adds "SUITE-updates", which helps show off one of the smaller benefits of deb822-style sources.list (less duplication).
</content>
</entry>
<entry>
<title>vendor: Adjust Debian -security codename</title>
<updated>2021-01-24T12:27:42Z</updated>
<author>
<name>Wolfgang Schweer</name>
<email>wschweer@arcor.de</email>
</author>
<published>2021-01-24T12:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=30677dfca7a3ff77cb218e6b65576e4dec8626bb'/>
<id>urn:sha1:30677dfca7a3ff77cb218e6b65576e4dec8626bb</id>
<content type='text'>
Signed-off-by: Wolfgang Schweer &lt;wschweer@arcor.de&gt;
</content>
</entry>
<entry>
<title>Bump codenames to bullseye/hirsute and adjust -security codename</title>
<updated>2021-01-07T11:18:59Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-07T11:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7ad5d4a7cc9f43fe84c51cd23d5440a3c8c3774d'/>
<id>urn:sha1:7ad5d4a7cc9f43fe84c51cd23d5440a3c8c3774d</id>
<content type='text'>
Closes: #969932
</content>
</entry>
<entry>
<title>Switch documentation from httpredir.d.o to deb.d.o</title>
<updated>2016-08-29T13:09:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-29T13:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=30749ef1edb33a91401bd7e4da7a4474e7bc2f6a'/>
<id>urn:sha1:30749ef1edb33a91401bd7e4da7a4474e7bc2f6a</id>
<content type='text'>
The CDN service deb.d.o is more reliable than the http
redirector, so switch to it for our examples.
</content>
</entry>
<entry>
<title>deprecate 'apt-key update' and no-op it in Debian</title>
<updated>2016-07-01T22:03:20Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-07-01T21:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f4dcab0504a68595d9e95c953ce66f46f9ad30aa'/>
<id>urn:sha1:f4dcab0504a68595d9e95c953ce66f46f9ad30aa</id>
<content type='text'>
Debian isn't using 'update' anymore for years and the command is in
direct conflict with our goal of not requiring gnupg anymore, so it
is high time to officially declare this command as deprecated.
</content>
</entry>
<entry>
<title>evaluate sourceslist-list-format entity in vendors sources.list</title>
<updated>2016-01-14T16:33:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-01-14T13:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7fa4f5e12261d39666283051956d9e1f78eb609b'/>
<id>urn:sha1:7fa4f5e12261d39666283051956d9e1f78eb609b</id>
<content type='text'>
Parsing XML entity files in shell isn't exactly nice and causing the
substitution with a while-read loop isn't either, but it seems to be
good enough for the moment without changing too much.

Thanks: Niels Thykier for reporting on IRC
</content>
</entry>
<entry>
<title>bring back deb822 sources.list entries as .sources</title>
<updated>2015-08-10T15:25:26Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-06-21T21:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=81460e32961bb0b9922bf8a1a27d87705d8c3e51'/>
<id>urn:sha1:81460e32961bb0b9922bf8a1a27d87705d8c3e51</id>
<content type='text'>
Having two different formats in the same file is very dirty and causes
external tools to fail hard trying to parse them. It is probably not a
good idea for them to parse them in the first place, but they do and we
shouldn't break them if there is a better way.

So we solve this issue for now by giving our deb822 format a new
filename extension ".sources" which unsupporting applications are likely
to ignore an can begin gradually moving forward rather than waiting for
the unknown applications to catch up.

Currently and for the forseeable future apt is going to support both
with the same feature set as documented in the manpage, with the
longtime plan of adopting the 'new' format as default, but that is a
long way to go and might get going more from having an easier time
setting options than from us pushing it explicitely.
</content>
</entry>
<entry>
<title>autogenerate makefile for vendor system</title>
<updated>2014-03-13T12:57:34Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-23T23:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fa19cc9573aac19cfbf43364d4b5660c9ab645bc'/>
<id>urn:sha1:fa19cc9573aac19cfbf43364d4b5660c9ab645bc</id>
<content type='text'>
It can be useful to have a whole makefile available for vendor setup,
but by providing a basic one we can deal with the simple cases more
easily (and changes to the system are presumably easier).
</content>
</entry>
<entry>
<title>improve clean for auto-generated sources.list</title>
<updated>2014-02-22T17:22:04Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-22T17:22:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5077916ef802948e6a3faab95b2d2a975438ec26'/>
<id>urn:sha1:5077916ef802948e6a3faab95b2d2a975438ec26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove auto-generated apt-key and sources.list on clean (closes: 739749)</title>
<updated>2014-02-22T17:07:57Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-22T17:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=46a78c652d80818b4643c471432ae961b1ca5bd9'/>
<id>urn:sha1:46a78c652d80818b4643c471432ae961b1ca5bd9</id>
<content type='text'>
</content>
</entry>
</feed>
