pkgbinarymangler 154-ok2 source package in openKylin

Changelog

pkgbinarymangler (154-ok2) nile; urgency=medium

  * Fix dh_auto_test error.

 -- liwenjun <email address hidden>  Thu, 20 Jun 2024 19:20:18 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkgbinarymangler_154.orig.tar.gz 30.9 KiB 94ae4b8faadbdd3e32da6f220e2dac3af97dee0eeff32e7c9d20cbf5e616edb2
pkgbinarymangler_154-ok2.debian.tar.xz 2.9 KiB 7e31b0a1b629ce77c5f793064a90d04d75596cc9067db3405d77d2cd2ca14f51
pkgbinarymangler_154-ok2.dsc 1.9 KiB 700a66f5a89cd1195914ffddf41bc52b0205eab6c34f48e41250d02cee00c3b6

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.