Change logs for debhelper source package in Artful

  • debhelper (10.7.2ubuntu2) artful; urgency=high
    
      * Define U_PARAMS correctly in dh_builddeb, and don't try to use it when it
        isn't defined.
    
     -- Simon Quigley <email address hidden>  Sun, 06 Aug 2017 10:13:33 -0500
  • debhelper (10.7.2ubuntu1) artful; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - dh_installchangelogs: Do not install upstream changelog in compat
          level 7. This floods packages with huge upstream changelogs which
          are unnecessary on an installed system.
        - Restore maintainer ability to override ddeb compression
        - Generate ddebs from debhelper instead of pkg-create-dbgsym
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + Mirror udeb code in dh_builddeb to allow us to alter file extension.
          + Set dbgsym Package-Type to ddeb to get correct debian/files output.
          + Depend on dpkg-dev (>= 1.18.23ubuntu3) so the above works correctly.
    
     -- Simon Quigley <email address hidden>  Sun, 06 Aug 2017 10:43:01 +0200
  • debhelper (10.6.4ubuntu1) artful; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - dh_installchangelogs: Do not install upstream changelog in compat
          level 7. This floods packages with huge upstream changelogs which
          are unnecessary on an installed system.
        - Restore maintainer ability to override ddeb compression
        - Generate ddebs from debhelper instead of pkg-create-dbgsym
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + Mirror udeb code in dh_builddeb to allow us to alter file extension.
          + Set dbgsym Package-Type to ddeb to get correct debian/files output.
          + Depend on dpkg-dev (>= 1.18.23ubuntu3) so the above works correctly.
      * Drop cherry-picks included in new release:
        - Dh_Lib: When passing -a/-i only, and there are no arch/indep packages,
          exit. This was accidentally removed when optimising a common case.
          (regression introduced by commit 91b064a0baea0ef37937bce56e5b080ac5a52595,
          see Debian #863961.)
        - Revert commit 80c955221e83327efb984845f59648678c729978 from upstream. This
          causes empty override_...-{arch,indep} targets to skip the command
          completely instead of just for the arch or indep build. (See Debian
          #863887)
        - dh_install: Pass --exclude/-X to dh_missing. (See Debian #863447)
    
      [ Colin Watson ]
      * Quote assignment to $recommended_compat in case it isn't a valid Perl
        version string (e.g. for Debian derivatives).  Fix typos that caused it
        not to be used correctly.  Use the /g flag so that all instances of the
        substitution variable are handled (Closes: #869780).
    
      [ Sven Joachim, Niels Thykier ]
      * dh_installdocs: Apply patch from Sven Joachim to revert an
        incorrect regression "fix".  Thanks to Adrian Bunk for
        reporting the issue.  (Closes: #868649)
      * dh_installexamples: Ditto.
      * dh_installinfo: Ditto.
      * dh_installman: Ditto.
    
     -- Gianfranco Costamagna <email address hidden>  Wed, 26 Jul 2017 12:22:01 +0200
  • debhelper (10.4ubuntu3) artful; urgency=medium
    
      * Dh_Lib: When passing -a/-i only, and there are no arch/indep packages,
        exit. This was accidentally removed when optimising a common case.
        (regression introduced by commit 91b064a0baea0ef37937bce56e5b080ac5a52595,
        see Debian #863961.)
    
     -- Iain Lane <email address hidden>  Fri, 02 Jun 2017 11:42:57 +0100
  • debhelper (10.4ubuntu2) artful; urgency=medium
    
      * Revert commit 80c955221e83327efb984845f59648678c729978 from upstream. This
        causes empty override_...-{arch,indep} targets to skip the command
        completely instead of just for the arch or indep build. (See Debian
        #863887)
      * dh_install: Pass --exclude/-X to dh_missing. (See Debian #863447)
    
     -- Iain Lane <email address hidden>  Thu, 01 Jun 2017 16:59:24 +0100
  • debhelper (10.4ubuntu1) artful; urgency=medium
    
      * Merge from Debian unstable.  Remaining changes:
        - dh_installchangelogs: Do not install upstream changelog in compat
          level 7. This floods packages with huge upstream changelogs which
          are unnecessary on an installed system.
        - Restore maintainer ability to override ddeb compression
        - Generate ddebs from debhelper instead of pkg-create-dbgsym
          + Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
          + Mirror udeb code in dh_builddeb to allow us to alter file extension.
          + Set dbgsym Package-Type to ddeb to get correct debian/files output.
          + Depend on dpkg-dev (>= 1.18.23ubuntu3) so the above works correctly.
    
    debhelper (10.4) experimental; urgency=medium
    
      * Team upload.
    
      [ Niels Thykier ]
      * meson.pm: Pass --wrap-mode=nodownload to meson (requires meson
        0.40-1 or later).
      * dh_install: Fix initialized warning when --sourcedir is absent
        on the cmd-line.
      * dh_missing: Accept --sourcedir (given it is passed by dh_install).
        (Closes: #862049)
      * Dh_Lib.pm: Fix a bug in pkgfile that caused dh to skip helpers
        that had configuration files.  Thanks to Michael Biebl for finding
        and reporting.  (Closes: #863387)
    
      [ Chris Lamb ]
      * dh_fixperms: Fix regression where dh_fixperms would fail to correct
        permissions because it used an invalid find expression.
        (Closes: #862003)
    
    debhelper (10.3) experimental; urgency=medium
    
      [ Helmut Grohne ]
      * Supply PKG_CONFIG for cross compilation with the makefile buildsystem.
        (Closes: #853881)
      * Disable stripping during dh_auto_* in makefile buildsystem in compat 11.
        (Closes: #844077)
      * Remove explicit "Multi-Arch: no" stanzas as they are auto-rejected.
        (Closes: #857028)
    
      [ Niels Thykier ]
      * Dh_Lib.pm: Make getpackages() produce the correct result independently
        of the order of the fields in a given paragraph of debian/control.
        (Closes: #847138)
      * dh_installman: Report installed manpages so the new dh_missing tool
        is informed about them.
      * dh_install: Deprecate --list-missing/--fail-missing in favor of the
        new dh_missing tool.  The options will be removed in compat 11.
      * dh: Run dh_missing by default (in no op mode).
      * dh_prep: Clean up generated files so they work like other temporary
        debhelper files.
      * dh_installinit: Clarify that it might make sense to skip dh_installinit
        for a package if it provides a systemd service but no sysvinit file.
        (Closes: #800043)
      * dh_installinit: Deprecate --no-restart-on-upgrade in favor of the new
        name --no-stop-on-upgrade, which does the same thing but is less
        likely to be confused with --no-restart-after-upgrade and is more
        descriptive of what it actually does.  Thanks to  Simon McVittie and
        Michael Biebl for the help.  (Closes: #837528)
      * debian/rules: Only apply the --no-parallel to dh_auto_test.  The rest
        of debhelper's build appears to work fine with --parallel.
      * dh_systemd_enable.1: Clarify that --no-enable does not control
        whether a service is started and that dh_systemd_start is the tool
        that does that.  (Closes: #770281)
      * autoconf.pm: Set --runstatedir to "/run" in compat 11.  Thanks to
        Michael Biebl for the suggestion.
      * dh_fixperms: Refactor to reduce the constant overhead a bit and
        extract some patterns into data list.  The latter hopefully reducing
        the need for tweaking dh_fixperms' logic.
      * dh_installdocs: Document that --link-doc has limitations on source and
        target package plus that compat 10 will reject unsupported
        combinations.
      * dh_gencontrol: Avoid adding Homepage fields to dbgsym packages.  Avoids
        non-overridable warnings from lintian when there is an issue in the
        homepage field of the original binary.  (Closes: #812248)
      * dh_strip: Fix a check that could cause dh_strip to generate dbgsym
        packages when it should not.
      * dh: Stop loading python-support in all compat levels as dh_pysupport
        has been removed in stretch.
      * python_support.pm: Remove the content with a deprecation warning as
        the module can no longer do anything.
      * dh_installman.1: Improve the manpage to clarify the scope of
        dh_installman and provide an examples.  (Closes: LP: #184156)
      * makefile.pm: Disable parallel installation if libtool is present to
        avoid a race-condition in automake when using libtool.
        (Closes: #861627)
    
      [ Steven Chamberlain ]
      * When cross-compiling for GNU/kFreeBSD host systems, set
        CMAKE_SYSTEM_NAME to the correct value "kFreeBSD", not "FreeBSD".
        (Closes: #856688)
    
      [ Felipe Sateler ]
      * dh_systemd_enable.1: Improve the wording of the documentation for
        the --no-enable option.  (Closes: #844602)
    
      [ Michael Biebl ]
      * Add support for meson + ninja build systems.  (Closes: #795253)
    
      [ Michael Stapelberg ]
      * dh_missing: New tool to handle --list-missing/--fail-missing.
        (Closes: #415396, #616070)
      * Dh_Lib.pm: Introduce a log_installed_files sub that can be used
        to inform dh_missing that a given file has been installed.
    
      [ Johannes Schauer ]
      * dh_link.1: Improve the documentation and use ln(1) as a reference
        to make it simpler for people, who are used to the terms from ln.
        (Closes: #860091)
    
     -- Iain Lane <email address hidden>  Wed, 31 May 2017 15:31:00 +0100
  • debhelper (10.2.5ubuntu3) artful; urgency=medium
    
      * Restore maintainer ability to override ddeb compression (LP: #1691078)
    
     -- Adam Conrad <email address hidden>  Wed, 17 May 2017 10:03:45 -0600
  • debhelper (10.2.5ubuntu2) artful; urgency=medium
    
      * Generate ddebs from debhelper instead of pkg-create-dbgsym (LP: #1623256)
        - Make debhelper Conflict/Replace pkg-create-dbgsym to force it off.
        - Revert the revert that disabled debhelper's attempts to do dbgsyms.
        - Mirror udeb code in dh_builddeb to allow us to alter file extension.
        - Set dbgsym Package-Type to ddeb to get correct debian/files output.
        - Depend on dpkg-dev (>= 1.18.23ubuntu3) so the above works correctly.
    
     -- Adam Conrad <email address hidden>  Thu, 20 Apr 2017 20:19:06 -0600
  • debhelper (10.2.5ubuntu1) artful; urgency=medium
    
      * Merge from Debian unstable.  Remaining changes:
        - dh_installchangelogs: Do not install upstream changelog in compat
          level 7. This floods packages with huge upstream changelogs which
          are unnecessary on an installed system.
        - dh_strip: Revert commit f1a803456 to disable ddebs generation by
          default.  This first needs adjustments in Launchpad and ddebs.u.c., and
          dropping pkg-create-dbgsym.
    
    debhelper (10.2.5) unstable; urgency=medium
    
      [ Translations ]
      * Add Japanese translation (Hideki Yamane)  (Closes: #852520)
    
    debhelper (10.2.4) unstable; urgency=medium
    
      [ Niels Thykier ]
      * d/changelog: Add missing changelog entry in 10.2.3 for a
        compat 11 change.
      * dh: Show when the "create-stamp" "command" is being run.
      * dh: Fix a bug where dh would repeat part of the build sequence
        when an add-on modified the build sequence after "dh_auto_test".
        Thanks to Sean Whitton for reporting the issue.
        (Closes: #851071)
    
      [ Luca Boccassi ]
      * dh_systemd_enable: Correct installation for "mount" units.
        (Closes: #851744)
    
      [ Translations ]
      * Update Portuguese translation (Américo Monteiro)
        (Closes: #851207)
      * Update French translation (Baptiste Jammet)  (Closes: #852211)
      * Update German translation (Chris Leick)  (Closes: #851962)
    
    debhelper (10.2.3) unstable; urgency=medium
    
      [ Axel Beckert ]
      * Fix wrong German translation of dh_systemd_start man page. Thanks to
        Thorsten Alteholz for spotting the mistake! (Closes: #839655)
    
      [ Mattia Rizzolo ]
      * dh_auto_test: Apply patch from Mattia Rizzolo to update
        documentation about running tests during cross-building.
    
      [ Niels Thykier ]
      * Bump dependency on dh-strip-nondeterminism to ensure
        stable-backports uses a functional version.  Thanks to Christoph
        Biedl for the report. (Closes: #843813)
      * Massage md5sum output to avoid GNU-specific escaping extension
        while we wait for dpkg-gendigests for a more compatible tool.
        Thanks to Bernd Zeimetz for the report.  (Closes: #843163)
      * In compat 11, dh will now skip creating a stamp file unless the
        package explicitly requests it with "--with build-stamp".
    
      [ Felipe Sateler ]
      * dh_systemd_start: Fix a bug where --restart-after-upgrade with
        --no-start would still start the service.  (Closes: #805878)
      * dh_installinit: Leave the handling of debian/pkg.service and
        debian/pkg.tmpfiles to dh_systemd_*.  (Closes: #830208)
    
     -- Adam Conrad <email address hidden>  Thu, 20 Apr 2017 19:01:01 -0600
  • debhelper (10.2.2ubuntu1) zesty; urgency=medium
    
      * Merge from Debian unstable.  Remaining changes:
        - dh_installchangelogs: Do not install upstream changelog in compat
          level 7. This floods packages with huge upstream changelogs which
          are unnecessary on an installed system.
        - dh_strip: Revert commit f1a803456 to disable ddebs generation by
          default.  This first needs adjustments in Launchpad and ddebs.u.c., and
          dropping pkg-create-dbgsym.
    
    debhelper (10.2.2) unstable; urgency=medium
    
      * Fix typo in changelog entry for release 10.2.  Thanks to
        Peter Pentchev for reporting it.
      * Deprecate all compat levels lower than 9.
      * dh: Discard override log files before running the override
        rather than after.
      * dh_compress,dh_fixperms: Remove references to long
        obsolete directories such as usr/info, usr/man and
        usr/X11*/man.
      * autoreconf.pm: Apply patch from Helmut Grohne to fix
        autoconf/cross regression from #836988.  The autoreconf
        build-system is now also used directly for "clean" and
        "build" (while still usin the "make" build-system for the
        heavy lifting).  (Closes: #839681)
      * dh_installdirs: In compat 11, avoid creating debian/<pkg>
        directories except when required to do so.  This fixes a
        corner case, where an arch:all build would behave
        differently than an arch:all+arch:any when dh_installdir is
        optimised out only for the arch:all build.
      * Dh_Lib.pm: Fix typo of positive.  Thanks to Matthias Klose
        for spotting it.
    
    debhelper (10.2.1) unstable; urgency=medium
    
      * d/rules: Add a ./run in front of dh_auto_install.  It is
        technically not needed, but it prevents lintian from assuming
        that we need to Build-Depend debhelper.
    
    debhelper (10.2) unstable; urgency=medium
    
      * Apply patch from Peter Pentchev to fix some typos.
      * Apply patch from Michael Biebl to undo a major
        regression where all of debhelpers functionality was
        missing (introduced in 10.1).  (Closes: #839557)
      * dh_installinit,dh_systemd_start: Introduce a new
        --no-stop-on-upgrade as an alternative to
        --no-restart-on-upgrade.  This new option should
        reduce the confusion of what it does.  Thanks to
        Michael Biebl for the suggestion.
    
    debhelper (10.1) unstable; urgency=medium
    
      * Apply patch from Michael Biebl to take over dh-systemd
        package to ease backporting to jessie-backports.
        (Closes: #837585)
      * Apply patch from Helmut Grohne and Julian Andres Klode
        to improve cross-building support in the cmake build
        system.  (Closes: #833789)
      * Make the makefile.pm buildsystem (but not subclasses thereof)
        pass the CC and CXX variables set to the host compilers when
        cross-building.  Thanks to Helmut Grohne for the idea and
        the initial patch.  (Closes: #836988)
      * dh_md5sums.1: Mention dpkg --verify as a consumer of the
        output file.  Thanks to Guillem Jover for reporting it.
      * debhelper-obsolete-compat.pod: Add a manpage for the
        upgrade checklist for all obsolete/removed compat levels.
        Thanks to Jakub Wilk for the suggestion.
      * Dh_Getopt,dh_*: Rename --onlyscripts to --only-scripts and
        --noscripts to --no-scripts for consistency with other
        options.  The old variants are accepted for compatibility.
        Thanks to Raphaël Hertzog for the suggestion.
        (Closes: #838446)
      * cmake.pm: If cmake fails, also dump CMakeFiles/CMakeOutput.log
        and CMakeFiles/CMakeError.log if they are present.  Thanks to
        Michael Banck for the suggestion.  (Closes: #839389)
      * d/copyright: Correct copyright and license of dh_systemd*
        tools.
    
     -- Martin Pitt <email address hidden>  Mon, 17 Oct 2016 21:34:23 +0200