Optionally strip translations in PPAs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned | ||
pkgbinarymangler (Ubuntu) |
Fix Released
|
Undecided
|
Martin Pitt |
Bug Description
There should be an option to strip translations from packages built in a PPA. The goal is to build packages in the PPA that, when installed, still use Ubuntu's translations (from the language packs). I understand this can be accomplished by installing pkgbinarymangler in the build chroot, which will strip translations from the package. When stripping a package, I don't think there is a requirement to keep the package's translations - they can be discarded.
Since this behavior is not desirable for all PPAs, there should be an option to enable/disable it on a per-PPA basis.
For extra credit consider adding a per-package option that would override the per-PPA option. This would allow someone to set their PPA to strip translations by default, but *not* strip the translations from one or more specific packages.
tags: | added: feature |
Changed in soyuz: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in launchpad: | |
status: | Triaged → Fix Released |
Changed in pkgbinarymangler (Ubuntu): | |
status: | New → Fix Released |
assignee: | nobody → Martin Pitt (pitti) |
the environment variable NO_PKG_MANGLE controls this on a per package basis. maybe another way is needed for the PPA stuff. using the configudation options of pkgbinarymangler?