Change logs for debhelper source package in Impish

  • debhelper (13.3.4ubuntu2) impish; urgency=medium
    
      * 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, copying attributes, cat'ing this to the original file, copying
        attributes again to keep the original attributes. LP: #1938886
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 04 Aug 2021 19:23:25 +0100
  • debhelper (13.3.4ubuntu1) hirsute; urgency=medium
    
      * Merge with Debian; 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.
    
     -- Matthias Klose <email address hidden>  Fri, 19 Mar 2021 13:29:56 +0100