<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/po, branch 1.3_rc2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3_rc2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3_rc2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-08-17T21:47:22Z</updated>
<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>Release 1.3~rc1</title>
<updated>2016-08-11T12:10:27Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-11T12:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f8b879c2c805e6d49d438cad877a1706e4ae56d2'/>
<id>urn:sha1:f8b879c2c805e6d49d438cad877a1706e4ae56d2</id>
<content type='text'>
This commit looks heavy. Most of that comes from the fact that the
ordering of files in the translations changed with the switch to
CMake. I could have gone the extra mile to figure out the original
ordering and replicate it, but I have chosen to re-order everything
by file and line number, as that's easier.
</content>
</entry>
<entry>
<title>Get rid of the old buildsystem</title>
<updated>2016-08-10T14:17:19Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-09T15:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c85c4bed0a4b32ee2dcbd86ea819e39f3d8beb84'/>
<id>urn:sha1:c85c4bed0a4b32ee2dcbd86ea819e39f3d8beb84</id>
<content type='text'>
Bye, bye, old friend.
</content>
</entry>
<entry>
<title>CMake: Translations: Allow excluding languages from translation</title>
<updated>2016-08-10T14:11:21Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-09T16:14:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=32a32d7501ace2859ba097ef8fb7ef665ca2f0ed'/>
<id>urn:sha1:32a32d7501ace2859ba097ef8fb7ef665ca2f0ed</id>
<content type='text'>
This seems to be needed for the hebrew translations.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>CMake: Translations: Add a statistics target</title>
<updated>2016-08-10T14:11:09Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-09T09:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ddf40a42f5a699086466990f85d86e6c4977524a'/>
<id>urn:sha1:ddf40a42f5a699086466990f85d86e6c4977524a</id>
<content type='text'>
This is really useful stuff to have.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>CMake: Translations: Build apt-all.pot and update .po files</title>
<updated>2016-08-10T14:11:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-07T14:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9a5537fcc6d3ea98909360636a45bd3cf3aba1d1'/>
<id>urn:sha1:9a5537fcc6d3ea98909360636a45bd3cf3aba1d1</id>
<content type='text'>
Merge all the per-domain templates into one template file using
msgcomm, stripping any line numbers in the input files, and sorting
the output per file.

This should create reasonably stable .pot and .po files that do not
change just because files move around. It should also be resilient
against some line changes, as long as one translated line is not
moved before/after another translated line.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>CMake: Translations: Add support for shell scripts</title>
<updated>2016-08-10T14:11:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-07T13:52:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6ff8727a0641b299ac32bc897d3ac1246b02061e'/>
<id>urn:sha1:6ff8727a0641b299ac32bc897d3ac1246b02061e</id>
<content type='text'>
Rework the arguments to apt_add_translation_domain so a user
can specify TARGETS and SCRIPTS, the latter being Shell scripts.

For each language (TARGETS being C++, SCRIPTS being Shell), a separate
template is generated via xgettext. Those templates are then merged
together by using msgcomm. In case there are no Shell scripts in
the translation domain, msgcomm will receive /dev/null instead of
a shell translation template.

This also reintroduces line numbers, as msgcomm would otherwise
re-order the merged files not only by filename, but also by message
string. It's unclear why it does that, it could just leave strings
within a file alone.

In contrast to the old build system, we use xgettext for shell scripts
instead of bash --dump-strings, as it's just easier to use the same
tool for everything. We also create valid headers.
</content>
</entry>
<entry>
<title>CMake: po: Add mirror method</title>
<updated>2016-08-10T14:10:54Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-07T12:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=427fc68b2bfcf8fbc37c0443581db6e000cadfee'/>
<id>urn:sha1:427fc68b2bfcf8fbc37c0443581db6e000cadfee</id>
<content type='text'>
I forgot this one, sorry
</content>
</entry>
<entry>
<title>CMake: Add support for building and installing .mo files</title>
<updated>2016-08-06T20:36:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-06T19:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7def24826c298df77e34fd17bb72c570a22b04bd'/>
<id>urn:sha1:7def24826c298df77e34fd17bb72c570a22b04bd</id>
<content type='text'>
Introduce support for building translation domain-specific
templates, merging them with the translations, and building
a language-specific .mo file.

The invocation of xgettext is done in the project source
directory, not in the current source directory, and all paths
are made relative to the project root, in order to have clean
templates.

This only supports the C++ source code for now, it unfortunately
does not handle the shell scripts of deselect yet.
</content>
</entry>
<entry>
<title>Release 1.3~pre3</title>
<updated>2016-08-04T08:25:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-08-04T08:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c69e82559b29171f0dfc66abc8ac236d74f7201e'/>
<id>urn:sha1:c69e82559b29171f0dfc66abc8ac236d74f7201e</id>
<content type='text'>
</content>
</entry>
</feed>
