~zhsj/+git/pkgbinarymangler:lp2002871

Last commit made on 2023-02-20
Get this branch:
git clone -b lp2002871 https://git.launchpad.net/~zhsj/+git/pkgbinarymangler
Only Shengjing Zhu can upload to this branch. If you are Shengjing Zhu please log in for upload directions.

Branch merges

Branch information

Name:
lp2002871
Repository:
lp:~zhsj/+git/pkgbinarymangler

Recent commits

24ec5b1... by Shengjing Zhu

Release 152 to lunar

27824ba... by Shengjing Zhu

pkgstripfiles: restore stripping debian changelog

But only if debhelper doesn't strip it.

17f7eeb... by Gunnar Hjalmarsson

Update changelog

6fbd6e4... by Gunnar Hjalmarsson

Add VCS fields

61398f1... by Gunnar Hjalmarsson

Polish qx() call in dh_translations

7471627... by Shengjing Zhu

Update changelog for 152 release

25f5890... by Shengjing Zhu

pkgstripfiles: no longer strip debian changelog

It's now enabled by default in debhelper >= 13.10. But debhelper
strips debian changelog for PPA as well.

4b71eda... by Gunnar Hjalmarsson

Import Debian version 151

pkgbinarymangler (151) lunar; urgency=medium
.
  * dh_translations:
    - Drop the qx_meson_cmd function and use perl’s builtin qx instead
      (see https://bugs.debian.org/1028963 for the background).

214569a... by Gunnar Hjalmarsson

Import Debian version 150

pkgbinarymangler (150) lunar; urgency=medium
.
  * dh_translations:
    - After the latest debhelper change, the qx_cmd() function from
      Dh_Lib.pm does not work in the context in which it's used in
      dh_translations. So the previous qx_cmd() function has been
      copied into dh_translations under the name qx_meson_cmd()
      (LP: #2002845).
  * Failing tests disabled in test/run:
    - test_debian_changelog_truncation
    - test_native_changelog_truncation
    - test_ppa_debian_changelog

732f905... by Dimitri John Ledkov

Import Debian version 149

pkgbinarymangler (149) jammy; urgency=medium
.
  * Replace deprecated `which` usage with command -v.