pkgbinarymangler 154 source package in Ubuntu
Changelog
pkgbinarymangler (154) mantic; urgency=medium [ Grant Orndorff ] * striptranslations.blacklist: add ubuntu-pro-client-l10n, it will ship ubuntu-pro-client translations instead of langpacks -- Sebastien Bacher <email address hidden> Tue, 26 Sep 2023 16:43:29 +0200
Upload details
- Uploaded by:
- Sebastien Bacher
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pkgbinarymangler_154.tar.xz | 42.1 KiB | 3152c2dab8e6329abdcf3e09a0d562382716bd1888fe0505d67a740884477037 |
pkgbinarymangler_154.dsc | 1.1 KiB | 7be7752eb2b4dd098bd885bf2e40eda5952fd6e0cc8191832c71e3055c4f47cc |
Available diffs
- diff from 153 to 154 (482 bytes)
Binary packages built by this source
- dh-translations: debhelper extension for translation support
This package provides a debhelper extension to perform common translation
related operations during package build:
.
* Try to build a current PO template.
.
* Remove inline translations from *.desktop, *.server, *.schemas, and
*.policy files and replace them with a link to the gettext domain, so that
strings in them will get translated at runtime from *.mo files. This allows
language packs to ship updated translations.
- pkgbinarymangler: strips translations and alters maintainers during build
pkgbinarymangler consists of a dpkg-deb wrapper that calls the following
helper applications while building a debian binary package:
.
pkgstriptranslations removes all *.mo files in /usr/share/locale from
all package build directories. It is used to strip off gettext translations
from generated binary packages, because translations are already shipped
in the language packs. Its behaviour (which is disabled by default) is
configured in /etc/pkgbinarymangler/ striptranslatio ns.conf.
.
pkgmaintainermangler adjusts the maintainer field in binary packages to
match a set of rules (including whitelists, mass renames by component,
maintainer name, etc) defined in the pkgmaintainermangler configuration
file at /etc/pkgbinarymangler/ maintainermangl er.conf.