Change logs for debhelper source package in Noble

  • debhelper (13.14.1ubuntu5) noble; urgency=medium
    
      * Revert dwz bootstrapping hacks
    
     -- Steve Langasek <email address hidden>  Fri, 01 Mar 2024 04:50:27 +0000
  • debhelper (13.14.1ubuntu4) noble; urgency=medium
    
      * Disable dwz harder
    
     -- Steve Langasek <email address hidden>  Fri, 01 Mar 2024 03:33:14 +0000
  • debhelper (13.14.1ubuntu3) noble; urgency=medium
    
      * Also temporarily drop dependency on debugedit for bootstrap.
    
     -- Steve Langasek <email address hidden>  Fri, 01 Mar 2024 03:17:13 +0000
  • debhelper (13.14.1ubuntu2) noble; urgency=medium
    
      * Temporarily drop dependency on dwz for bootstrap.
    
     -- Steve Langasek <email address hidden>  Fri, 01 Mar 2024 01:37:34 +0000
  • debhelper (13.14.1ubuntu1) noble; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.14.1) unstable; urgency=medium
    
      * dh_makeshlibs: Correct the auto-detected package name
      * dh_makeshlibs: Use the "correct" package architecture definition
    
    debhelper (13.14) unstable; urgency=medium
    
      [ Niels Thykier ]
      * debhelper-documentation.json: The pam change happened in c14
      * dh_assistant: Expose bug#950723 marker in
        list-guessed-dh-config-files
      * dh_installsystemduser: Add missing pkgfiles in DH NOOP promise
      * debhelper-documentation.json: Add dh_installsystemd files
      * debhelper-documentation.json: Add dh_installsystemduser files
      * d/changelog: Fix typo in a previous entry
      * dh_gencontrol: Avoid Static-Built-Using in -dbgsym packages
        (Closes: #1062960)
      * dh_makeshlibs: Improve handling of t64 transition support
        - The presence of the `X-Time64-Compat` now unconditionally
          trigger the `${t64:Provides}` substvar.
        - Auto-detection is now extended to include t64-nss libraries
          (The detection regex is now: `m/^lib.*t64(?:-nss)?$/`)
        - The `${t64:Provides}` substvars now uses `${binary:Version}`
          instead of trying to guess the version. This works better
          for packages that manually set their own version via
          dpkg-gencontrol's -v option.
    
      [ Michael Hudson-Doyle ]
      * check the dpkg "features" to decide whether to emit t64:Provides
    
     -- Gianfranco Costamagna <email address hidden>  Sat, 24 Feb 2024 09:10:10 +0100
  • debhelper (13.13ubuntu1) noble; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.13) unstable; urgency=medium
    
      * Add `debhelper-documentation` `debputy` plugin. This provides
        `debputy` with some files and file patterns for `debputy`'s
        new `debputy tool-support annotate-debian-directory`.
      * Revert "Dh_Lib.pm: Fix warning from `cp -n`"
        Thanks to Sven Joachim <email address hidden> (Closes: #1061610)
    
     -- Gianfranco Costamagna <email address hidden>  Mon, 29 Jan 2024 09:03:50 +0100
  • debhelper (13.12ubuntu1) noble; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.12) unstable; urgency=medium
    
      [ Steve Langasek ]
      * Add support for an 'X-Time64-Compat' field in debian/control to allow
        overriding of the auto-generated Provides: as necessary.
        Closes: #1059941.
    
      [ Niels Thykier ]
      * dh_assistant: Exit with code 2 when unknown hook targets are found
      * dh_assistant: Add the following new subcommands:
        - `supports COMMAND` can be used to programmically check whether
          dh_assistant knows about `COMMAND`. It is a lot better than having
          to check versions or parse `--help` output.
        - `list-commands` can be used to determine all "debhelper commands"
           that will run from a source package (assuming no overrides and
           no add-on adds a non-standard sequence). This command has a
           text and a JSON output.
         - `list-guessed-dh-config-files` can be used to list all
           debhelper config and their related commands. The result
           involves a lot of guess work and will never be 100% reliable,
           which explains the `guessed` part of the command. The output
           is always JSON.
         - Add `restore-file-on-clean` with all its caveats. Use it with
           care for the few cases where it is useful.  (Closes: #1051184)
      * dh_assistant: Always parse Build-Depends for sequences. This
        would have prevented `detect-unknown-hook-targets` from reporting
        issues about hook targets related to add-ons if they were loaded
        via `Build-Depends`.
      * dh_assistant: `detect-unknown-hook-targets` now continues when
        add-ons loading fails. It will still exit with status 2 by
        default when this occurs as if it found an issue.
      * cmake.pm: Remove compat guard for `-DBUILD_TESTING:BOOL=off`
        on `nocheck`
      * Dh_Lib.pm: Fix warning from `cp -n`
    
      [ Jörg Mechnich ]
      * qmake6.pm: Add cross-compiling support (Closes: #1059209)
    
      [ David (Plasma) Paul ]
      * Add <pkg.debhelper.nonls> build profile (Closes: #1032816)
    
     -- Gianfranco Costamagna <email address hidden>  Sat, 27 Jan 2024 07:14:27 +0100
  • debhelper (13.11.10ubuntu1) noble; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.11.10) unstable; urgency=medium
    
      [ Luca Boccassi ]
      * dh_installsystemduser: fix daemon-reload of user instances
    
      [ Balint Reczey ]
      * dh_clean: Clean __pycache__ (Closes: #1048890)
    
      [ Gioele Barabucci ]
      * dh_installchangelogs: Generate separate binNMU changelog also
        under --no-trim (Closes: #1059395)
    
      [ Niels Thykier ]
      * dh_assistant: Add filename to `detect-hook-targets`
      * Dh_Lib.pm: Ensure `$_use_color` is always initialized first time
      * dh_assistant: Add detect-unknown-hook-targets subcommand
    
     -- Gianfranco Costamagna <email address hidden>  Mon, 22 Jan 2024 09:36:57 +0100
  • debhelper (13.11.9ubuntu1) noble; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.11.9) unstable; urgency=medium
    
      * Team upload.
    
      [ Chris Hofstaedtler ]
      * dh_installudev: install into /usr (Closes: #1058791)
    
      [ Helmut Grohne ]
      * dh_movetousr: also update links from canonical into aliased
        (Closes: #1056590) Thanks to Colin Watson for proposing and discussing.
        Thanks to Emilio Pozuelo Monfort for reviewing the change.
      * buildsystems: add qmake6 variant of the qmake buildsystem (Closes: #1057359)
    
     -- Gianfranco Costamagna <email address hidden>  Wed, 20 Dec 2023 13:04:09 +0100
  • debhelper (13.11.8ubuntu1) noble; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
     -- Gianfranco Costamagna <email address hidden>  Mon, 20 Nov 2023 13:03:20 +0100
  • debhelper (13.11.7ubuntu1) noble; urgency=medium
    
      * Merge from Debian Unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.11.7) unstable; urgency=medium
    
      * Team upload.
    
      [ Gioele Barabucci ]
      * Trim NEWS when trimming changelog (Closes: #1021607)
    
      [ Steve Langasek ]
      * dh_makeshlibs: add compatibility Provides: for 64-bit time_t transition.
    
      [ Helmut Grohne ]
      * add new helper and addon: movetousr
    
     -- Simon Quigley <email address hidden>  Fri, 20 Oct 2023 12:11:52 -0500
  • debhelper (13.11.6ubuntu1) mantic; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
        - dh_installchangelogs: Do not install upstream changelog in compat level
          7 and higher to avoid pointlessly bloating installed packages.
        - dh_strip: Strip LTO sections unless --keep-lto is given.
        - dh_strip: For a static archive, test if any .text sections are non-
          empty. Warn on empty archives.
        - objcopy/strip changed in 2.36.1, not keeping file attributes of the
          original file. Work around that in dh_strip to write to a temporary file
          and cat'ing this to the original file to keep the original attributes.
        - Imply '<!noudeb>' profile if not set on package type udeb.
        - dh_strip: Set a unique build-id before stripping files.
        - Allow dh_strip to be larger for the tests
        - Add awk dependency implied by empty .text section check
        - Fix restart behaviour of packages marked either
          + no-stop-on-upgrade or --no-restart-after-upgrade
    
    debhelper (13.11.6) unstable; urgency=medium
    
      * Team upload.
    
      * systemd helpers: Support units below /usr (Closes: #1041159)
    
     -- Gianfranco Costamagna <email address hidden>  Tue, 29 Aug 2023 17:31:37 +0200