Change logs for debhelper source package in Groovy

  • debhelper (13.2.1ubuntu1) groovy; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + 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.
    
    debhelper (13.2.1) unstable; urgency=medium
    
      [ Niels Thykier ]
      * debian/changelog: Fix some typos in previous entries.
      * Dh_Lib.pm,Dh_Buildsystems.pm: Properly clear buildflags with
        --reload-all-buildenv-variables is passed.  Thanks to
        Harald Welte and Guillem Jover for reporting and debugging
        the issue.  (Closes: #966689)
      * dh_missing: Improve message about related files found.  Thanks
        to Diego Escalante for reporting the issue.  (Closes: #966834)
    
      [ Peter Pentchev ]
      * dh_installalternatives: Correct order of values in the example for
        Dependents links.  (Closes: #966285)
    
      [ Chris Lamb ]
      * dh_missing: Sort order of missing files to make output
        deterministic.  (Closes: #968187)
    
      [ Translations ]
      * Update Portuguese translation (Américo Monteiro)  (Closes: #964784)
    
     -- Gianfranco Costamagna <email address hidden>  Sun, 13 Sep 2020 19:38:16 +0200
  • debhelper (13.2ubuntu1) groovy; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + 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.
    
    debhelper (13.2) unstable; urgency=medium
    
      [ Niels Thykier ]
      * dh_missing: Explicitly remind people that they should not
        copy-waste multi-arch paths directly into debian/not-installed.
        Instead, recommend the use of wildcards of ${DEB_HOST_MULTIARCH}
        to replace the hardcoded value.
      * d/changelog: Clarify what dh_installman change in 13.1 related to
        #958343 was about.
      * Dh_Lib.pm: Add support for raising compat deprecation warnings to
        an error if there are pending removals.  This currently triggers
        for usage of compat 5 and 6.
      * cmake.pm: Pass -DCMAKE_SKIP_RPATH=ON -DBUILD_RPATH_USE_ORIGIN=ON
        to cmake in compat 14.  This should fix some reproducibility
        issues but may cause breakage if packages run binaries directly
        from the build directory.  Thanks to Timo Röhling for the
        suggestion.  (Closes: #962474)
      * dh,dh_auto_*: Change the handling of XDG_RUNTIME_DIR in compat 13.
        It is now only set to a writable directory for dh_auto_test but
        set to a much shorter directory avoid issues with socket lengths.
        In all other cases, the XDG_RUNTIME_DIR is now cleared.  Thanks to
        Simon McVittie for the report.  (Closes: #961655)
      * debhelper.pod: Document that --sourcedir clashes between dh_auto_*
        and dh_missing (etc.).  Thanks to Thorsten Glaser for reporting
        the issue.  (See #964230)
    
      [ Anel Husakovic ]
      * debhelper.7: Fix typo/grammatical errors.
    
      [ Translations ]
      * Update Portuguese translation (Américo Monteiro)  (Closes: #962568)
    
     -- Gianfranco Costamagna <email address hidden>  Mon, 06 Jul 2020 08:57:15 +0200
  • debhelper (13.1ubuntu1) groovy; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + 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.
    
    debhelper (13.1) unstable; urgency=low
    
      [ Niels Thykier ]
      * dh_installinitramfs: Remove misleading "in compat 12" as the
        behaviour was unrelated to the compat level.
      * dh_installinitramfs: Migrate to using declaratively triggering
        update-initramfs as a noawait trigger (replacing maintscript
        calls to "update-initramfs -u", which had the same affect).
        (Closes: #822730).
      * dh_installman: Improve error messages and handling of broken
        section numbers.  Notably ignore (with a warning) sections from
        manpages that look suspiciously like a version number.  Thanks
        to Paul Gevers for reporting the bug.  (Closes: #958343)
      * Dh_Lib.pm: Support that Architecture (among other fields) can be
        folded in d/control.  Thanks to Thorsten Glaser for reporting
        the issue.  (Closes: #958987)
      * SequencerUtil.pm: Fix use of uninitialized variable warning.
      * Dh_Lib.pm: Properly error out on paragraphs missing the Package
        field (rather than silently ignoring them).
      * debian/rules: Fix call to gen-provides that seemed to work more
        due to luck than by design.
      * Dh_Lib.pm: Provide HIGHEST_STABLE_COMPAT_LEVEL, which reflects
        the latest stable compat level.  Thanks to Jelmer Vernooij
        for the suggestion.
      * Dh_Lib.pm: Respond to DH_DATAFILES environment variable in
        addition to DH_AUTOSCRIPTS as a means to find data files.  This
        is mostly useful for testing purposes or to be "self-hosting".
        The new DH_DATAFILES is more general than DH_AUTOSCRIPTS and
        enable us to add new data file sources without inventing new
        environment variables.
      * Dh_Lib.pm: Require perl v5.24 (available in Debian oldstable)
        to enable more modern features.
      * Dh_Lib.pm: Fix a bug in variable substition where ${Tab}
        incorrectly expanded to "\b" rather than "\t".
      * dh_installchangelogs.1: Loosely document which file names that
        dh_installchangelogs uses as guesses for finding an upstream
        changelog file.  Thanks to Laurent Bigonville for suggesting
        the change.  (Closes: #933224)
      * Dh_Lib.pm: When setting HOME or XDG_RUNTIME_DIR in compat 13,
        use an absolute path.  Thanks to Dmitry Shachnev for reporting
        the issue.  (Closes: #959731)
      * dh_installsystemd.1: Copy the description for the
        --no-stop-on-upgrade option from dh_installinit.
      * dh_installsystemd: Have --no-start or --no-stop-on-upgrade
        disable --restart-after-upgrade as the documentation says it
        will.  Thanks to Axel Beckert for reporting the issue.
        (Closes: #959678)
      * dh_installinit: Ditto.
      * dh.1: Explicitly document that hook targets can cause
        complications when they are made unconditional by a makefile
        target and suggest alternatives.  Thanks to Marcin Owsiany for
        reporting this.  (Closes: #645873)
      * cmake.pm: Rollback -DCMAKE_AUTOGEN_VERBOSE=ON temporarily as it
        trips bhlc due to a bug in cmake.  Thanks to Nicolas
        Braud-Santoni and "anoteng" for reporting the issue.
        (Closes: #959494)
      * dh_clean.1: Rephrase the description of dh_clean to avoid
        confusion about when it is run.  Thanks to Hugh McMaster for
        the suggestion.  (Closes: #960110)
      * dh_missing.1: Update documentation to reflect that the
        --fail-missing option is now the default in compat 13.
        Thanks to Hugh McMaster and Christoph Berg for the report.
        (Closes: #960107, #960697)
      * dh: Filter out the root-sequence in "--list" output and reject
        attempts to activate or deactivate the sequence as it is an
        implementation detail.
      * dh_installalternatives: New helper that can setup alternatives
        (update-alternatives) based on a declarative format.  Currently,
        the format is converted to calls to update-alternatives, which
        are inserted into the maintscripts of the package.  Thanks to
        David Engel and Fumitoshi UKAI for the original requests.
        (Closes: #43720)
      * dh_missing: Attempt to guess if missing files might be caused by
        the packager installing the same file via a different path and
        let them know of this. (Closes: #960781)
    
      [ Guillem Jover ]
      * autoconf.pm: Pass --disable-option-checking to ./configure
        scripts to avoid warnings about unknown options.
        (Closes: #942813)
    
      [ Translations ]
      * Fix typo in German translation.  (Andreas Bombe)
    
     -- Gianfranco Costamagna <email address hidden>  Sat, 30 May 2020 07:15:23 +0200
  • debhelper (13ubuntu1) groovy; urgency=low
    
      [ Dimitri John Ledkov ]
      * Merge from Debian unstable. Remaining changes:
        - Generate ddebs from debhelper instead of pkg-create-dbgsym:
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + 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.
    
     -- Jeremy Bicha <email address hidden>  Sun, 26 Apr 2020 16:38:25 -0400
  • debhelper (12.10ubuntu1) focal; urgency=medium
    
      * Merge with Debian; remaining changes:
    
    debhelper (12.10) unstable; urgency=medium
    
      [ Niels Thykier ]
      * dh_installsystemd.1: Improve documentation about tmpfiles that
        are now handled by dh_installtmpfiles in compat 13.
      * dh_installtmpfiles: Prefer debian/package.tmpfiles over
        debian/package.tmpfile, but accept the old path with a warning.
        Thanks to Michael Biebl for suggesting the change.
      * dh_strip: Automatically strip Link-Time Optimization (LTO)
        symbols from static archives.  The format is not stable between
        compiler versions.  Thanks to Matthias Klose for the
        suggestion and for providing the exact options.
        (Closes: #939656)
      * dh: Tweak the command-skipping optimization to skip commands
        in a few more cases when the command is known not to react to
        command line options.
      * dh,dh_installsytemd*: Work around broken NOOP promise caused by
        dh_installsystemd* using nonstandard "package@" prefix for
        pkgfiles.  Thanks to Badreddin Aboubakr and Andy Caldwell for
        reporting it.  (Closes: #950723, #951819)
    
      [ Nicholas Guriev ]
      * cmake: Verbose autogen rules.
      * cmake: Skip install all dependency with compatibility level 13 and
        above.
    
      [ Andy Caldwell ]
      * dh_installsystemduser: Fix bug that prevented dh_installsystemduser
        from installing parameterized services.  (Closes: #951819)
    
      [ Translations ]
      * Update German translation (Chris Leick)  (Closes: #951917)
    
     -- Matthias Klose <email address hidden>  Fri, 27 Mar 2020 17:10:17 +0100