<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/apt-verbatim.ent, branch 2.9.1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.9.1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.9.1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2024-04-14T16:53:42Z</updated>
<entry>
<title>Release 2.9.1</title>
<updated>2024-04-14T16:53:42Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-14T16:53:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=604f5f3035c552b36fce01900e0790e4e7384cf4'/>
<id>urn:sha1:604f5f3035c552b36fce01900e0790e4e7384cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.9.0</title>
<updated>2024-04-12T18:26:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-12T18:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=106fd5d3fdfd018a671b72cbc61e8c73ede621df'/>
<id>urn:sha1:106fd5d3fdfd018a671b72cbc61e8c73ede621df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.7.14</title>
<updated>2024-03-22T10:15:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-03-22T10:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=db797312548f6e7d6d1d1faa9f1e48c1e521d290'/>
<id>urn:sha1:db797312548f6e7d6d1d1faa9f1e48c1e521d290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.7.13</title>
<updated>2024-02-28T18:51:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-28T18:51:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=09092ad336e9f8a64ee59794fdc301a74238fe1c'/>
<id>urn:sha1:09092ad336e9f8a64ee59794fdc301a74238fe1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show correct location of configure-index in man page</title>
<updated>2024-02-20T20:23:21Z</updated>
<author>
<name>Wesley Schwengle</name>
<email>wesleys@opperschaap.net</email>
</author>
<published>2024-02-20T20:23:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e61141a91ee300b758f3a00b4049459d4ae8cb57'/>
<id>urn:sha1:e61141a91ee300b758f3a00b4049459d4ae8cb57</id>
<content type='text'>
The man page uses examples/configure-index.gz for the configure-index
file, but this isn't a .gz file. Remove the .gz so users can find the
correct file.

Signed-off-by: Wesley Schwengle &lt;wesleys@opperschaap.net&gt;
</content>
</entry>
<entry>
<title>Release 2.7.12</title>
<updated>2024-02-20T18:40:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-20T18:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1e6c5ed296e1a305db64cf807294f79c99ba73a0'/>
<id>urn:sha1:1e6c5ed296e1a305db64cf807294f79c99ba73a0</id>
<content type='text'>
I also unfuzzied the translation strings for the 23.10-&gt;24.04
apt-key deprecation change.
</content>
</entry>
<entry>
<title>Release 2.7.11</title>
<updated>2024-02-13T15:31:44Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-13T15:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8e60b18f9b583dcd252f962b06905d99043a27d1'/>
<id>urn:sha1:8e60b18f9b583dcd252f962b06905d99043a27d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove erroneous -a flag from apt-get synopsis in manpage</title>
<updated>2024-01-19T17:27:52Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-01-19T15:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=87ce5f60e70c32dcefc46692212c7405d79703c3'/>
<id>urn:sha1:87ce5f60e70c32dcefc46692212c7405d79703c3</id>
<content type='text'>
The -a flag exists for apt-cache (--all-versions) and -a=arch is
actually an (also documented) option to set host architecture – as the
apt-get manpage documents further below setting a host arch makes sense
only for those commands that actually need one set like source and
build-dep, so other commands keep refusing the option as unsupported as
they should be.

So this commit does indeed just remove a single character from
documentation with no other practical effect.

See: #1061148
</content>
</entry>
<entry>
<title>Release 2.7.10</title>
<updated>2024-01-19T08:33:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-19T08:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3663365969a496e590bc70f448dbdf0bec52f2a2'/>
<id>urn:sha1:3663365969a496e590bc70f448dbdf0bec52f2a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.7.9</title>
<updated>2024-01-11T09:06:14Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-11T09:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ed053de346d92c1a4218a7b80a20158f3535fe2a'/>
<id>urn:sha1:ed053de346d92c1a4218a7b80a20158f3535fe2a</id>
<content type='text'>
</content>
</entry>
</feed>
