[ubuntu/disco-proposed] debhelper 11.5.3ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Tue Dec 4 11:29:12 UTC 2018


debhelper (11.5.3ubuntu1) disco; urgency=medium

  * Merge from Debian testing.  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.

debhelper (11.5.3) unstable; urgency=medium

  [ Helmut Grohne ]
  * cmake.pm: Pass the usual CMAKE_SYSTEM_PROCESSOR for ppc64el
    when cross compiling.   (Closes: #913425)

debhelper (11.5.2) unstable; urgency=medium

  [ Luca Boccassi ]
  * makefile.pm: Pass V=0 or V=1 to the make file depending on
    whether "terse" is set in DEB_BUILD_OPTIONS.

  [ Niels Thykier ]
  * dh_gconf: Mark dh_gconf as deprecated (see #908845).
  * Dh_Lib.pm: Separate lowest non-deprecated compat level and
    the lowest compat level we generate "debhelper-compat (= X)"
    relations for.
  * Dh_Lib.pm: Open compat level 13 as an experimental compat
    level.
  * meson.pm: In compat 13, run tests with "meson test" rather
    than "ninja test".  Thanks to Simon McVittie for the
    suggestion.  (Closes: #912560)
  * dh: Correctly include dh_installsystemduser in the sequence
    in compat 12.  It was excluded due to an inverted boolean
    meaning it was added in compat up to (and incl.) compat 11.
    Thanks to Michael Biebl for reporting the issue.
    (Closes: #913329)
  * fr.po: Correct translations for dh_installman.1 which
    incorrectly implied that dh_installman was deprecated.
    Thanks to Laurent Bigonville for reporting the issue.
    (Closes: #912978)

  [ Helmut Grohne ]
  * cmake.pm: Pass QMAKE_EXECUTABLE when cross-building.
    (Closes: #913415)

debhelper (11.5.1) unstable; urgency=medium

  * dh_systemd_start: Fix bug introduced in debhelper/11.5 where
    dh_systemd_start would fail to substitute a token in the
    generated maintscript for maintainer scripts when using
    "--restart-after-upgrade" (including when the option is
    on by default).  Thanks to Colin Watson for reporting the
    bug.  (Closes: #912420)

debhelper (11.5) unstable; urgency=medium

  [ Daniele Nicolodi ]
  * dh_installsystemduser: New helper responsible for istalling package
    maintainer supplied systemd user instance units and to produce
    postinst and postrm maintiner scripts code blocks to appropriately
    enable, mask and disable units when the package is installed,
    upgraded, or removed.  (Closes: #764678)

  [ Niels Thykier ]
  * dh_installsystemd.1: Improve the documentation for --name to make
    it more clear that it also changes the name of the source files in
    the debian directory.  Thanks to Emel Hasdal for reporting the
    issue and reviewing the change.  (Closes: #899983)

debhelper (11.4.1) unstable; urgency=medium

  [ Niels Thykier ]
  * debhelper.pod: Quote the value of INSTALL in description of
    compat level 11.  Thanks to Josh Triplett for the suggestion
    (Closes: #908906)
  * d/changelog: Fix typos in old entries.
  * dh_strip: Remove empty /usr/lib/debug directories left over
    by dh_dwz.  Thanks to Ferenc Wágner for reporting the issue.
    (Closes: #909303)
  * dh: Disable optimization to skip tools based on command-line
    parameters when dh is passed long options.  Since debhelper
    had implicit support for auto-abbrevation of long options
    and people have started to rely on it, the optimization in
    debhelper/11.4 caused regressions.  The optimization is
    still enabled for short options.  (Closes: #909704)

  [ Josh Triplett ]
  * debhelper.pod: Document how to declare the debhelper compat
    level via the "debhelper-compat (= X)"-method.
    (Closes: #908909)
  * debhelper.pod: Document that we do not provide debhelper-compat
    for experimental/beta versions of compat levels.
    (Closes: #908907)
  * doc/PROGRAMMING: Fix typos.

debhelper (11.4) unstable; urgency=medium

  [ Niels Thykier ]
  * dh_dwz.1: Remove now obsolete note in manpage claming that dh_dwz
    was experimental.  Since debhelper/11.3, dh_dwz was no longer
    experimental.
  * cmake.pm: Explicitly set CMAKE_INSTALL_LIBDIR on native builds.
    This should not make any pratical difference but aligns the
    behaviour of native and cross builds.  Thanks to Simon McVittie
    for the suggestion.  (Closes: #903042)
  * autoconf.pm: Leave --libexecdir at upstream default (/usr/libexec)
    in compat 12 and later.  (Closes: #859724)
  * meson.pm: Ditto.
  * dh: Support implicitly loading addons via "dh-sequence-${name}"
    relations in Build-Depends (which would imply "dh ... --with ${name}").
    Only simple relations in Build-Depends are considered at the moment.
  * debian/control: Provide dh-sequence-dwz, dh-sequence-installinitramfs,
    and dh-sequence-systemd, which enables packages to use the new
    feature to implicitly autoload dh addons via Build-Depends.
  * dh_md5sums: Rewrite handling of conffiles and excludes to better
    support an arbitrary number of files that should be omitted from the
    md5sums file.  Previously, dh_md5sums could fail with the error:
    """... "/bin/sh": Argument list too long at ..."""
    (Closes: #864182)
  * dh_installinit.1: Correct documentation which was inaccurate in relation
    to which compat levels where dh_installinit still supported systemd
    items and upstart jobs.  Thanks to Theodore Y. Ts'o for bring up the
    issue.
  * dh_installdeb: In compat 12, ignore the maintainer provided conffiles.
    It has not been useful since compat 3.
  * Dh_Lib.pm: isnative() now also resets $dh{VERSION} as a side-effect when
    using the cache to answer the request.  This is mostly useful because
    it enables the following optimization.
  * Dh_Lib.pm: Have isnative() special-case debian/changelog to avoid
    reparsing that file over and over in the same helper.
  * dh_gconf: Explicitly declare the --priority parameter with the intention
    to remove it from the default debhelper options.
  * dh_installemacsen: Ditto.
  * dh_installgsettings: Ditto.
  * dh_installudev: Ditto.
  * dh_installwm: Ditto.
  * Dh_Getopt.pm: Remove --priority from the list of options supported by all
    debhelper tools.  The only external consumer was dh_installtex from
    tex-common, which was fixed in 6.10.
  * dh_installinit: In compat 12, pass --skip-systemd-native to update-rc.d
    to make it ignore systemd services.
  * dh_installsystemd: In compat 12, avoid relying on dh_installinit's
    shell snippets for starting services.  (Closes: #887904, #887900)
  * dh_installinit: Drop unnecessary "systemctl daemon-reload" in
    auto-generated postrm script.  The systemd package has a trigger for
    handling sysvinit scripts and dh_installsystemd handles the requirement
    for native systemd unit files.
  * dh_clean: Explicitly declare the -k/--keep parameter with the intention
    to remove it from the default debhelper options.
  * dh_installchangelogs: Ditto.
  * dh_strip: Ditto.
  * Dh_Getopt.pm: Remove -k/--keep from the list of options supported by all
    debhelper tools.  The only external consumer was dh_gtkmodules which is now
    deprecated and a "noop" command.  No consumers of dh_gtkmodules appear to
    pass -k/--keep to dh_gtkmodules any longer.
  * dh: Rewrite command line optimization logic to enable support for a new
    NOOP PROMISE for command line options.  This will make dh able to skip
    helpers in some cases even when passed options.  (Closes: #866581)
  * dh_*: Add a NOOP PROMISE for command options where applicable.
  * dh: Remove old compatibility code from compat 10 that never worked.
  * Dh_Getopt.pm: Fix a bug that would make "-S" be interpreted as "-s" when
    "-S" was not given an argument.
  * debian/control: Bump Standards-Versions to 4.2.1 - no changes required.
  * debhelper.pod: Declare compat 12 in beta testing.

  [ Juhani Numminen ]
  * dh_installsystemd.1: Fix typo in manpage.
  * dh_installinit.1: Ditto.

  [ Fabian Wolff ]
  * dh_installdocs.1: Fix typo.
  * dh_link.1: Ditto.

  [ Nicholas Guriev ]
  * cmake.pm, autoconf.pm: honor QUIET setting (closes: #907738).
  * Dh_Lib.pm: use terse build option to set QUIET setting (closes: #907595).

  [ Clément Hermann ]
  * debhelper.pod: Document dh_golang's DH_GOLANG_EXCLUDES behaviour change
    for compat 12 (closes: #908656)

debhelper (11.3.5) unstable; urgency=medium

  * Dh_Lib.pm: Introduce a new glob_expand error handler to
    better emulate the old style glob code to fail when a
    non-glob entry in the config file is missing.
  * dh_installdocs: Use the new glob_expand error handler to
    restore the behaviour to that of debhelper/10.5.1 and older.
    Thanks to Christoph Berg for reporting the issue.
    (Closes: #902355)
  * dh_installexamples: Ditto.
  * dh_installinfo: Ditto.
  * dh_installman: Ditto.
  * Dh_Lib.pm: Fix a bug where ending debian/control on (what
    debhelper believed was) a comment line could cause debhelper
    to omit the last package listed in the file.  Thanks to
    Santiago Vila for reporting the bug. (Closes: #902748)

debhelper (11.3.4) unstable; urgency=medium

  * Dh_Lib.pm: Fix bug that made the parser assign the wrong
    value from the Build-Profiles field.  Thanks to Sven Joachim
    for reporting the bug.  (Closes: #902268)
  * debhelper.pod: Rewrite the compat 11 change on "main doc
    packages" in an attempt to clarify what is happening in
    compat 11.  Thanks to Paul Gevers for pointing out some of
    the confusing aspects.

debhelper (11.3.3) unstable; urgency=medium

  [ Niels Thykier ]
  * d/control: Remove versioned Breaks on qt5-qmake as it
    prevents others from backporting qt5 packages to
    stable-backports.  The Breaks was added to assist
    cross-building in buster and it has already served that
    purpose by now.
  * Dh_Lib.pm: Provide a more helpful diagnostic message when
    an executable config file fails and it does not have a
    #!-line (and is not an ELF binary).  Thanks to Nadav
    Ruskin for the suggestion.  (Closes: #902214)
  * debhelper.pod: Make a dedicated subsection about executable
    debhelper config files to make them more prominent.  Thanks
    to Nadav Ruskin for the suggestion.  (Closes: #901715)
  * Dh_Lib.pm: Avoid forking a shell when running executable
    debhelper config files.
  * Dh_Lib.pm: Validate package names according the rules for
    Debian packages.  Thanks to Raphael Geissert and Tim
    Düsterhus for the suggestion.  (Closes: #567178)
  * Dh_Lib.pm: Rewrite deb822 parser to validate d/control
    more strictly.  Particularly, debhelper no longer permits
    the same field twice in a stanza.  Thanks to Tim Düsterhus
    for the suggestion.
  * Dh_Lib.pm: Ensure that at most once definition of
    (X-)Package-Type is used per stanza.

  [ Roberto C. Sánchez ]
  * cmake.pm: Reorder arguments to cmake to make "-D FOO=BAR"
    work.  This form only works if it is before the directory
    passed to cmake.

  [ Daniele Nicolodi ]
  * dh_installsystemd: Improve man page.
  * dh_installsystemd: Tighten error handling: fail immediately if an unit
    name not installed by the package is specified on the command line.
  * dh_installsystemd: Fix the undocumented '--no-also' command line
    option to do not affect handling of the Alias= directives.
  * dh_installsystemd: Add timer units to the list of units considered
    when the '--name' option is specified.

Date: Tue, 04 Dec 2018 12:21:52 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/debhelper/11.5.3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 04 Dec 2018 12:21:52 +0100
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 11.5.3ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 debhelper  - helper programs for debian/rules
 dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
Closes: 567178 764678 859724 864182 866581 887900 887904 899983 901715 902214 902268 902355 902748 903042 907595 907738 908656 908906 908907 908909 909303 909704 912420 912560 912978 913329 913415 913425
Changes:
 debhelper (11.5.3ubuntu1) disco; urgency=medium
 .
   * Merge from Debian testing.  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.
 .
 debhelper (11.5.3) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * cmake.pm: Pass the usual CMAKE_SYSTEM_PROCESSOR for ppc64el
     when cross compiling.   (Closes: #913425)
 .
 debhelper (11.5.2) unstable; urgency=medium
 .
   [ Luca Boccassi ]
   * makefile.pm: Pass V=0 or V=1 to the make file depending on
     whether "terse" is set in DEB_BUILD_OPTIONS.
 .
   [ Niels Thykier ]
   * dh_gconf: Mark dh_gconf as deprecated (see #908845).
   * Dh_Lib.pm: Separate lowest non-deprecated compat level and
     the lowest compat level we generate "debhelper-compat (= X)"
     relations for.
   * Dh_Lib.pm: Open compat level 13 as an experimental compat
     level.
   * meson.pm: In compat 13, run tests with "meson test" rather
     than "ninja test".  Thanks to Simon McVittie for the
     suggestion.  (Closes: #912560)
   * dh: Correctly include dh_installsystemduser in the sequence
     in compat 12.  It was excluded due to an inverted boolean
     meaning it was added in compat up to (and incl.) compat 11.
     Thanks to Michael Biebl for reporting the issue.
     (Closes: #913329)
   * fr.po: Correct translations for dh_installman.1 which
     incorrectly implied that dh_installman was deprecated.
     Thanks to Laurent Bigonville for reporting the issue.
     (Closes: #912978)
 .
   [ Helmut Grohne ]
   * cmake.pm: Pass QMAKE_EXECUTABLE when cross-building.
     (Closes: #913415)
 .
 debhelper (11.5.1) unstable; urgency=medium
 .
   * dh_systemd_start: Fix bug introduced in debhelper/11.5 where
     dh_systemd_start would fail to substitute a token in the
     generated maintscript for maintainer scripts when using
     "--restart-after-upgrade" (including when the option is
     on by default).  Thanks to Colin Watson for reporting the
     bug.  (Closes: #912420)
 .
 debhelper (11.5) unstable; urgency=medium
 .
   [ Daniele Nicolodi ]
   * dh_installsystemduser: New helper responsible for istalling package
     maintainer supplied systemd user instance units and to produce
     postinst and postrm maintiner scripts code blocks to appropriately
     enable, mask and disable units when the package is installed,
     upgraded, or removed.  (Closes: #764678)
 .
   [ Niels Thykier ]
   * dh_installsystemd.1: Improve the documentation for --name to make
     it more clear that it also changes the name of the source files in
     the debian directory.  Thanks to Emel Hasdal for reporting the
     issue and reviewing the change.  (Closes: #899983)
 .
 debhelper (11.4.1) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * debhelper.pod: Quote the value of INSTALL in description of
     compat level 11.  Thanks to Josh Triplett for the suggestion
     (Closes: #908906)
   * d/changelog: Fix typos in old entries.
   * dh_strip: Remove empty /usr/lib/debug directories left over
     by dh_dwz.  Thanks to Ferenc Wágner for reporting the issue.
     (Closes: #909303)
   * dh: Disable optimization to skip tools based on command-line
     parameters when dh is passed long options.  Since debhelper
     had implicit support for auto-abbrevation of long options
     and people have started to rely on it, the optimization in
     debhelper/11.4 caused regressions.  The optimization is
     still enabled for short options.  (Closes: #909704)
 .
   [ Josh Triplett ]
   * debhelper.pod: Document how to declare the debhelper compat
     level via the "debhelper-compat (= X)"-method.
     (Closes: #908909)
   * debhelper.pod: Document that we do not provide debhelper-compat
     for experimental/beta versions of compat levels.
     (Closes: #908907)
   * doc/PROGRAMMING: Fix typos.
 .
 debhelper (11.4) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * dh_dwz.1: Remove now obsolete note in manpage claming that dh_dwz
     was experimental.  Since debhelper/11.3, dh_dwz was no longer
     experimental.
   * cmake.pm: Explicitly set CMAKE_INSTALL_LIBDIR on native builds.
     This should not make any pratical difference but aligns the
     behaviour of native and cross builds.  Thanks to Simon McVittie
     for the suggestion.  (Closes: #903042)
   * autoconf.pm: Leave --libexecdir at upstream default (/usr/libexec)
     in compat 12 and later.  (Closes: #859724)
   * meson.pm: Ditto.
   * dh: Support implicitly loading addons via "dh-sequence-${name}"
     relations in Build-Depends (which would imply "dh ... --with ${name}").
     Only simple relations in Build-Depends are considered at the moment.
   * debian/control: Provide dh-sequence-dwz, dh-sequence-installinitramfs,
     and dh-sequence-systemd, which enables packages to use the new
     feature to implicitly autoload dh addons via Build-Depends.
   * dh_md5sums: Rewrite handling of conffiles and excludes to better
     support an arbitrary number of files that should be omitted from the
     md5sums file.  Previously, dh_md5sums could fail with the error:
     """... "/bin/sh": Argument list too long at ..."""
     (Closes: #864182)
   * dh_installinit.1: Correct documentation which was inaccurate in relation
     to which compat levels where dh_installinit still supported systemd
     items and upstart jobs.  Thanks to Theodore Y. Ts'o for bring up the
     issue.
   * dh_installdeb: In compat 12, ignore the maintainer provided conffiles.
     It has not been useful since compat 3.
   * Dh_Lib.pm: isnative() now also resets $dh{VERSION} as a side-effect when
     using the cache to answer the request.  This is mostly useful because
     it enables the following optimization.
   * Dh_Lib.pm: Have isnative() special-case debian/changelog to avoid
     reparsing that file over and over in the same helper.
   * dh_gconf: Explicitly declare the --priority parameter with the intention
     to remove it from the default debhelper options.
   * dh_installemacsen: Ditto.
   * dh_installgsettings: Ditto.
   * dh_installudev: Ditto.
   * dh_installwm: Ditto.
   * Dh_Getopt.pm: Remove --priority from the list of options supported by all
     debhelper tools.  The only external consumer was dh_installtex from
     tex-common, which was fixed in 6.10.
   * dh_installinit: In compat 12, pass --skip-systemd-native to update-rc.d
     to make it ignore systemd services.
   * dh_installsystemd: In compat 12, avoid relying on dh_installinit's
     shell snippets for starting services.  (Closes: #887904, #887900)
   * dh_installinit: Drop unnecessary "systemctl daemon-reload" in
     auto-generated postrm script.  The systemd package has a trigger for
     handling sysvinit scripts and dh_installsystemd handles the requirement
     for native systemd unit files.
   * dh_clean: Explicitly declare the -k/--keep parameter with the intention
     to remove it from the default debhelper options.
   * dh_installchangelogs: Ditto.
   * dh_strip: Ditto.
   * Dh_Getopt.pm: Remove -k/--keep from the list of options supported by all
     debhelper tools.  The only external consumer was dh_gtkmodules which is now
     deprecated and a "noop" command.  No consumers of dh_gtkmodules appear to
     pass -k/--keep to dh_gtkmodules any longer.
   * dh: Rewrite command line optimization logic to enable support for a new
     NOOP PROMISE for command line options.  This will make dh able to skip
     helpers in some cases even when passed options.  (Closes: #866581)
   * dh_*: Add a NOOP PROMISE for command options where applicable.
   * dh: Remove old compatibility code from compat 10 that never worked.
   * Dh_Getopt.pm: Fix a bug that would make "-S" be interpreted as "-s" when
     "-S" was not given an argument.
   * debian/control: Bump Standards-Versions to 4.2.1 - no changes required.
   * debhelper.pod: Declare compat 12 in beta testing.
 .
   [ Juhani Numminen ]
   * dh_installsystemd.1: Fix typo in manpage.
   * dh_installinit.1: Ditto.
 .
   [ Fabian Wolff ]
   * dh_installdocs.1: Fix typo.
   * dh_link.1: Ditto.
 .
   [ Nicholas Guriev ]
   * cmake.pm, autoconf.pm: honor QUIET setting (closes: #907738).
   * Dh_Lib.pm: use terse build option to set QUIET setting (closes: #907595).
 .
   [ Clément Hermann ]
   * debhelper.pod: Document dh_golang's DH_GOLANG_EXCLUDES behaviour change
     for compat 12 (closes: #908656)
 .
 debhelper (11.3.5) unstable; urgency=medium
 .
   * Dh_Lib.pm: Introduce a new glob_expand error handler to
     better emulate the old style glob code to fail when a
     non-glob entry in the config file is missing.
   * dh_installdocs: Use the new glob_expand error handler to
     restore the behaviour to that of debhelper/10.5.1 and older.
     Thanks to Christoph Berg for reporting the issue.
     (Closes: #902355)
   * dh_installexamples: Ditto.
   * dh_installinfo: Ditto.
   * dh_installman: Ditto.
   * Dh_Lib.pm: Fix a bug where ending debian/control on (what
     debhelper believed was) a comment line could cause debhelper
     to omit the last package listed in the file.  Thanks to
     Santiago Vila for reporting the bug. (Closes: #902748)
 .
 debhelper (11.3.4) unstable; urgency=medium
 .
   * Dh_Lib.pm: Fix bug that made the parser assign the wrong
     value from the Build-Profiles field.  Thanks to Sven Joachim
     for reporting the bug.  (Closes: #902268)
   * debhelper.pod: Rewrite the compat 11 change on "main doc
     packages" in an attempt to clarify what is happening in
     compat 11.  Thanks to Paul Gevers for pointing out some of
     the confusing aspects.
 .
 debhelper (11.3.3) unstable; urgency=medium
 .
   [ Niels Thykier ]
   * d/control: Remove versioned Breaks on qt5-qmake as it
     prevents others from backporting qt5 packages to
     stable-backports.  The Breaks was added to assist
     cross-building in buster and it has already served that
     purpose by now.
   * Dh_Lib.pm: Provide a more helpful diagnostic message when
     an executable config file fails and it does not have a
     #!-line (and is not an ELF binary).  Thanks to Nadav
     Ruskin for the suggestion.  (Closes: #902214)
   * debhelper.pod: Make a dedicated subsection about executable
     debhelper config files to make them more prominent.  Thanks
     to Nadav Ruskin for the suggestion.  (Closes: #901715)
   * Dh_Lib.pm: Avoid forking a shell when running executable
     debhelper config files.
   * Dh_Lib.pm: Validate package names according the rules for
     Debian packages.  Thanks to Raphael Geissert and Tim
     Düsterhus for the suggestion.  (Closes: #567178)
   * Dh_Lib.pm: Rewrite deb822 parser to validate d/control
     more strictly.  Particularly, debhelper no longer permits
     the same field twice in a stanza.  Thanks to Tim Düsterhus
     for the suggestion.
   * Dh_Lib.pm: Ensure that at most once definition of
     (X-)Package-Type is used per stanza.
 .
   [ Roberto C. Sánchez ]
   * cmake.pm: Reorder arguments to cmake to make "-D FOO=BAR"
     work.  This form only works if it is before the directory
     passed to cmake.
 .
   [ Daniele Nicolodi ]
   * dh_installsystemd: Improve man page.
   * dh_installsystemd: Tighten error handling: fail immediately if an unit
     name not installed by the package is specified on the command line.
   * dh_installsystemd: Fix the undocumented '--no-also' command line
     option to do not affect handling of the Alias= directives.
   * dh_installsystemd: Add timer units to the list of units considered
     when the '--name' option is specified.
Checksums-Sha1:
 0ac48a7f21dccbcbf6ed8b1ea73f83cdbe3771c4 1821 debhelper_11.5.3ubuntu1.dsc
 70c797e6768ca542bb5c8ccb24b2ddce4d8287c5 480212 debhelper_11.5.3ubuntu1.tar.xz
 c28a975192681ecdc71527eae268e58c0ad9e595 4999 debhelper_11.5.3ubuntu1_source.buildinfo
Checksums-Sha256:
 94c6b8d3b0ea6418effd6c3f4f3526fcb70dd834931f95f5fc06b8415785d1fd 1821 debhelper_11.5.3ubuntu1.dsc
 2d9fc7ea003e4489a97ea1392d5637c46f1e6a3b3b4de84492eea51b04ddfc53 480212 debhelper_11.5.3ubuntu1.tar.xz
 952cd119d9bad40360b467b3c2279bb4a7508e2465bafb9866ad42b3a171dc47 4999 debhelper_11.5.3ubuntu1_source.buildinfo
Files:
 43b96b9c71ceb406443d623e6af76275 1821 devel optional debhelper_11.5.3ubuntu1.dsc
 11762ea8302b68a639477598693a2b6e 480212 devel optional debhelper_11.5.3ubuntu1.tar.xz
 a41ad6c21db090134dfef63f4f6dcefe 4999 devel optional debhelper_11.5.3ubuntu1_source.buildinfo
Original-Maintainer: Debhelper Maintainers <debhelper at packages.debian.org>

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlwGZNMQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9cnjEACOFFJYY4kQbFAV+KXPoEsVSrBSDRPF9mrt
nxOKsi5q2N97n9/W5vxV/SETCPvOjBvreFv15Xxk7cc4Mcm2Rv5dGW4CFvRr4l34
v5KXW0NiiAEgG5m+rBQOb3SEOTrz5P+rLHN3B4nOyEoXNTYr0ouV+RrXtUss2hTP
0iVm1OIBIUYrVW9fo20i3qbsq1RF8eoocpuCjH1vMDKJwyV3o4fPUWcvnZDBsfI4
XysjfpaOHiZnabf1DDUF7KottElyX5RfAPHHeJMtMrP23b5+jia3/IwF3mIKYhzm
8PVs+7ug+/dsflmi+vfmJxnOWFAeZpNyI1BwU0ElSlJrMo8ahGhtoVvQAHF2nOYU
HlTFA8vZbwzIDbBm32FQob0q+QcXBxlb6ht633FY0CrD41UpYWa0zMkiD2RjKa3k
jA2dbbV2dVjbRefWhxwEj/YqWmv1W5duVERnbmPrdmk7qOpiN9Isv4AL60udCLOw
1jBGptpfb3im3HWHob4hL6qKQfWD1xcuIm5NTSPDDfu1supb6oCqKqw10RGAbIIr
vVbdx606Jl/644HqBEeBD9OlhcMAs37G1CtcmI8mO1YurLr+dQun65Xhiei0Egvs
nOQos5pnj43Fg1Rb+4AeH2xMMzYnNcMze+gzliVsBenjRfLHCpJXYvj3NlDJZgSl
V/VQIm0P7Q==
=KLOm
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list