<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc/apt-ftparchive.1.xml, branch 1.2.3</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.2.3</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.2.3'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-01-14T16:33:58Z</updated>
<entry>
<title>change debian related entities to a more explicit name</title>
<updated>2016-01-14T16:33:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-01-14T15:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9feb98eb0aeed775f78cb4afbf6bc0e3a90e9fed'/>
<id>urn:sha1:9feb98eb0aeed775f78cb4afbf6bc0e3a90e9fed</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>./prepare-release pre-export</title>
<updated>2015-11-27T15:06:20Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2015-11-27T15:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6257bfdbff8bd15e41b5667a7a10bc123574cb10'/>
<id>urn:sha1:6257bfdbff8bd15e41b5667a7a10bc123574cb10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update manpage last-modified from git via pre-export hook</title>
<updated>2015-11-25T14:20:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-11-22T18:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ab5b1d0d31b2fbdc4896f8a107611ff056d6a668'/>
<id>urn:sha1:ab5b1d0d31b2fbdc4896f8a107611ff056d6a668</id>
<content type='text'>
Never updating this information is wrong, updating it automatically
isn't super correct either, but it seems conventional to have it and
updating it more often than needed seems better than updating it never.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>support arch:all data e.g. in separate Packages file</title>
<updated>2015-11-04T17:42:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-10-28T13:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1dd20368486820efb6ef4476ad739e967174bec4'/>
<id>urn:sha1:1dd20368486820efb6ef4476ad739e967174bec4</id>
<content type='text'>
Based on a discussion with Niels Thykier who asked for Contents-all this
implements apt trying for all architecture dependent files to get a file
for the architecture all, which is treated internally now as an official
architecture which is always around (like native). This way arch:all
data can be shared instead of duplicated for each architecture requiring
the user to download the same information again and again.

There is one problem however: In Debian there is already a binary-all/
Packages file, but the binary-any files still include arch:all packages,
so that downloading this file now would be a waste of time, bandwidth
and diskspace. We therefore need a way to decide if it makes sense to
download the all file for Packages in Debian or not. The obvious answer
would be a special flag in the Release file indicating this, which would
need to default to 'no' and every reasonable repository would override
it to 'yes' in a few years time, but the flag would be there "forever".

Looking closer at a Release file we see the field "Architectures", which
doesn't include 'all' at the moment. With the idea outlined above that
'all' is a "proper" architecture now, we interpret this field as being
authoritative in declaring which architectures are supported by this
repository. If it says 'all', apt will try to get all, if not it will be
skipped. This gives us another interesting feature: If I configure a
source to download armel and mips, but it declares it supports only
armel apt will now print a notice saying as much. Previously this was a
very cryptic failure. If on the other hand the repository supports mips,
too, but for some reason doesn't ship mips packages at the moment, this
'missing' file is silently ignored (= that is the same as the repository
including an empty file).

The Architectures field isn't mandatory through, so if it isn't there,
we assume that every architecture is supported by this repository, which
skips the arch:all if not listed in the release file.
</content>
</entry>
<entry>
<title>add --sha512 option + documentation for apt-ftparchive</title>
<updated>2015-09-14T13:22:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-09-13T15:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9e4464914bcc5c896d81f7ca1948f9bfbfb50886'/>
<id>urn:sha1:9e4464914bcc5c896d81f7ca1948f9bfbfb50886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ensure that all docs use all entities files</title>
<updated>2014-08-26T18:49:48Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-07-18T14:42:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5abbf5bbb5ee8717f89cac6ef409c4cec79259f6'/>
<id>urn:sha1:5abbf5bbb5ee8717f89cac6ef409c4cec79259f6</id>
<content type='text'>
Not all are needed for all files at the moment, but the new docbook
building hadn't available some of the entities it used as the files
weren't correctly copied around in all cases and having the same across
the bord makes working with all of them a little easier.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>add a vendor specific file to have configurable entities</title>
<updated>2013-11-30T22:34:15Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-11-30T18:15:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=694ef56e802bbab94595fc491fdc6ef8b4f525c1'/>
<id>urn:sha1:694ef56e802bbab94595fc491fdc6ef8b4f525c1</id>
<content type='text'>
manpages sometimes refer to distro-specific things like the name of the
package providing the achive-keyring. Having a central place to
configure this helps in having it consistent in the manpages and allows
to load this info from other places in the buildsystem as well later.
</content>
</entry>
<entry>
<title>* ftparchive/apt-ftparchive.cc:</title>
<updated>2012-06-09T21:08:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-06-09T21:08:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3adddfa810c916132b59b11c736e8747581662bc'/>
<id>urn:sha1:3adddfa810c916132b59b11c736e8747581662bc</id>
<content type='text'>
  - default to putting the Contents-* files below $(SECTION) as apt-file
    expects them there - thanks Martin-Éric Racine! (Closes: #675827)</content>
</entry>
<entry>
<title>updating &lt;date&gt; tags and the po files for the manpages</title>
<updated>2012-06-09T20:05:55Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-06-09T20:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=dabb215cb8c4b074d286737da523d8ef14381468'/>
<id>urn:sha1:dabb215cb8c4b074d286737da523d8ef14381468</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* doc/apt-sortpkgs.1.xml:</title>
<updated>2012-06-06T22:04:44Z</updated>
<author>
<name>Justin B Rye</name>
<email>jbr@edlug.org.uk</email>
</author>
<published>2012-06-06T22:04:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=14301cf38d3a211250589da1f8ad1d89e4721bfa'/>
<id>urn:sha1:14301cf38d3a211250589da1f8ad1d89e4721bfa</id>
<content type='text'>
  - review and fix typo, grammar and style issues
</content>
</entry>
</feed>
