pkgbinarymangler 153 source package in Ubuntu

Changelog

pkgbinarymangler (153) mantic; urgency=medium

  * Generate POT files with GNOME’s version of metainfo.its
    (LP: #1927149)

 -- Gunnar Hjalmarsson <email address hidden>  Wed, 24 May 2023 16:42:26 +0200

Upload details

Uploaded by:
Gunnar Hjalmarsson
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkgbinarymangler_153.tar.xz 42.0 KiB d611cbd756f166ced279b8545f75aa3acbf68a39a4c2af5f81be643d75ae518a
pkgbinarymangler_153.dsc 1.4 KiB d376086a427c2e3c207a34be6df9eac4c584a89c35133768cd73d5143c87ab99

Available diffs

View changes file

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/striptranslations.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/maintainermangler.conf.