<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/CMakeLists.txt, branch 1.3.1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3.1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-10-04T17:45:01Z</updated>
<entry>
<title>Release 1.3.1</title>
<updated>2016-10-04T17:45:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-10-04T17:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=59a0e89da8ee86f0d94a9ee1d4e22722178aff50'/>
<id>urn:sha1:59a0e89da8ee86f0d94a9ee1d4e22722178aff50</id>
<content type='text'>
</content>
</entry>
<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>CMake: Add coverage build type</title>
<updated>2016-09-11T11:53:49Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-11T11:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=422a2eba84361a8dfd84b549c13037512779c572'/>
<id>urn:sha1:422a2eba84361a8dfd84b549c13037512779c572</id>
<content type='text'>
This allows us to easily test coverage
</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>CMake: Add missing iconv dependency</title>
<updated>2016-08-26T20:24:25Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-26T15:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=01d207a5076b6fc37a064645b13f2c6550f58b94'/>
<id>urn:sha1:01d207a5076b6fc37a064645b13f2c6550f58b94</id>
<content type='text'>
FreeBSD has two iconv systems: It ships an iconv.h itself,
and symbols for that in the libc. But there's also the port
of GNU libiconv, which unfortunately for us, Doxygen depends
on.

This changes things to prefer a separate libiconv library
over the system one; that is, the port on FreeBSD.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Make root group configurable via ROOT_GROUP</title>
<updated>2016-08-26T20:24:25Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-25T14:25:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6f1f3c9afdb6ade6a7be110b90c8fc9e603254cf'/>
<id>urn:sha1:6f1f3c9afdb6ade6a7be110b90c8fc9e603254cf</id>
<content type='text'>
This is needed on BSD where root's default group is wheel, not
root.
</content>
</entry>
<entry>
<title>Make directory paths configurable</title>
<updated>2016-08-26T20:17:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-23T17:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8757a0fdeee00ea6a7cc717188a0e129ad8a553c'/>
<id>urn:sha1:8757a0fdeee00ea6a7cc717188a0e129ad8a553c</id>
<content type='text'>
This allows other vendors to use different paths, or to build
your own APT in /opt for testing. Note that this uses + 1 in
some places, as the paths we receive are absolute, but we need
to strip of the initial /.
</content>
</entry>
<entry>
<title>CMake: Add support for libintl</title>
<updated>2016-08-26T17:50:57Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-23T16:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cede4eda68220a002822194605d436b7ca044afa'/>
<id>urn:sha1:cede4eda68220a002822194605d436b7ca044afa</id>
<content type='text'>
This basically just links everything to libintl if USE_NLS is
on. It would be better to just link those targets that are
actually translated, but doing so is a huge PITA.

Also move the include_directories() for the build-tree include/
directory to the top of the CMakeLists.txt, otherwise it only
gets passed after Intl_INCLUDE_DIRS, which means we will built
against installed apt-pkg headers (if any) instead of our own.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>CMake/private-download: Fix statfs includes on FreeBSD</title>
<updated>2016-08-26T13:49:14Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-23T12:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2c391d850fb405e03bca362caa5c90262c66fe33'/>
<id>urn:sha1:2c391d850fb405e03bca362caa5c90262c66fe33</id>
<content type='text'>
On FreeBSD, we have to include sys/params.h and sys/mount.h,
not sys/vfs.h.

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