dh_translations looks for po/Makefile in source tree, fails with CMake when built out-of-source
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pkgbinarymangler (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
If a package doesn’t use intltool to manage its translations, the build_pot() function of /usr/bin/
Here is the relevant code:
if ($use_intltool) {
…
} else {
return unless -e 'po/Makefile';
if ($domain) {
# let the Makefile itself handle it
}
@cmd should be passed an additional '-C', $builddir.
Changed in pkgbinarymangler (Ubuntu): | |
assignee: | nobody → Didier Roche (didrocks) |
Changed in pkgbinarymangler (Ubuntu): | |
importance: | Undecided → Medium |
Changed in pkgbinarymangler (Ubuntu): | |
assignee: | Didier Roche (didrocks) → nobody |