[ubuntu/groovy-proposed] debhelper 13.1ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Sat May 30 05:21:11 UTC 2020


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)

Date: Sat, 30 May 2020 07:15:23 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debhelper Maintainers <debhelper at packages.debian.org>
https://launchpad.net/ubuntu/+source/debhelper/13.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 30 May 2020 07:15:23 +0200
Source: debhelper
Binary: debhelper libdebhelper-perl dh-systemd
Architecture: source
Version: 13.1ubuntu1
Distribution: groovy
Urgency: low
Maintainer: Debhelper Maintainers <debhelper at packages.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
 debhelper  - helper programs for debian/rules
 dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
 libdebhelper-perl - debhelper perl modules
Closes: 43720 645873 822730 933224 942813 958343 958987 959494 959678 959731 960107 960110 960697 960781
Changes:
 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)
Checksums-Sha1:
 d0c138bdf061819b0356b8900824e3b431183df5 1838 debhelper_13.1ubuntu1.dsc
 1a10fa7f044348ad927930984bf354342a42aa6f 533428 debhelper_13.1ubuntu1.tar.xz
 fa98d920192945082286c4b1bec7bf8237375bb0 5802 debhelper_13.1ubuntu1_source.buildinfo
Checksums-Sha256:
 c4c628f307e153a3047a5179a563be4ff81382585602f70b6bf72b4ccaafa109 1838 debhelper_13.1ubuntu1.dsc
 5aa529982b6d31ea84b02cab74dceca8cf0de7e844027eaa9a992c7279cbb84c 533428 debhelper_13.1ubuntu1.tar.xz
 f3294e55ee189cade3a9ab0f7cf747e1c5fa0d72d27e38e39d49325c5fbd5f2c 5802 debhelper_13.1ubuntu1_source.buildinfo
Files:
 4b079b8ff5db6b5f27b5e49e208ec536 1838 devel optional debhelper_13.1ubuntu1.dsc
 81b3486e9caac08a26f24d6ea2fbe804 533428 devel optional debhelper_13.1ubuntu1.tar.xz
 ee4e0af261fdbc9967e6365ce5a943d1 5802 devel optional debhelper_13.1ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl7R7QsACgkQ808JdE6f
XdkERBAAqKYrCa9NPgt8h8rYemsyx/xwYFcMu8JD3DiH8gbrkAlVZ0RtMJ1nsaHl
P1FEp1vFtT0FR3lnRVyckN52Swb4ZDYN28otU6l2mJFbhD487ylimX51ES21jN7v
ElTuc+oDWt1ZAkHXgZ9pxa87O3mP9rC+2NeFOG2oTT8x7sf5yPqoZL+uTDn4Ihbg
zRq6zxcKXTQe79MujRLThfP+V27fR0lQOgpUOAZTe/GsxIzjmCvmNtbyyGIFnBGq
QqVxspGu049tXcmfr3mI1wqQpLifyKC32RMjWwZ2L+dmMUDW7evlyMHOeNdtkiI3
8GQXmVEzwPaBLEwf0mTraDsHsbXwxRTR2ab3opIUeqI6H5oBL+L18FMR8SA77aLX
jnqSw0/nHXZp4JRoEL76aLmNuwhkni35JQcItLysVubqrwDsTCH5i0pFbzElYk+g
h8tUYRPxuhPnpHKHZ9g4FRx5TwxZ9r2AXrla+oCWlKoX3NhugDc/m93FHdEX7GBJ
yjiS6rL3+2u+tCPqaYBc7u/v2AGMdSfWrN8oJJU/c4xU/p/Nl6yZw/dcct/SWHqH
aLmDer8Xx4u7XuvDCpdELw2lLpupCeifsQnK3ee7ZufMi2cLgc+r+AZkPuYKxQTV
aPJXIV13aX1cfzJnH90IgRgqCwydI01y9uZT0khuqjBNO2nc4E4=
=O2/4
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list