pkgbinarymangler 154-ok4 source package in openKylin

Changelog

pkgbinarymangler (154-ok4) nile; urgency=medium

  * Fix openKylin.

 -- liwenjun <email address hidden>  Fri, 26 Jun 2026 11:16:36 +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
Huanghe V3.0 release main devel
Nile V2.0 release main devel

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkgbinarymangler_154.orig.tar.gz 30.9 KiB 94ae4b8faadbdd3e32da6f220e2dac3af97dee0eeff32e7c9d20cbf5e616edb2
pkgbinarymangler_154-ok4.debian.tar.xz 3.7 KiB 61f379eeaf582200197d9643bccbd28acdd9e14210f4b71f1bdfba7d25f02463
pkgbinarymangler_154-ok4.dsc 1.9 KiB 0264d0f38ea16cafd7baade85602ff9e7c2715d2a2729e6f39713de440bc8239

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.