[ubuntu/resolute-proposed] debhelper 13.28ubuntu1 (Accepted)

Ural Tunaboyu ural.tunaboyu at canonical.com
Wed Dec 17 16:28:15 UTC 2025


debhelper (13.28ubuntu1) resolute; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - t/size.t: allow dh_strip to be larger for the tests
    - dh_strip: set a unique build-id before stripping files
    - d/control: add debugedit dependency for setting build-id
    - l/D/D/Dh_Lib.pm: imply "<!noudeb>" profile if not set on package type udeb
    - dh_strip: test for non-empty .text sections in static archives,
      warn if the section is non-empty.
    - d/control: add mawk dependency for the .text section check
    - dh_strip: strip LTO sections unless --keep-lto is given
    - dh_installchangelogs: do not install upstream changelog in compat level
      7, which avoids pointlessly bloating installed packages.
    - l/D/D/Dh_Lib.pm: generate ddebs from debhelper instead of pkg-create-dbsym
      + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.

debhelper (13.28) unstable; urgency=medium

  [ Niels Thykier ]
  * Add support for `X-Doc-Main-Package` field
  * dh_assistant: Fix `--target-compat` not supporting experimental
    compat levels.
  * debhelper.pod: Clarify subst limit is per token
  * dh_assistant: Fix formatting for upgrade checklist

  [ Johannes Schauer Marin Rodrigues ]
  * dh_missing: do not give suggestions about equivalent paths

