Comment 2 for bug 188690

Revision history for this message
Martin Pitt (pitti) wrote :

I just got an up-to-date list from the LP translation developers. Those are all source packages in main which have at least one .PO file, but the source package does not create a PO template (usually po/<gettext_domain>.pot) during build. This needs to get fixed.

Packages which use cdbs just need to include /usr/share/cdbs/1/rules/langpack.mk. Packages using intltool usually need a call to "intltool-update -p" in debian/rules, or call an already existing Makefile target to build the POT (this does exist quite often in fact). Packages which don't use intltool need to get fixed individually, usually by adding a call to xgettext and po/POTFILES.in, or finding an already existing Makefile target.