pkgbinarymangler 156 source package in Ubuntu

Changelog

pkgbinarymangler (156) plucky; urgency=medium

  * Remove handling and tests for /usr/share/doc/$PKG/buildinfo.gz files as
    dh-buildinfo is now a noop.
  * Do not depend on or invoke dh-buildinfo in test package.

 -- Michael Hudson-Doyle <email address hidden>  Mon, 16 Dec 2024 11:06:07 +0100

Upload details

Uploaded by:
Michael Hudson-Doyle
Sponsored by:
Sebastien Bacher
Uploaded to:
Plucky
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release main devel
Plucky release main devel

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkgbinarymangler_156.tar.xz 42.3 KiB 1a0103a967f5582d3af767050d576c8d2a67af79d9962b719b9faf78cb45a9a7
pkgbinarymangler_156.dsc 1.8 KiB f071b319852819ff7159089ad46722076a037c8643e0d0194f131a5852092b4d

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.