<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc, branch 1.3</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-09-20T21:54:19Z</updated>
<entry>
<title>Release 1.3</title>
<updated>2016-09-20T21:54:19Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-20T21:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1f7c56acc6b36b7869294941c8eba2b026eaaeb1'/>
<id>urn:sha1:1f7c56acc6b36b7869294941c8eba2b026eaaeb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.3~rc4</title>
<updated>2016-09-02T18:30:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-02T18:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=54dd6baaf16e92c83f63bdb3633df6e603ac19f3'/>
<id>urn:sha1:54dd6baaf16e92c83f63bdb3633df6e603ac19f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.3~rc3</title>
<updated>2016-08-30T20:20:55Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-30T20:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=317bb39f3cd6626c74f25d7bdf2907f1b235f553'/>
<id>urn:sha1:317bb39f3cd6626c74f25d7bdf2907f1b235f553</id>
<content type='text'>
</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>Accept --autoremove as alias for --auto-remove</title>
<updated>2016-08-26T14:14:58Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-26T14:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=75d238ba66576c04f257e9d7c0a6995721f1441d'/>
<id>urn:sha1:75d238ba66576c04f257e9d7c0a6995721f1441d</id>
<content type='text'>
I probably missed that when I did the usability work. But better
late than never.
</content>
</entry>
<entry>
<title>CMake: Discover docbook stylesheet in other locations</title>
<updated>2016-08-23T15:52:41Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-21T18:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9fb81c6e54a2fe05c0ad0b877fd32f30358e3877'/>
<id>urn:sha1:9fb81c6e54a2fe05c0ad0b877fd32f30358e3877</id>
<content type='text'>
Distributions seem to install this stuff all over the place, so
let's add a common list of paths we know about.
</content>
</entry>
<entry>
<title>Release 1.3~rc2</title>
<updated>2016-08-17T21:47:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-17T21:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=43670e2ef8b689d9efba633d11d2a5fc6f9968a0'/>
<id>urn:sha1:43670e2ef8b689d9efba633d11d2a5fc6f9968a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add --with-source option and Packages/Sources support</title>
<updated>2016-08-17T12:12:25Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2016-08-16T18:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8bd823d0a1f7e08ad94a7110bb118f73348133a1'/>
<id>urn:sha1:8bd823d0a1f7e08ad94a7110bb118f73348133a1</id>
<content type='text'>
We support "./foobar.deb" as a way to install a deb file directly.
Recently .changes files were added. This highlights a problem as you
can't add the changes file without also trying to install all of them.
Now, it could also be handy to add entire Packages/Sources files to
perhaps get a bunch of packages in without installing them all
implicitly.

This commit introduces --with-source which allows to add *.deb, *.changes,
*.dsc, source-dirs, Packages &amp; Sources files (the later can also be
compressed) without also installing them.
</content>
</entry>
<entry>
<title>CMake: Exclude .md5 and .map doxygen files from install</title>
<updated>2016-08-11T17:51:07Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-11T16:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=281383ce1b020013737b28d87988bdf477a90477'/>
<id>urn:sha1:281383ce1b020013737b28d87988bdf477a90477</id>
<content type='text'>
This is much better than removing them in debian/rules.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>CMake: Mark Doxygen as required and use DOXYGEN_EXECUTABLE</title>
<updated>2016-08-11T17:50:48Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-11T15:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7363c98f940f267b5c4186b6578ac79a98b501e0'/>
<id>urn:sha1:7363c98f940f267b5c4186b6578ac79a98b501e0</id>
<content type='text'>
Seems like I missed that when adding doxygen support.

Gbp-Dch: ignore
</content>
</entry>
</feed>