debhelper (13.27) unstable; urgency=medium

  [ Alastair McKinstry ]
  * Dh_Buildsystems.pm: add `fortran` as 3rd party buildsystem.

  [ Niels Thykier ]
  * dh_assistant: Document `none` as output of `which-build-system`
  * single-binary: Recommend `debputy` to migrate config files in c14
  * Mention `debputy` auto-migration in upgrade checklist for c14
  * Dh_Lib.pm: Use `cp --update=none` instead `-n` (Closes: #1061610)
  * Remove the `qmake-qt4` build system as it had no users remaining
    (Closes: #1077604)
  * Dh_Lib.pm: Prettify some shell escapes to make them easier to read
  * dh_md5sums: Remove `-x` / `--include-conffiles`. It was never the
    correct thing to do and the option(s) had no users according to
    codesearch.d.n.

debhelper (13.26) unstable; urgency=medium

  [ Niels Thykier ]
  * dh_assistant: List files with unclear config file state
  * dh_assistant: Provide tool-assistance migration hints for compat upgrades
  * Regenerate POT and PO files

  [ Américo Monteiro ]
  * Updated Portuguese translation for debhelper's man page (Closes: #1111112)

debhelper (13.25) unstable; urgency=medium

  [ Niels Thykier ]
  * debhelper-documentation.json: Correct command for `.ucf` files
  * dh: Support `DH_OVERRIDDEN_COMMAND` variable for `override` targets
    for cases where the original command is useful as a base.
  * debhelper.pod: Update description on automated dependencies
  * dh_gencontrol: Fix off-by-one compat guard affecting compat 14.
  * In compat 14: Add `Commands` field to binaries to aid `command-not-found`
    (Closes: #638517)
  * dh_assistant: Explicitly use `JSON::PP::{true,false}`
  * dh_assistant: Provide a compat upgrade checklist when upgrading from
    compat 7 and on. This can be done via the command
    `dh_assistant compat-upgrade-checklist`.
  * No longer run `dh_dwz` by default in compat 14+ (Closes: 1016563)

  [ Andrea Pappacoda ]
  * dh_installmodules: install .modprobe files in /usr/lib with compat 14+
    (Closes: #1107373)

  [ Alexandre Detiste ]
  * dh_assistant: Improve wording

  [ Noah Meyerhans ]
  * dh_installsystemd: Always stop the service on remove (Closes: #1079181)

Date: Fri, 07 Nov 2025 14:22:19 +0100
Changed-By: Ural Tunaboyu <ural.tunaboyu at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Nick Rosbrook <nick.rosbrook at canonical.com>
https://launchpad.net/ubuntu/+source/debhelper/13.28ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 07 Nov 2025 14:22:19 +0100
Source: debhelper
Built-For-Profiles: noudeb
Architecture: source
Version: 13.28ubuntu1
Distribution: resolute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ural Tunaboyu <ural.tunaboyu at canonical.com>
Closes: 638517 1016563 1061610 1077604 1079181 1107373 1111112
Changes:
 debhelper (13.28ubuntu1) resolute; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - t/size.t: allow dh_strip to be larger for the tests
     - dh_strip: set a unique build-id before stripping files
     - d/control: add debugedit dependency for setting build-id
     - l/D/D/Dh_Lib.pm: imply "<!noudeb>" profile if not set on package type udeb
     - dh_strip: test for non-empty .text sections in static archives,
       warn if the section is non-empty.
     - d/control: add mawk dependency for the .text section check
     - dh_strip: strip LTO sections unless --keep-lto is given
     - dh_installchangelogs: do not install upstream changelog in compat level
       7, which avoids pointlessly bloating installed packages.
     - l/D/D/Dh_Lib.pm: generate ddebs from debhelper instead of pkg-create-dbsym
       + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
 .
 debhelper (13.28) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * Add support for `X-Doc-Main-Package` field
   * dh_assistant: Fix `--target-compat` not supporting experimental
     compat levels.
   * debhelper.pod: Clarify subst limit is per token
   * dh_assistant: Fix formatting for upgrade checklist
 .
   [ Johannes Schauer Marin Rodrigues ]
   * dh_missing: do not give suggestions about equivalent paths
 .
 debhelper (13.27) unstable; urgency=medium
 .
   [ Alastair McKinstry ]
   * Dh_Buildsystems.pm: add `fortran` as 3rd party buildsystem.
 .
   [ Niels Thykier ]
   * dh_assistant: Document `none` as output of `which-build-system`
   * single-binary: Recommend `debputy` to migrate config files in c14
   * Mention `debputy` auto-migration in upgrade checklist for c14
   * Dh_Lib.pm: Use `cp --update=none` instead `-n` (Closes: #1061610)
   * Remove the `qmake-qt4` build system as it had no users remaining
     (Closes: #1077604)
   * Dh_Lib.pm: Prettify some shell escapes to make them easier to read
   * dh_md5sums: Remove `-x` / `--include-conffiles`. It was never the
     correct thing to do and the option(s) had no users according to
     codesearch.d.n.
 .
 debhelper (13.26) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * dh_assistant: List files with unclear config file state
   * dh_assistant: Provide tool-assistance migration hints for compat upgrades
   * Regenerate POT and PO files
 .
   [ Américo Monteiro ]
   * Updated Portuguese translation for debhelper's man page (Closes: #1111112)
 .
 debhelper (13.25) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * debhelper-documentation.json: Correct command for `.ucf` files
   * dh: Support `DH_OVERRIDDEN_COMMAND` variable for `override` targets
     for cases where the original command is useful as a base.
   * debhelper.pod: Update description on automated dependencies
   * dh_gencontrol: Fix off-by-one compat guard affecting compat 14.
   * In compat 14: Add `Commands` field to binaries to aid `command-not-found`
     (Closes: #638517)
   * dh_assistant: Explicitly use `JSON::PP::{true,false}`
   * dh_assistant: Provide a compat upgrade checklist when upgrading from
     compat 7 and on. This can be done via the command
     `dh_assistant compat-upgrade-checklist`.
   * No longer run `dh_dwz` by default in compat 14+ (Closes: 1016563)
 .
   [ Andrea Pappacoda ]
   * dh_installmodules: install .modprobe files in /usr/lib with compat 14+
     (Closes: #1107373)
 .
   [ Alexandre Detiste ]
   * dh_assistant: Improve wording
 .
   [ Noah Meyerhans ]
   * dh_installsystemd: Always stop the service on remove (Closes: #1079181)
Checksums-Sha1:
 b54f76802466a1152e9b2449af4aa4a6d292ef0e 1903 debhelper_13.28ubuntu1.dsc
 6f129795b594bcb25f1c71814edec5aeae29592a 639960 debhelper_13.28ubuntu1.tar.xz
 8e22fc632646867a3c911046a9cb04d327f7d9af 5664 debhelper_13.28ubuntu1_source.buildinfo
Checksums-Sha256:
 dde7b71ae731eb765c93ab6f141b527183815beda15a58e7d50d41c3c1e03f0b 1903 debhelper_13.28ubuntu1.dsc
 1cc29fd064838800aa03d5e9dea045a18771ad965032accc36bca10d1371ea00 639960 debhelper_13.28ubuntu1.tar.xz
 4d0550ccf9d87eeae4dec7b5d5477ceeccf2a2364b71aa1f822c5e4e6992410f 5664 debhelper_13.28ubuntu1_source.buildinfo
Files:
 b180f66391861e56583a1babd685770a 1903 devel optional debhelper_13.28ubuntu1.dsc
 b5a772b7d7fcef1889da4b4358ba06c2 639960 devel optional debhelper_13.28ubuntu1.tar.xz
 d0707d33d5d748ea170ddcf22c71761b 5664 devel optional debhelper_13.28ubuntu1_source.buildinfo
Original-Maintainer: Debhelper Maintainers <debhelper at packages.debian.org>
Vcs-Git: https://git.launchpad.net/~uralt/ubuntu/+source/debhelper
Vcs-Git-Commit: 06e9ffea72b3ddc57b1a936de54d4b06facef982
Vcs-Git-Ref: refs/heads/merge-lp2130073-resolute


More information about the Resolute-changes mailing list