debhelper 9.20151225ubuntu1 source package in Ubuntu

Changelog

debhelper (9.20151225ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - autoscripts/*-init*: Test for /etc/init/*.conf where necessary.
    - dh_installchangelogs: Do not install upstream changelog in compat
      level 7.  This floods packages with huge upstream changelogs which
      take precious CD space.
    - dh_installinit: Add dependency to lsb-base >= 4.1+Debian11ubuntu7 that
      provides the upstart LSB hook, to avoid upgrade breakage. This change
      can be dropped after 16.04 LTS.
  * 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 (9.20151225) unstable; urgency=medium

  * dh_installmanpages: Fix call to getpackages.  Thanks to
    Niko Tyni for reporting the issue.  (Closes: #808603)
  * Dh_Lib.pm: Restore the behaviour of getpackages(), which
    is slightly different from getpackages('both').  Fixes
    a regression introduced in 9.20151220.

debhelper (9.20151220) unstable; urgency=medium

  * dh_strip: Document that dbgsym packages are built by
    default.
  * Dh_Lib: Cache the results of getpackages.
  * dh_gencontrol: Create debug symbol packages with the same
    component as the original package.

debhelper (9.20151219) unstable; urgency=medium

  * dh_installinit: Apply patch from Reiner Herrmann to sort
    temporary files put in postinst.  (Closes: #806392)
  * dh_installinit: Import change from Ubuntu to add /g
    modifier when substituting the auto-script snippets.
  * dh_*: Add /g when substituting the auto-script snippts in
    other commands as well.
  * dh_strip: Do not assume that ELF binaries have a Build-Id.
    Thanks to Helmut Grohne for spotting this issue.
    (Closes: #806814)
  * dh_strip: Enable generation of dbgsym packages by default.
    Thanks to Ansgar Burchardt and Paul Tagliamonte for
    implementing the DAK side of this feature.
    (Closes: #510772)

 -- Martin Pitt <email address hidden>  Mon, 04 Jan 2016 11:07:56 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debhelper_9.20151225ubuntu1.tar.xz 328.6 KiB 0a67082278b87ca289051879f6a2fd1310ea260e18fa24145e8bb752a8e4c368
debhelper_9.20151225ubuntu1.dsc 1.8 KiB 989e18d71411d030b17346d5f570595a1e48ca21ab4a26b2a702cc0bc7a0db0f

View changes file

Binary packages built by this source

debhelper: helper programs for debian/rules

 A collection of programs that can be used in a debian/rules file to
 automate common tasks related to building Debian packages. Programs
 are included to install various files into your package, compress
 files, fix file permissions, integrate your package with the Debian
 menu system, debconf, doc-base, etc. Most Debian packages use debhelper
 as part of their build process.